View Single Post
  #2  
Old 05-29-2009, 11:03 AM
gaeorn
Developer
 
Join Date: Apr 2009
Location: USA
Posts: 478
Default

When I had this problem, I had to roll back to an older DB to import the bots. I then modified the bot backup script to include --complete-insert as an option to mysqldump. This causes the dump to include the column names so you can restore it later even if columns are added. I created a new backup of the bots, changed to the new DB (again) and then was able to import the bots.
Reply With Quote