码迷,mamicode.com
首页 > 其他好文 > 详细

解决ERROR 1231 (42000): Variable ‘time_zone‘ can‘t

时间:2018-05-22 15:57:34      阅读:692      评论:0      收藏:0      [点我收藏+]

标签:ERROR 1231 (42000)   mysql报错   


解决mysql 数据库在迁移或还原数据过程中出现的如下报错:

ERROR 1231 (42000): Variable 'time_zone' can't be set to the value of 'NULL'
ERROR 1231 (42000): Variable 'sql_mode' can't be set to the value of 'NULL'
ERROR 1231 (42000): Variable 'foreign_key_checks' can't be set to the value of 'NULL'
ERROR 1231 (42000): Variable 'unique_checks' can't be set to the value of 'NULL'
ERROR 1231 (42000): Variable 'character_set_client' can't be set to the value of 'NULL'
Query OK, 0 rows affected (0.00 sec)
ERROR 1231 (42000): Variable 'collation_connection' can't be set to the value of 'NULL'
ERROR 1231 (42000): Variable 'sql_notes' can't be set to the value of 'NULL'

解决办法:

修改mysql配置文件:max_allowed_packet=1024M

重启mysql:

# systemctl  restart mysql.service


解决ERROR 1231 (42000): Variable ‘time_zone‘ can‘t

标签:ERROR 1231 (42000)   mysql报错   

原文地址:http://blog.51cto.com/9285090/2119091

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!