摘要: 1. 安装apache yum install httpd httpd-develservice httpd start 启动service httpd stop 停止service httpd restart 重启service httpd status 状态 chkconfig httpd on 阅读全文
posted @ 2017-07-09 14:28 yancyus 阅读(2605) 评论(0) 推荐(0)
摘要: 1. Ubuntu安装sudo apt-get install mysql-server //安装mysql服务sudo apt-get install mysql-client //sudo apt-get install php5-mysql //安装php关联--如果不需要可不安装sudo ... 阅读全文
posted @ 2015-04-22 22:04 yancyus 阅读(169) 评论(0) 推荐(0)
摘要: 1. MySQL 登录 MySQL -u username -p2. MySQL 创建用户 use mysql //进入mysql 表 INSERT INTO user (Host,User,Password) VALUES ('%','username',PASSWORD('passwwor... 阅读全文
posted @ 2015-04-19 00:09 yancyus 阅读(406) 评论(0) 推荐(0)