📜  phpMyAdmin 访问被拒绝消息 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:28.096000             🧑  作者: Mango

代码示例1
Open the phpMyAdmin folder.

Open the config.inc.php file with any text editor.

Under “Authentication type and info,” and update the following lines:

On $cfg['Servers'][$i]['auth_type'] = 'config'; replace config for cookie.

On $cfg['Servers'][$i]['AllowNoPassword'] = true; replace true for false.