Restoring MySQL command database
restore any MySQL database using the command below:
mysql -u username -p database_name < backup_name.sql
by გიორგი ბაკაშვილი
4 years ago
Linux
1
Pro tip: use ```triple backticks around text``` to write in code fences