安装 zabbixx 提示no found jabber librarychecking for IKSEMEL... noconfigure: error: Jabber library not foundconfigure: error: Not found Jabber library1.下载文件,然后编译安装。http://code.google.com/p/iksemel/2.The correct configure: &nbs...
备份MySQL出现Can’t open file when using LOCK TABLES错误备份数据库出现mysqldump: Got error: 1016: Can't open file: './ShoppingCart/ShoppingCart_01f8.frm' (errno: 24) when using LOCK TABLES这样的错误。 搜索了一下,发现只要在mysqldump的时候加上--lock-tables=false就可以解决问题。 m...
mysqldump: Got error: 1044: Access denied for user 'blogi'@'localhost' to database 'staging' when using LOCK TABLES解决办法,加上-skip-lock-tables选项即可。mysqldump -uxxx -pxxx --database --skip-lock-tables > new.sql...
Sersync基本配置需要在同步主服务器上配置sersync,在同步目标服务器配置rsync,并在目标服务器开启rsync守候进程,这样在主服务器产生的文件,就会被sersync实时同步到多个目标服务器。配置同步目标服务器rsync在多台目标服务器上配置如下:vi /etc/rsyncd.conf01 uid=root02 gid=root03 max connections=3600004 use chroot=no05 log file=/var/log/rsyncd.l...