Answers for "how to import mysql db with xampp using command line"

SQL
1

xampp import sql file command line

C:xamppmysqlbin>mysql -u {DB_USER} -p {DB_NAME} < path/to/file/ab.sql
Posted by: Guest on April-06-2020
0

command line mysql xampp

cd c:xamppmysqlbin
mysql.exe -u root --password
Posted by: Guest on May-29-2021

Code answers related to "how to import mysql db with xampp using command line"

Code answers related to "SQL"

Browse Popular Code Answers by Language