I could use some help with restoring a backup.

I have a backup file, generated using the mysqldump command. This file is 
approximately one gigabyte in size. I use the following command to restore this backup 
file:

mysql -u root DevDBs < New.all.aca

When the command is finished executing, I check my DevDBs database, and it has been 
updated, but not all tables that I'm expecting to be restored have been restored. 
Further, the DevDBs directory has only about 250 megabytes of data, rather than the 
one gigabyte I am expecting.

Any help would be appreciated.

Danny

Reply via email to