MySQL汇总

安装

Windows【推荐msi安装】:
MySQL 8.0 压缩包版安装方法:
https://blog.csdn.net/yangs_2012/article/details/80412016

Linux:
MySQL 5.6 压缩包版安装方法:
https://blog.csdn.net/javaloveiphone/article/details/74276506

MySQL 5.7.24 压缩包版安装方法【centos7】:
https://www.cnblogs.com/songyinan/p/10093288.html

MySQL 5.7.28 压缩包版安装方法【centos7】:
http://www.cppcns.com/shujuku/mysql/283009.html

报错

1292:MySQL 时间类型无法插入’0000-00-00 00:00:00’:
https://blog.csdn.net/millions_02/article/details/79631733

每隔8小时自动断开连接的问题:
https://blog.csdn.net/qq_24484085/article/details/77940883

5.7向下兼容SQL_MODE:with sql_mode=only_full_group_by:
https://www.cnblogs.com/zhi-leaf/p/5998820.html

配置

jdbc:配置大全详解:
https://blog.csdn.net/wfanking/article/details/95504879

jdbc:zerodatetimebehavior=converttonull:
https://blog.csdn.net/sinat_30397435/article/details/72518215

jdbc: com.mysql.cj.jdbc.Driver的区别 serverTimezone设定:
https://blog.csdn.net/love20yh/article/details/80799610

你可能感兴趣的:(MySQL)