DISQUS

DISQUS Hello! ruby on rails blog is using DISQUS, a powerful comment system, to manage its comments. Learn more.

Community Page

Jump to original thread »
Author

Use MySQL to dump databases

Started by ngng · 10 months ago

Often times you will need to dump your MySQL database from one machine to another. Sometimes you can use utilities like PHPMyAdmin, but it’s always useful to know how to dump your database’s contents manually.

add3-imac:~ jon$ mysqldump -u username -p databasenam ... Continue reading »

1 comment

Add New Comment

Returning? Login