Answers for "hoq to import database via command line using source"

SQL
7

import database through command line

mysql -u username -p database_name < file.sql
Posted by: Guest on February-10-2020

Code answers related to "hoq to import database via command line using source"

Code answers related to "SQL"

Browse Popular Code Answers by Language