今天总算碰到了 CPU占用高,索引没建引起的原因: 添加上就OK 索引根据自己实际的情况建自己的索引 alter table
tb_gooutbattle add index belonguser(gooutbattle_belonguser);
alter table tb_userinfo a...
*** is not allowed to connect to this mysql server way to
resolve-- mysql -u root -p mysql>use mysql;
mysql>update user set host =’%'where user =’ro...