Reader beware: There are a lot of unpolished ideas here. Half baked thoughts, loosely connected associations, uninformed (but slowly becoming fully formed) opinions, pages waiting to be filled, and bullet points abound.

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.

Leave a Comment