garoboldy Posted September 28, 2005 Share Posted September 28, 2005 mysqldump -p -c -t pro_test res_tan > backup.sql; pro_test is the db, res_tan is the table It keeps saying I have an error in my line somewhere but I dont get whats wrong. can anyone tell me? Quote Link to comment https://forums.phpfreaks.com/topic/2577-mysqldump-errors/ Share on other sites More sharing options...
tharagleb Posted September 28, 2005 Share Posted September 28, 2005 What is your error message? You may need to be in the mysql\bin directory to run the mysqladmin command. I just did this on my system and it worked: c:\wamp\mysql\bin>mysqldump -p -c -t test alan > test.sql It prompted me for a password then it created the test.sql script. Quote Link to comment https://forums.phpfreaks.com/topic/2577-mysqldump-errors/#findComment-8559 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.