会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
yancyus
博客园
首页
新随笔
联系
订阅
管理
2017年7月9日
linux centos7 下安装 php开发环境 (初学)
摘要: 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)
2015年4月22日
MySQL 初学笔记 ② -- MySQL安装
摘要: 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)
2015年4月19日
MySQL 初学笔记 ① -- MySQL用户登录权限控制
摘要: 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)
公告