View Single Post
  #10  
Old 11-28-2015, 05:14 PM
Huppy's Avatar
Huppy
Demi-God
 
Join Date: Oct 2010
Posts: 1,332
Default

Quote:
Originally Posted by Uleat View Post
Ok... You're getting the 'infamous' error of unknown origin...

Can you run this query and tell me what you get for a result?

Code:
SELECT `VARIABLE_VALUE` FROM `information_schema`.`GLOBAL_VARIABLES` WHERE `VARIABLE_NAME` LIKE 'INNODB_STRICT_MODE'
Code:
+----------------+
| VARIABLE_VALUE |
+----------------+
| OFF            |
+----------------+
1 row in set (0.00 sec)
Reply With Quote