Re: Unable to connect to mysql with phpmyadmin

2004-04-04 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 s

RE: Unable to connect to mysql with phpmyadmin

2004-04-04 Thread Marvin Cummings
Original Message- From: Michael Stassen [mailto:[EMAIL PROTECTED] Sent: Sunday, April 04, 2004 2:13 PM To: Marvin Cummings Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: Unable to connect to mysql with phpmyadmin Marvin Cummings wrote: > I've tried it both ways using the defa

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 di

RE: Unable to connect to mysql with phpmyadmin

2004-04-04 Thread Marvin Cummings
frame // It may also be an array of db-names, where sorting order is relevant. $cfg['Servers'][$i]['verbose'] = ''; // Verbose name for this host - leave blank to show the hostname Again I've trie

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

RE: Unable to connect to mysql with phpmyadmin

2004-04-03 Thread Marvin Cummings
ardless of the account I use. I know I'm missing something here and it's driving me crazy. Thanks for the help. -Original Message- From: Eve Atley [mailto:[EMAIL PROTECTED] Sent: Saturday, April 03, 2004 9:54 PM To: Marvin Cummings Subject: Re: Unable to connect to mysql with

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