Re: Password problems using Mac OS X

2006-06-14 Thread Kevin Felix
Dan, A thousand times thanks for the fast reply, I just reset my password with MySQL Administrator now, everything is back the way it was! On a sidenote: I also saw this as the version "MySQL 5.0.17-max via socket". The version 3 was through phpinfo(). My php install and other MySQL do al

Re: Password problems using Mac OS X

2006-06-14 Thread Dan Buettner
Kevin - You can start up the MySQL server without password protection using the --skip-grant-tables option. Note that will leave your server wide open, so you may also want to use the --skip-networking option and access it through the socket on the same machine. Something like this I think:

Re: Password problems

2001-02-10 Thread Rolf Hopkins
ECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, February 11, 2001 9:59 Subject: RE: Password problems > It looks like MySQL is working fine, phpMyAdmin just needs to know your new > password so that it can connect to the database. Just edit the > "config.inc.php&q

RE: Password problems

2001-02-10 Thread Daniel Von Fange
It looks like MySQL is working fine, phpMyAdmin just needs to know your new password so that it can connect to the database. Just edit the "config.inc.php" file in the phpMyAdmin directory. Find the lines: $cfgServers[1]['user'] = 'root';// MySQL user (only needed with basic auth