Showing posts with label export command for mysql database. Show all posts
Showing posts with label export command for mysql database. Show all posts

Tuesday, 28 April 2015

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