Import a Database in MySQL
After exporting a database, you can import it with the following:
sudo mysql -u <user> -p <schema> < backup.sql
Notes mentioning this note
There are no notes linking to this note.
After exporting a database, you can import it with the following:
sudo mysql -u <user> -p <schema> < backup.sql
There are no notes linking to this note.
Leave a Comment