博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux phpmyadmin
阅读量:4287 次
发布时间:2019-05-27

本文共 447 字,大约阅读时间需要 1 分钟。

sudo apt-get install apache2

sudo apt-get install php5 libapache2-mod-php5

sudo /etc/init.d/apache2 restart

sudo apt-get install mysql-server

sudo apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin

cp /etc/phpmyadmin/apache.conf /etc/apache2/sites-available/phpmyadmin

cd /etc/apache2/sites-enabled/  

sudo ln -s ../sites-available/phpmyadmin   

sudo /etc/init.d/apache2 restart

如果要连接多个数据库,请参看

/etc/phpmyadmin/config.inc.php,仔细阅读,即可找到配置方式。

转载地址:http://bttgi.baihongyu.com/

你可能感兴趣的文章
mysql-5.7.xx-winx64服务无法启动解决方案
查看>>
Bootstrap 4重大更新,亮点解读
查看>>
Angular CLI ng常用命令整理
查看>>
Angular 路由使用整理(一)
查看>>
git回到指定版本命令
查看>>
cordova-plugin-splashscreen设置启动页面和图标
查看>>
cordova-plugin-camera相机插件使用
查看>>
cordova-plugin-media音频播放和录制
查看>>
Visual Studio 2017使用Emmet风格编写Html--ZenCoding
查看>>
Visual Studio Code v1.21发布
查看>>
C# Newtonsoft.Json JObject移除属性,在序列化时忽略
查看>>
Git移除版本控制操作
查看>>
Http缓存机制(转)
查看>>
C# 本地时间格式,UTC时间格式,GMT时间格式处理
查看>>
Windows系统搭建GitServer--Bonobo Git Server
查看>>
Bootstrap3 datetimepicker控件之smalot的使用
查看>>
小程序Canvas隐藏问题处理
查看>>
小程序scroll-view组件使用简介(转)
查看>>
Visual Studio Code设置中文包/配置中文语言
查看>>
Git重置登录密码问题,Git-remote Incorrect username or password ( access token )
查看>>