Can I delete users from the mysql auth_user table with no bad side effects?
We have had a rash of spam postings and I looked into the database to see if I could find information about the users.
Can I delete all the undesired users or is there a way to do this with some mysql command/script? Are there related tables I need to update as well?
Comments