Scandal
Well-known member
Code:
ERROR 1231 (42000) at line 12428 in file: 'c:\is.sql': Variable 'time_zone' can't be set to the value of 'NULL'
ERROR 1231 (42000) at line 12430 in file: 'c:\is.sql': Variable 'sql_mode' can't be set to the value of 'NULL'
ERROR 1231 (42000) at line 12431 in file: 'c:\is.sql': Variable 'foreign_key_checks' can't be set to the value of 'NULL'
ERROR 1231 (42000) at line 12432 in file: 'c:\is.sql': Variable 'unique_checks' can't be set to the value of 'NULL'
ERROR 1231 (42000) at line 12433 in file: 'c:\is.sql': Variable 'character_set_client' can't be set to the value of 'NULL'
Query OK, 0 rows affected (0.000 sec)
ERROR 1231 (42000) at line 12435 in file: 'c:\is.sql': Variable 'collation_connection' can't be set to the value of 'NULL'
ERROR 1231 (42000) at line 12436 in file: 'c:\is.sql': Variable 'sql_notes' can't be set to the value of 'NULL'
MariaDB [isxf22]>
Any idea how to fix it?
Maybe to edit via phpmyadmin the relevant db table to apply NULL as default for those columns, then re-export and then re-import?