Home > php教程 > php手册 > phpmyadmin管理多个数据库

phpmyadmin管理多个数据库

WBOY
Release: 2016-06-06 20:08:23
Original
1654 people have browsed it

笔记 ,phpmyadmin要管理多个数据库时,其实很方便 ,在config.inc.php里加入一行: $cfg['AllowArbitraryServer'] = 1; 不过说实话,我现在都是直接用navicat的。navicat 确实方便。一般情况下,我都是用ntunnel.php来管理。自己用的时候,我是用shell方式

笔记 ,phpmyadmin要管理多个数据库时,其实很方便 ,在config.inc.php里加入一行:
$cfg['AllowArbitraryServer'] = 1;

不过说实话,我现在都是直接用navicat的。navicat 确实方便。一般情况下,我都是用ntunnel.php来管理。自己用的时候,我是用shell方式的,方便轻松
其实sqlog其实也可以,也支持http方式 的连接。

不过,有时候没办法,还是得使用phpmyadmin所以,做了这个笔记 。
顺便说一下navicat,我的左侧管理已经满了。。。。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template