20050922 Cool technique for restoring database dumps (with foreign keys)
You probably know there’s a quick way of dumping your whole database to a file, with mysqldump. This generates a .sql file containing all the data you would need to restore your database when moving to another server, or when doing a backup. Anyway, if you have ever tried to restore a database which contained [...]