Answers for "how to import database using cmd in xampp"

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

Code answers related to "how to import database using cmd in xampp"

Code answers related to "SQL"

Browse Popular Code Answers by Language