原创 后端技术 MySQL中IS NULL、IS NOT NULL、!=不能用索引?胡扯! 不知道从什么时候开始,网上流传着这么一个说法: MySQL的WHERE子句中包含 IS NULL、IS NOT NULL、!= 这些条件时便不能使用索引查询,只能使用全表扫描。 这种说法愈演愈烈,甚至被很多同学奉为真理。 2019-11-01 浏览(329) 评论(0) 阅读全文
原创 后端技术 mysql的时区错误问题: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one 问题:The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone.... 解决方案: 2019-04-12 浏览(352) 评论(1) 阅读全文