Heim >Datenbank >MySQL-Tutorial >wamp中phpmyadmin联接多个mysql

wamp中phpmyadmin联接多个mysql

WBOY
WBOYOriginal
2016-06-07 16:15:011287Durchsuche

wamp中phpmyadmin连接多个mysql 1.wamp\alias\phpmyadmin.conf中添加Alias /mysql201 "D:/wamp/apps/phpmyadmin201/" Directory "D:/wamp/apps/phpmyadmin201/" Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny,AllowDeny from allA

wamp中phpmyadmin连接多个mysql
1.wamp\alias\phpmyadmin.conf中添加
Alias /mysql201 "D:/wamp/apps/phpmyadmin201/" 
<Directory "D:/wamp/apps/phpmyadmin201/">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride all
        Order Deny,Allow
	Deny from all
	Allow from 127.0.0.1
</Directory>

2.复制wamp\apps\phpmyadmin3.2.0.1到phpmyadmin201

3.修改配置config.inc.php
$cfg['Servers'][$i]['host']
$cfg['Servers'][$i]['user']
$cfg['Servers'][$i]['password']

遇到SHOW PLUGINS错误,修改wamp\apps\phpmyadmin201\libraries\blobstreaming.lib.php
272行$query = "SHOW PLUGINS"为SHOW ENGINES
Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn