发布时间:2016-05-13 14:49:38
find /opt/soft/log/ -mtime +30 -name "*.log" -exec rm -rf {} \;-mtme 修改时间-exec 执行{} 代表前面查找出的内容\;是固定格式......【阅读全文】
发布时间:2016-04-30 22:20:53
ERROR 1290 (HY000): The MySQL server is running with the --read-only option so it cannot execute this statement mysql> set global read_only=off===================================================================================启动mysqld时报错: ERROR! The server quit without updat.........【阅读全文】
发布时间:2016-04-27 22:34:22
今天尝试用一台虚拟机去连另一台虚拟机的mysql时出现了报错.ERROR 1129 (HY000): Host'192.168.2.128' is blocked because of many connection errors; unblock with 'mysqladmin flush-hosts'这是由于一个ip在短时间内产生太多中断的数据库连接导致的.解决: 1.增大连接数 #vi my.cnf&nb.........【阅读全文】