nemesis_256
06-02-2009, 03:43 PM
So I had to restore a backup on my server (twice, the first one wasn't right) and now I've lost a bunch of free space on the server. It seems the data wasn't overwritten. How can I delete the old data so I can get my space back? I used the following command to restore the backup.
mysql --user=root --pass=password --host=localhost -e "source /backups/daily/backup.sql" database
mysql --user=root --pass=password --host=localhost -e "source /backups/daily/backup.sql" database