摘要:
rpm -qa|grep vsftpd //查找vsftpd有没有安装不是root是不能启动服务的/etc/init.d/vsftpd start #启动vsftpd服务chkconfig mysqld on #设置mysqld随系统启动/usr/bin/mysqladmin -u root password '123456' #重设mysql密码让外面可以连接mysql还需要mysql>update user set host = '%' where user = 'root' and host = localhost 阅读全文
posted @ 2011-06-18 12:39 牧羊岛 阅读(171) 评论(0) 推荐(0)
浙公网安备 33010602011771号