|
-
Sep 23rd, 2003, 05:45 AM
#1
Thread Starter
Member
Delete user from MySQL user problem
hi, i have a problem here, i after i use the command below :-
"DELETE FROM mysql.user WHERE user ='" & User_ID & "'"
The user in the [user table] is deleted, but when i log in to mysql again, that user name and password still can log in. can i know why this kind of problem can happen.
another problem again, when i update the password in user table, after i log in to mysql again, i found that the new password and old password also can access. i really don't know why this kind of this is going to happen.
i hope i can get a solution as soon as possible, thank you.
Regards, James
-
Dec 7th, 2003, 06:14 AM
#2
Fanatic Member
This is not the proper place to post this question...
You need to flush the grants table
here
http://www.mysql.com/doc/en/Privilege_changes.html
Read and learn, my son.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|