Maybe u can change password in MySQL with this command

SET PASSWORD FOR 'some_user'@'some_host' = OLD_PASSWORD('mypass');

example :

SET PASSWORD FOR 'root'@'localhost' = OLD_PASSWORD('your_password');



Bambang


*********** REPLY SEPARATOR  ***********

On 4/27/2005 at 8:48 PM VLAD ALEXANDRESCU wrote:

>Any idea?
> 
>I installed Apache 2 and PHP 5 and Mysql server 4.1
>Just for personal use.
>And PhpMyAdmin.
>I worked for week.
>Then - (maybe I changed something - but I think I didn't) - in
>PHPMYADMIN - says that
>cannot load mysql extension,
>please check PHP Configuration
> 
>I am trying to configure this, but now, after many hours - it's still
>the same message.
>Any idea?
> 
>VLAD 
>
>
>[Non-text portions of this message have been removed]
>
>
>
>
>
>
>The PHP_mySQL group is dedicated to learn more about the PHP_mySQL web
>database possibilities through group learning.  
>Yahoo! Groups Links
>
>
>








The PHP_mySQL group is dedicated to learn more about the PHP_mySQL web database 
possibilities through group learning.  
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php_mysql/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to