obelix
March 22nd, 2005, 09:03 PM
I've downloaded the phpmyadmin_2.5.7-1_all.deb and I have installed it via dpkg -i
I've restarted apache, and I first tried to login with the username "root" and the password blank. It then just reloads the page but does not produce any error messages. I then set my username and password via:
mysqladmin -u root password "mypassword"
I then restarted apache again. I haven't restarted mysql though. I try logging in again and it still loads the login page again. I then went and edited my /etc/phpmyadmin/config.inc.php file and uncommented the following lines:
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = 'mypassword'; // MySQL password (only needed
I restart apache again and still it just reloads the page. As far as I can tell it seems to authenticate and the mysqld is running so I don't know whats going on. Any ideas guys?
I've restarted apache, and I first tried to login with the username "root" and the password blank. It then just reloads the page but does not produce any error messages. I then set my username and password via:
mysqladmin -u root password "mypassword"
I then restarted apache again. I haven't restarted mysql though. I try logging in again and it still loads the login page again. I then went and edited my /etc/phpmyadmin/config.inc.php file and uncommented the following lines:
$cfg['Servers'][$i]['host'] = 'localhost'; // MySQL hostname or IP address
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = 'mypassword'; // MySQL password (only needed
I restart apache again and still it just reloads the page. As far as I can tell it seems to authenticate and the mysqld is running so I don't know whats going on. Any ideas guys?