This forum is no longer active. Please post your questions to our new community site

Forums Redmine

file missing after mysqldump

Subscribe to file missing after mysqldump 2 post(s), 2 voice(s)

 
Avatar nandoze 4 post(s)

Hi,

i’m trying to do mysqldump.exe to dump all my database as a backup. but i don’t know in which directory it dump to.

can pls help to let me know where is the file dump is?

rgds,
izzy

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Hi,

the file should be in the same folder where you run the command. For instance:

> mysqldump.exe -u root -p > xxxx.sql

You can also specify the location:

> mysqldump.exe -u root -p > “C:\xxx.sql”

Forums Redmine