09 2011 档案

摘要:From:http://apps.hi.baidu.com/share/detail/22834313装完Centos5.2 看了看php版本才5.1.6,于是下意识的# yum update phpLoading “fastestmirror” pluginExisting lock /var/run/yum.pid: another copy is running as pid 12787.Another app is currently holding the yum lock; waiting for it to exit…Another app is currently holdin 阅读全文
posted @ 2011-09-26 22:07 jhtchina 阅读(10103) 评论(0) 推荐(0)
摘要:From:http://www.cnblogs.com/Jerryshome/archive/2011/08/03/2126409.htmlmysql远程连接失败的解决方法(CentOS版)(1)先将mysql服务停掉# /etc/init.d/mysqld stop(2)查看mysql配置文件# vi /etc/my.cnf特别要留意其中的两项:bind_address和skip_networking,bind_address一定不能为127.0.0.1,否则只能在本地连接,skip_networking一定不能出现,否则只接受unix socket而不能提供tcp socket服务,建议将 阅读全文
posted @ 2011-09-15 22:21 jhtchina 阅读(651) 评论(0) 推荐(0)
摘要:华为3COM交换机配置命令详解1、配置文件相关命令[Quidway]display current-configuration ;显示当前生效的配置[Quidway]display saved-configuration ;显示flash中配置文件,即下次上电启动时所用的配置文件<Quidway>reset saved-configuration ;檫除旧的配置文件<Quidway>reboot ;交换机重启<Quidway>display version ;显示系统版本信息2、基本配置[Quidway]super password ... 阅读全文
posted @ 2011-09-07 14:05 jhtchina 阅读(206373) 评论(2) 推荐(7)