problem with mysqldump
Hi,
I have searched this forum and the rest of this site and I cant seem to get the mysqldump command to work. No matter what combination of commands I try i keep getting the Error 1064 message saying that i have an error in my syntax.
Below is some of the following I have tried:
mysqldump --opt theatrebooking > backup_file.sql
mysqldump -uadministrator -p1234 theatrebooking > backup_file.sql
mysqldump -uadministrator -p1234 theatrebooking >> backup_file.sql
mysqldump -u administrator -p 1234 theatrebooking > backup_file.sql
If anyone has any idea why this wont work for me please let me know as I'm very stuck with this
Thanks
Subject
Views
Written By
Posted
problem with mysqldump
3681
February 01, 2006 09:54AM
2164
February 02, 2006 04:10PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.