Re: Unable to connect to mysql with phpmyadmin

2004-04-05 Thread Michael Stassen
Marvin Cummings wrote: I finally managed to get this working. It turns out I was using the wrong password for the root account and once I remembered what the correct password was I was able to log in via phpMyAdmin. I'm using MySQL 5.0alpha with php4.3.4. and phpMyAdmin ver2.5.6. Now I want to

RE: Unable to connect to mysql with phpmyadmin

2004-04-04 Thread Marvin Cummings
I've tried it both ways using the default root and no password and root with my assigned password. Either way returns an error. Here's a part of my config.inc.php file: // The $cfg['Servers'] array starts with $cfg['Servers'][1]. Do not use $cfg['Servers'][0]. // You can disable a server config

Re: Unable to connect to mysql with phpmyadmin

2004-04-04 Thread Michael Stassen
Marvin Cummings wrote: I've tried it both ways using the default root and no password and root with my assigned password. Either way returns an error. Here's a part of my config.inc.php file: // The $cfg['Servers'] array starts with $cfg['Servers'][1]. Do not use $cfg['Servers'][0]. // You can

RE: Unable to connect to mysql with phpmyadmin

2004-04-04 Thread Marvin Cummings
I finally managed to get this working. It turns out I was using the wrong password for the root account and once I remembered what the correct password was I was able to log in via phpMyAdmin. I'm using MySQL 5.0alpha with php4.3.4. and phpMyAdmin ver2.5.6. Now I want to switch the 'auth_type'

Unable to connect to mysql with phpmyadmin

2004-04-03 Thread Marvin Cummings
I'm wondering if someone could help me figure out why I'm getting this error when attempting to use phpMyAdmin to connect to mysql: phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make

RE: Unable to connect to mysql with phpmyadmin

2004-04-03 Thread Marvin Cummings
I see $cfg all over the place and no mention of HTTP. Where should I be looking for this? Thanks -Original Message- From: Eve Atley [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 9:36 PM To: Marvin Cummings Subject: Re: Unable to connect to mysql with phpmyadmin In the

RE: Unable to connect to mysql with phpmyadmin

2004-04-03 Thread Marvin Cummings
Ok. I'm using the default config.inc.php file which has 'config' as the 'auth_type'. I change this to HTTP and I'm prompted to enter a username and password. I try root and its password and get You are not authorized to view this page. This happens regardless of the account I use. I know I'm

Re: Unable to connect to mysql with phpmyadmin

2004-04-03 Thread Michael Stassen
Marvin Cummings wrote: I'm wondering if someone could help me figure out why I'm getting this error when attempting to use phpMyAdmin to connect to mysql: phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in