mysql
学java的小学生@f
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
MyCat2教程
分布式数据库中间件Mycat2(虚拟数据库类)原创 2022-06-16 10:21:58 · 3563 阅读 · 0 评论 -
mysql中date_format(),count(),sum(),group by 的应用
select date_format (createtime,'%Y-%m-%d'),pid,product_name, count(distinct if ( is_cost = 1,uid,null))'机构进件', count(if( is_cost = 1 and refund_cash_per_term is not null,uid,null))'批核', sum(if(is_cost = 1 and refund_cash_per_term is not null,refund_cash_pe原创 2021-07-15 11:11:12 · 580 阅读 · 1 评论 -
mysql连接多次ip被锁定解决方式
以root用户登录mysql,执行一下这条sql脚本即可解决问题 flush hosts原创 2021-05-17 18:51:21 · 2104 阅读 · 0 评论 -
2021-05-01
记录: mysql中创建数据库用户并且授权 grant select,UPDATE on localhost.* to 'test12'@"%" identified by "B2b1A2B3C.cig";原创 2021-05-01 09:58:31 · 110 阅读 · 0 评论
分享