Answers for "exporting data to local machine using mysql command line"

SQL
0

export mysql db using command line

mysqldump -u YourUser -p YourDatabaseName > wantedsqlfile.sql
Posted by: Guest on September-17-2021
0

export mysql db using command line

set path=c:wampbinmysqlmysql5.1.36bin
Posted by: Guest on September-17-2021

Code answers related to "exporting data to local machine using mysql command line"

Code answers related to "SQL"

Browse Popular Code Answers by Language