Forum Moderators: open
I'm trying to import a database for a forum using phpmyadmin. I'm getting the following error:
Error
SQL query:/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
MySQL said:
#1231 - Variable 'sql_mode' can't be set to the value of 'NULL'
Not sure how to fix this... I'm guessing I should replace
@OLD_SQL_MODE
With something else?