To import database using terminal in Linux use the following snippet:
sudo /opt/lampp/bin/mysql -u root -p base_name_in_mysql < name_of_extracted_base
Just remember to rename the database and extracted .sql file.
To import database using terminal in Linux use the following snippet:
sudo /opt/lampp/bin/mysql -u root -p base_name_in_mysql < name_of_extracted_base
Just remember to rename the database and extracted .sql file.
Leave a Reply
You must be logged in to post a comment.