chikn
11-22-2002, 07:10 PM
Long story short- server died hosted alot of data in mysql. I do have dumps.
Try to load dump back into a database
mysql newdatabasename < dump.sql
Error 1048 Column '(column name)' cannot be null
Is there any way to force this to dump the data back into the database and ignore these errors. I have several dumps and they all do this.
Try to load dump back into a database
mysql newdatabasename < dump.sql
Error 1048 Column '(column name)' cannot be null
Is there any way to force this to dump the data back into the database and ignore these errors. I have several dumps and they all do this.