Drupal Admin shows I have about 9000 authenticated users. All spam bots. When I go to phpMyAdmin and look at the drup_users table I see 8 users. When I run the query: SELECT * FROM drup_users WHERE uid != 1; I see seven. I pretty sure I'm looking at the right db as I only have one. And my Admin user row does match my Drupal Admin information.
What am I missing? Once I get the SELECT to work, I want to change it to: DELETE * FROM drup_users WHERE uid != 1; to clean out those 9000 users.
Any guidance would be much appreciated! (Note: I tried Drupal module "delete all" and I could no longer log in. I looked at Views Bulk Operations and it is way beyond my ability at this point. Hence my db approach.)
Thanks :)