我在 OSX 上使用 CakePHP 和 Xampp,最近第一次安装了 wordpress。我更改了一些密码,但我没有意识到这会影响 PHPMyAdmin。在尝试访问 localhost/phpmyadmin 时,系统会提示我登录屏幕。我写下了我更改的密码和用户名,但仍然不允许我进入。我收到以下错误
Authentication required!
This server could not verify that you are authorized to access the URL "/phpmyadmin". You either supplied the wrong credentials (e.g., bad password), or your browser doesn't understand how to supply the credentials required.
Run Code Online (Sandbox Code Playgroud)
我已经尝试按照这篇文章的建议进行操作,但没有成功。
这是我的 config.inc.php 文件的内容
$cfg['blowfish_secret'] = 'xampp'; /* YOU SHOULD CHANGE THIS FOR A MORE SECURE COOKIE AUTH! */
/*
* Servers configuration
*/
$i = 0;
/*
* First server
*/ …Run Code Online (Sandbox Code Playgroud)