随笔分类 - Mysql
摘要:mysql 学习记录 2022年1月20日回顾 union 和 union all 区别, union是会过滤和重新排序的,union all 能够合并但不去重 exists 和 not exists 表示 存在或者不存在,适用于替代 in select * from table t1 where
阅读全文
摘要:https://www.cnblogs.com/chengfengchi/p/11606046.html 后面补充
阅读全文
摘要:1、今天在Linux上面装完MySQL,却发现在本地登录可以,但是远程登录却报错Host is not allowed to connect to this MySQL server,找了半天试了网上的一些方法都没有解决,最终在一篇文章里找到了解决方法,特意记录一下。 先说说这个错误,其实就是我们的
阅读全文