重启CentOS系统,出现关机mysql卡死的问题
减小对其他软件的影响,只对mysql进程进行设置
设置MySQL超时:
vim /etc/systemd/system/multi-user.target.wants/mysqld.service
TimeoutSec=20 ##修改为20秒强制关闭
也可以先关闭mysql服务,再重启系统。
查找日志,可以看到警告信息
2018-12-04T17:05:02.204012Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).