当我启动 apache MySQL 服务器时,出现错误“(HY000/2002): 无法建立连接,因为目标机器主动拒绝了它。”

when I start apache MySQL server, I get error " (HY000/2002): No connection could be made because the target machine actively refused it."

启动 apache 服务器后,我无法访问 PHPMyAdmin。当我尝试访问时出现错误并自动停止 MySQL 服务器。


 - mysqli_real_connect(): (HY000/2002): No connection could be made
   because the target machine actively refused it.
 - Connection for controluser as defined in your configuration failed.
   mysqli_real_connect(): (HY000/2002): No connection could be made
   because the target machine actively refused it.
 - phpMyAdmin tried to connect to the MySQL server, and the server
   rejected the connection..

我该如何解决这个错误

在config.inc.php

下添加下行

$cfg['Servers'][$i]['port'] = 8111;