摘要:
mysql too many connections 解决方法 1、mysql -u root -p 回车输入密码进入mysql 2、show processlist; 查看连接数,可以发现有很多连接处于sleep状态,这些其实是暂时没有用的,所以可以kill掉 3、show variables l 阅读全文
摘要:
How to Select the First/Least/Max Row per Group in SQL Published Dec 7, 2006 in Databases Here are some common SQL problems, all of which have related 阅读全文