Re: [PHP] PROBLEM TO CONNECT MYSQL...

2001-02-10 Thread jason cox
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(

[PHP] PROBLEM TO CONNECT MYSQL...

2001-02-10 Thread Felipe Lopes
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 Lop