MYSQL: Restoring DB from .sql backup

To restore a mysql database from Unix shell
mysql -u my_user_name -p db_name < my_sql_file.sql

No comments:

Post a Comment