Quantcast
Channel: 2BrightSparks
Viewing all articles
Browse latest Browse all 9303

Re: Open mySQL database

$
0
0
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 :
mysqldump -h serveur -u user -ppass -B base > file

"file" is the database dump !


Good luck.

Viewing all articles
Browse latest Browse all 9303

Trending Articles