Hello,
You can use the mysqldump command on windows, it exist in the bin directory.
You get the same syntax as on linux.
for example :
"file" is the database dump !
Good luck.
You can use the mysqldump command on windows, it exist in the bin directory.
You get the same syntax as on linux.
for example :
- mysqldump -h serveur -u user -ppass -B base > file
"file" is the database dump !
Good luck.