Category: Database, shell

Recently, I was migrating to a new PC, I needed to also migrate all local mysql databases. I dumped all into separate .sql files and migrated the folder containing them all. It then struck me: I would have to create the database one after the other and import the dumps for each manually.

Related Articles