Quick Start
Some useful hints if you are new to Plone:
* Access key + 4 focuses the LiveSearch field - you can start writing your search terms straight away, and have all your information at your fingertips without leaving the keyboard. For information about how to use access keys in your part ...
mysql
查找异常线程:
shell >mysqladmin proc stat -i2 (-i2每隔两秒显示一次)
杀死线程: shell >mysqladmin kill id
授权
mysql>grant all on productcenter.* to 'user'@'localhost' identified by 'password';(指定的user用户拥有productcenter数据库中的所有表的所有权限(select ,insert,update,delete.....)
mysql>grant select on productcenter.* ...







评论排行榜