Felipe,

You need to login with the root account to mysql and
then issue the following commands where "user1" is the
user that your modifying and "pass1" is the new
password.

after you've logged in successfully as root, issue the
following commands:

use mysql;

update user set password=Password("pass1") where
User='user1';

Hope that helps.

Jason

--- Felipe Lopes <[EMAIL PROTECTED]> wrote:
> I have a problem to connect mysql...
> Now, when I try login to Mysql it says that my
> user-password is wrong.
> So I need to know what is the "equation" to delete,
> or to change, my 
> password-user?
> What is the "equation" to insert a user after I
> delete my last user?
> Thank you again!!!
> 
> Felipe Lopes
> MailBR - O e-mail do Brasil --
> http://www.mailbr.com.br
> Faça já o seu. É gratuito!!!
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail:
> [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]
> To contact the list administrators, e-mail:
[EMAIL PROTECTED]


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to