ERROR 2003 (HY000): Can't connect to MySQL server on 从一台服务器去连接另一台服务器的mysql提示如下错误ERROR 2003 (HY000): Can't connect to MySQL server on 'www.neihanji.com' (111)注释掉/etc/mysql/my.conf中以下两条#skip-networking#bind-address = 127.0.0.1重启mysql服务service...
早上访问www.nginx.cn,页面提示“建立数据库连接时出错”机器环境跑的是nginx+php-fpm+mysql、出问题之前也没做过停止mysql进程的操作。突然间数据库连接出错,开始以为php的问题,那么我在命令行直接访问mysqlmysql -u root -p出现错误提示2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (11...
rsync安装目前rsync的最新版本是3.0.9wget http://rsync.samba.org/ftp/rsync/rsync-3.0.9.tar.gztar -xvzf rsync-3.0.9.tar.gz; cd rsync-3.0.9;./configure; make; make installrsync服务器端配置1.vi /etc/rsyncd.conf(需要手动生成)rsyncd.conf的参数写在上边就是全局参数和写在模块里的就是模块参数#运行RSY...