PDA

View Full Version : PHPMyadmin only returns some of my users from vb_user table


DoubleGlasses
03-11-2012, 11:46 PM
Hello All,

First let me apologize if this has been posted and answered. I've been looking but I haven't seen an answer to this yet. I have a seemingly simple issue. I have about 1500 or so registered users. I'm trying to export my user list so I can generate a mailing list. I just need user name and email address for this. I decided to use PHPMyadmin to pull the information out. For some reason - it is only pulling about 180 records down and I don't know if I'm just overlooking something.

My SQL statement is extremely basic :

SELECT *
FROM `vb_user`

I just can't understand why my forum shows so many more users, but when I run a query - I see only 180....

I'm running 4.1.10

I can't help but think I must be overlooking something...:confused:

kh99
03-12-2012, 12:05 AM
If you just browse the table in PHPMyadmin, can you see all the users?

DoubleGlasses
03-12-2012, 12:18 PM
Ok so I had to ask my husband because this was driving me nuts. You know the whole thing about fresh eyes on a problem.

Kh99 to answer your question, yes I was able to browse and still saw only 188 records.

But then my husband reminded me that I migrated my site to its own dedicated server and I was logging into the old one. So I was doing the right thing in the wrong place. So sorry for this silly request for help.