mysqldump
Posted: Mon May 22, 2006 1:22 pm
I am having a very hard time doing a mysqldump. What is the syntax to do a mysqldump from a command prompt? (phpmyadmin has rendered me useless in the world of mysql commands).
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
mysqldump databasename > C:\dbase.sql;Code: Select all
->mysqldump -u username -ppassword -h invalid.org dbname > ~/mysql.dmp