mysql
frank.zhang2010
Android ReactJs NodeJs
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu 14.04 安装phpMyAdmin + lighttpd
1. 安装phpMyAdmin sudo apt-get isntall phpmyadmin安装过程中会要求选择web server(apache2/lighttpd/nginx),除了lighttpd之外,其他两种之前都有使用过,所以选择lighttpd;最后配置mysql的root用户和密码(在此之前已安装过mysql) 2. 安装php5-cgi sudo apt-get install p原创 2016-03-08 18:41:19 · 953 阅读 · 0 评论 -
Ubuntu 19.04 安装 Apache, MySQL, PHP, phpMyAdmin
Ubuntu 19.04 安装 Apache, MySQL, PHP, phpMyAdmin1. 准备2. 安装Apache3. 安装PHP4. 安装MySQL5. 配置MySQL普通用户6. 安装服务器php模块7. 安装phpMyAdmin8. 用mod_rewrite模块9. 配置 1. 准备 sudo apt-get update 2. 安装Apache sudo apt-get inst...原创 2019-04-20 13:36:26 · 2429 阅读 · 0 评论
分享