码迷,mamicode.com
首页 > Web开发 > 详细

【phpMyAdmin】更改配置文件连接到其他server

时间:2015-08-17 23:27:41      阅读:153      评论:0      收藏:0      [点我收藏+]

标签:



默认phpMyAdmin安装完毕后对机器的访问mysql,但有时我们需要访问其它server的mysql数据库,所以我们需要配置。


真,phpMyAdmin已经为我们做了配置的选项。可是须要我们进行一些手动的操作。


http:/yourphpmyadmin.com/setup/index.php

进入配置界面,这时候会出现提示 


技术分享


找到相应的文档


技术分享


复制出一份配置文件,而且赋予改动的权限。


[root@ip-0 phpMyAdmin-4.4.0-beta1-all-languages]# mkdir config
[root@ip-0 phpMyAdmin-4.4.0-beta1-all-languages]# chmod o+rw config
[root@ip-0 phpMyAdmin-4.4.0-beta1-all-languages]# cp config.inc.php config/
[root@ip-0 phpMyAdmin-4.4.0-beta1-all-languages]# chmod o+w config/config.inc.php



接下来就能够正常改动配置连接其它mysqlserver了。




版权声明:本文博客原创文章,博客,未经同意,不得转载。

【phpMyAdmin】更改配置文件连接到其他server

标签:

原文地址:http://www.cnblogs.com/mengfanrong/p/4737852.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!