to mention one step before re-installing anything and skipping user handling of 
mysql...

initially, there's no root passwort set at all. so you came into the server without 
any changes to pma configuration or any special parameter to the mysql client.

did you change that password in the phpmyadmin config.php file to the new one? or 
changed it to cookie authorization, so that you could enter your password yourself 
anytime you want to login? and for the mysql command line client: did you use it with 
the parameter -p to state that you want to use a password?

    mysql -h localhost -u root -p

then mysql asks you for the root password on localhost...

just a thought

-yves

 
-----Ursprüngliche Nachricht----- 
Von: "FT" <[EMAIL PROTECTED]>
An: <[EMAIL PROTECTED]>
Gesendet: Sonntag, 3. August 2003 07:21
Betreff: Root


> Hi everyone
> I am quiet new to DB and MySql
> I must have made a big mistake by changing the root @ localhost password via
> phpMyAdmin and now it is impossible to connect from neither the mysql prompt
> nor phpMyAdmin...
> 
> Does anyone know how to recover this problem...I did try to reinstall MySql
> after uninstalling it and rebooted the server but no luck so far...
> 
> Thanks for the hand
> 
> Fabrice
> 
> 
> -- 
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]
>

--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to