Displaying 1 result from an estimated 1 matches for "mybackupfil".
Did you mean:
mybackupfile
2010 Aug 16
0
Restoring blob fileds in Mysql
Not really a rails question but someone on here may be able to help..
I have been backing up a MySQL database for a Rails app for several
years with the command: mysqldump myDatabaseName -u root >
myBackupFile.sql
The backups have appeared to work fine...
I then wanted to restore one of the backups to a different named
database so I did: mysql myNewDatabaseName -u root < myBackupFile.sql
I got some errors about logfile size so I stopped Mysql and removed
the logfiles and set the following paramete...