簡體   English   中英

phpmyadmin 在安裝 wamp 服務器 2 后停止工作

[英]phpmyadmin stopped working after installing wamp server 2

嗨,有一個工作 phpmyadmin 當我為 windows 32bit 安裝新版本的 wamp 2 時停止工作。

現在我的 localhost 主頁中出現了 mysqlBuddy,它 mysqlBuddy 可以工作,但是當我點擊 phpmyadmin 時它不起作用。 我得到的錯誤是Access Denied 請閱讀以下錯誤。

> Error
>     
>         MySQL said: Documentation Cannot connect: invalid settings.
> phpMyAdmin tried to
> 
>  connect to the MySQL server, and the
> server rejected the connection.  You
> should check the host, username and
> password in your configuration and
> make  sure that they correspond to the
> information given by the 
> administrator of the MySQL server.

我檢查了 phpmyadmin 文件夾下的 config.inc.php 文件以查看配置設置,它們都正常

/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = 'localhost';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'config';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['AllowNoPassword'] = true;

我不知道我還能如何解決這個問題。 ?

只是為了涵蓋所有基礎-您是否嘗試在更改 PHPMyAdmin 的配置后重新啟動 WAMP 服務器?

如果您仍然無法連接,請嘗試按照此處的說明重置您的 MySQL 根密碼。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM