We have a client with a sick 5208R who wants to restore all the databases that he has backed up using the GUI SQL DB Dump. Am I correct that restoring all the databases will just be a matter of running from the command line mysql -u root -p mysql < sqldump.sql I have done it for single databases before but not all databases. Thanks Colin