摘要: MySQL报如下错误: mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication. Please use an administration tool to reset your password with the command SET PASSWORD = PASSWORD('your_exis... 阅读全文
posted @ 2013-11-13 23:59 smismile 阅读(328) 评论(0) 推荐(0)
摘要: 一、CentOS 修改IP地址 修改对应网卡的IP地址的配置文件 vim /etc/sysconfig/network-scripts/ifcfg-eth0修改以下内容 DEVICE=eth0 #描述网卡对应的设备别名BOOTPROTO=static #设置网卡获得ip地址的方式BROADCAST=192.168.0.255 #对应的子网广播地址HWADDR=00:07:E9:... 阅读全文
posted @ 2013-11-13 16:00 smismile 阅读(522) 评论(0) 推荐(0)