Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以帮助解决 phpmyadmin 2002 错误并在其下方显示“配置中定义的 controluser 连接失败”</p>
我在win 7 64bit上使用xampp
它以前工作正常,一个月后我使用xampp,现在它显示此错误任何人都可以帮助
您需要配置 config.inc.php。可以控制用户名和密码。
['pmadb'] = 'phpmyadmin'; ['controluser'] = 'username'; ['controlpass'] = '<your password>';
在 config.inc.php 中找到该字段并确保该信息是正确的。如果更改,请重新启动 XAMPP 服务。
问候,雨果