Results 1 to 2 of 2

Thread: Delete user from MySQL user problem

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2003
    Posts
    41

    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

  2. #2
    Fanatic Member
    Join Date
    Sep 2000
    Posts
    770
    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
  •  



Click Here to Expand Forum to Full Width