Error while connecting PHPMyAdmin
Getting the following error when connecting to PhpMyAdmin :
"#2013 Cannot log in to the MySQL server"
Solution:
# vi /usr/local/cpanel/base/3rdparty/phpMyAdmin/config.inc.php // Configuration file of PhpMyAdmin
Add localhost as follows
$cfg['Servers'][$i]['host'] = 'localhost';
save and quit the file.
No comments:
Post a Comment