Export and import command in mysql database

 

Import Command in mysql database

mysql -u root -p DATABASE_NAME < user.sql

Export Command in mysql database

mysql -u root -p DATABASE_NAME < data_file.sql

Leave a Reply

Your email address will not be published. Required fields are marked *

− 1 = 4