mysql gives me the syntax error with the following line… i dont know what is wrong with this…
mysqldump -u root -p root mydatabase > dumpfile.sql
i am using windows vista…
plz help here..
thnx..
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Make sure that you are running this from the normal command line and not within the mysql command line. So like this:
not