Jan Cumps wrote:Hi,
the file is created because you use >
This will tell the operating system to create the file, and has nothing to do with mysql.
To be able to run the mysqldump program, you will have to:
navigate to the directory where the mysqldump executable is located, and run it from there - oradd the path when you run the command ( "c:\progr...\mysq...\mysqldump.exe" -r root -p password DBName> fileName.sql) - orAdd the path to the mysql binaries to your operating system PATH
I executed the way you have mentioned but then it is asking me for password and gives me an error of this kind after entering the password
mysqldump: Got error :1045 :access denied for user "ODBC" @localhost (using password: Yes) When trying to connect...
Thank you in advance
