2016-10-17 5 views
0
내가 루트 사용자와는 나에게이 오류주는 올바른 암호로 로그인 할 때 내가 특별히, phpMyAdmin을에 로그인에 문제가 오전

:은 MySQL 서버 (XAMPP)에 로그인 할 수

Cannot log in to the MySQL server 

암호없이 'pma'사용자를 사용하여 로그인하지만 분명히 사용해야하는 권한이 없습니다. 나는 이것이 1045 오류라고 확신한다. 여기

는 config.inc.php를 내 설정은 다음과 같습니다

/* Authentication type and info */ 
$cfg['Servers'][$i]['auth_type'] = 'cookie'; 
$cfg['Servers'][$i]['user'] = 'root'; 
$cfg['Servers'][$i]['password'] = 'sutdenlol'; 
$cfg['Servers'][$i]['extension'] = 'mysqli'; 
$cfg['Servers'][$i]['AllowNoPassword'] = true; 
$cfg['Lang'] = ''; 

/* Bind to the localhost ipv4 address and tcp */ 
$cfg['Servers'][$i]['host'] = 'localhost'; 
$cfg['Servers'][$i]['connect_type'] = 'tcp'; 

/* User for advanced features */ 
$cfg['Servers'][$i]['controluser'] = 'pma'; 
$cfg['Servers'][$i]['controlpass'] = ''; 

은 좀 더 자세한 정보가 필요하면 대신 아래 투표의 말씀 해주십시오.

편집 : PHP 스크립트는 올바른 암호를 사용하여 root로 서버에 액세스 할 수 있습니다.

+0

그냥 빠른 범프 – Allosaurus

답변

0

$cfg['Servers'][$i]['host'] = '127.0.0.1'; 

$cfg['Servers'][$i]['host'] = 'localhost';

을 변경하고 당신이 당신의 컴퓨터에 MySQL 서버를 설치 한 않는 확인하십시오. 여기에서 다운로드 할 수 있습니다 - https://dev.mysql.com/downloads/