0

easy php をインストールしたところ、phpmyadmin が mysql サーバーに接続しません。#1045 - ユーザー 'root'@'localhost' のアクセスが拒否されました。

設定や変更は一切行っていません。phpmyadminをインストールして開こうとしました。設定ファイルは次のようになります -

/* Authentication type */
$cfg['Servers'][$i]['auth_type'] = 'config';
/* Server parameters */
$cfg['Servers'][$i]['host'] = '127.0.0.1';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['compress'] = false;
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['hide_db'] = '(mysql|information_schema|performance_schema|phpmyadmin)';

/* Select mysqli if your server has it */
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['AllowNoPassword'] = false;

これは本当に面倒です..誰かがこれを手伝ってくれますか。

ありがとう

4

1 に答える 1