I am trying to use mysqldump.exe in a .bat file from Windows but I cannot get the right code
I am using: mysqldump.exe –e –u root -p -h localhost testdb > G:\backup.sql
G: is a drive in the same computer
In what directory do I place this batch file?
What is wrong?
I am using: mysqldump.exe –e –u root -p -h localhost testdb > G:\backup.sql
G: is a drive in the same computer
In what directory do I place this batch file?
What is wrong?