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:
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: