import database in mysql command line xampp

Solutions on MaxInterview for import database in mysql command line xampp by the best coders in the world

showing results for - "import database in mysql command line xampp"
Simeon
29 Nov 2020
1C:\xampp\mysql\bin>mysql -u {DB_USER} -p {DB_NAME} < path/to/file/ab.sql
2