Answers for "import database using command line on windows"

SQL
0

mysql import command windows

C:\wamp\bin\mysql\mysql5.0.51b\bin>mysql -u root -p YourDatabaseName < YourFileName.sql
Posted by: Guest on July-04-2020

Code answers related to "import database using command line on windows"

Code answers related to "SQL"

Browse Popular Code Answers by Language