I am trying to set up phpMyAdmin and mysql on a new Yoper install. I can log into mysql from the console but I cant get phpmyadmin to log in.
I am using phpMyAdmin 2.6.3-pl1. Here are some lines from the config file...
Code:
$cfg['Servers'][$i]['auth_type'] = 'http'; // Authentication method (config, http or cookie based)?
$cfg['Servers'][$i]['user'] = 'root'; // MySQL user
$cfg['Servers'][$i]['password'] = ''; // MySQL password (only needed
The login screen just keeps popping up over and over when trying to log in.
if i use config for the auth type then this happens (and I did enter the password in the config file before changing to config auth)...
Code:
#2002 - The server is not responding (or the local MySQL server's socket is not correctly configured)
cookie does the same thing.
in phpinfo() under the mysql section i get this...
Code:
MYSQL_SOCKET /var/run/mysqld/mysqld.sock
I need help ... i have been searching for over 10 hours now and i'm loosing it.
Oh and I never tried to set this up in yoper before, only in slackware, which i ded get working.
And I should mention this...]
PHP Version 5.0.4
mysql version 4.0.21
i think the problem is with mysql. I can log in to the mysql> prompt but i cant issue any commands there like mysqladmin version.
I had it working there before but now it doesn't work. I am compleatly lost please help.