So i reset my VPS and now i get these problems importing the database. Using the "Original Database from PLUSEMU on habbofiles.com Anyone know why?
Turn MySQL strict mode off when you're importing with navicat. That worked for me, atleast.So i reset my VPS and now i get these problems importing the database. Using the "Original Database from PLUSEMU on habbofiles.com Anyone know why?
How do i turn that off?Turn MySQL strict mode off when you're importing with navicat. That worked for me, atleast.
How do i turn that off?
In some cases u might need to turn it off globally like this SET @@global.sql_mode= '';Run that as a querySET sql_mode = '';
Try running that then. I usually just run the first one I posted.In some cases u might need to turn it off globally like this SET @@global.sql_mode= '';
How do i turn that off?
STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION
NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION