Hi,
I have attempted to install phpmyadmin, however, when I login, I get this error:
Quote:
|
#2002 Cannot log in to the MySQL server
|
I have installed MySQL from the source RPMs posted on Mysql.com. Here is my config.inc.php incase it is needed:
Quote:
<?php
/*
* Generated configuration file
* Generated by: phpMyAdmin 3.4.3.2 setup script
* Date: Tue, 23 Aug 2011 00:36:40 +0400
*/
/* Servers configuration */
$i = 0;
/* Server: localhost [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'localhost';
$cfg['Servers'][$i]['port'] = 3306;
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['extension'] = 'mysqli';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
/* End of servers configuration */
$cfg['DefaultLang'] = 'en';
$cfg['blowfish_secret'] = '';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '';
$cfg['SaveDir'] = '';
?>
|
Recent comments
12 hours 17 min ago
12 hours 22 min ago
17 hours 21 min ago
1 day 2 min ago
1 day 51 min ago
1 day 2 hours ago
1 day 6 hours ago
1 day 13 hours ago
1 day 16 hours ago
1 day 18 hours ago