How to restore database from mysql
=======================
To restore database from mysql file you should first enter into mysql via following command
$mysql
Then execute the below command to restore database
$mysql sqlfolder < filename.sql
Comment me if you need clarifications
No comments:
Post a Comment