Tag: all databases dump
-
Mysql – Restore only one database from sqldump
Restoring the whole mysql dump is easy. Either use phpMyAdmin(if the file is not too big) or do it from the console. I had a hard time finding it how to restore only one database from the sqldump of all databases.