mysqladmin -u root -p processlist -i 3
显示正在运行的processlist,-i 3表示每3秒检测一次。
mysqladmin -u root -p kill 2233
杀掉上面显示的进程2233
mysqladmin -u root -p processlist -i 3
显示正在运行的processlist,-i 3表示每3秒检测一次。
mysqladmin -u root -p kill 2233
杀掉上面显示的进程2233
select object_id from quick.host group by object_id having count(object_id) > 1;
将非虚拟化的机器标记为虚拟化,在打开/index.php?page=virtual时会报错
Argument ‘bypass’ of value ‘(NULL)’ is invalid.
解决方法:没有,将有虚拟化的机器标记为非虚拟化
不可以对location做log标记,在打开/index.php?page=objectlog时报错
Object ‘object’#’1’ does not exist
解决办法:没有,不对location记录log
/index.php?page=location&tab=log&location_id=1
http://wklken.me/posts/2012/02/19/python-ini-configparser.html
ERROR 1 (HY000): Can’t create/write to file ‘/tmp/#sql_9f3_0.MYI’ (Errcode: 13)
chown root:root /tmp chmod 1777 /tmp /etc/init.d/mysqld restart tart