Answers for "how to import sql file in xampp mysql"

SQL
2

xampp import sql file command line

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

import database in mysql command line xampp

C:\xampp\mysql\bin>mysql -u {DB_USER} -p {DB_NAME} < path/to/file/ab.sql
Posted by: Guest on June-04-2021

Code answers related to "how to import sql file in xampp mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language