If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
where i am getting Error 1064 you have an error in your SQL syntax; check the mannual that corresponds to your MySql server version for the right syntax to use near 'mysqldump search > backupsearch.sql'
Can anybody provide me the solution for above issue.
where i am getting Error 1064 you have an error in your SQL syntax; check the mannual that corresponds to your MySql server version for the right syntax to use near 'mysqldump search > backupsearch.sql'
Can anybody provide me the solution for above issue.
Regards
ayzaina
no need to enter in mysql prompt
got to run type cmd (enter) here you will execute mysqldump command
I am Amol from Pune,India.
I am also looking for any backup and restore database command. I am new to mysql.
I also got same error which u got.
Have you solve that problem ?
if yes please reply me how u have solved that problem.
Here is an example of the mysqldump command:
mysqldump --opt --host=localhost --user=myUser --password=myPass --result-file=C:\Backups\myBackupFile.sql myDatabase
The mysqldump command has many options, you can check the docsfor more information
alejandro, thanks for your effort, but please do not revive a thread that has been dead for so many years
the original poster is surely not still waiting for an answer, and if there's anyone else who has a question about mysql backups, we want them to start a new thread