Programming notes and stuff.
Showing posts with label
mysql
.
Show all posts
Showing posts with label
mysql
.
Show all posts
Friday, February 23, 2018
Restore MySQL database from dump file
When restoring a MySQL db from a .sql file (such as an SQL dump file created by mysqldump), the login credentials on the target (including root) may be overwritten by the source .sql file if the .sql file was created with the --all-databases option.
Older Posts
Home
Subscribe to:
Posts (Atom)