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 JCScoobyRS's Avatar
    Join Date
    Oct 2002
    Location
    Some Mountain in Colorado
    Posts
    677
    Make sure you do a commit afterwards and that your user that you are connected with has permissions to delete. Laters, Jeremy
    He who listens well, speaks well.

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