View Full Version : How To Export Members Email from Vb Database?
Rajdeep
09-11-2012, 05:57 PM
Hello,
Can anyone tell me if there is any way to extract members email from a vbulletin database ( .sql file )
Actually i have a very big and old database, i stopped running that site for some reasons, but now i have started new website and i want to send them email to inform about my new website.
Pleas dont suggest to restore the backup as its really big db and i am not willing to buy dedicated server for it just to get the emails.
Any help will be really appreciated.
Thanks
Regards.
Stefan118
09-12-2012, 06:13 PM
If the old site still exists, you can make a kind of mailing list.
ACP --> Users --> Send email to users
You can write the mail there and send them to everyone in your database.
Rajdeep
09-13-2012, 06:04 AM
no it doesnt exist now and i have already mentioned that.. and restoring it will be lot of pain as i will be needing dedicated to handle such big database.
vbresults
09-13-2012, 03:47 PM
Get a install LAMP and phpMyAdmin (http://linux.justinhartman.com/Setting_up_a_LAMP_Server), import your database using mysqlimport (http://dev.mysql.com/doc/refman/5.0/en/mysqlimport.html), and export the email column from phpMyAdmin.
Rajdeep
09-13-2012, 08:56 PM
I installed wampserver and restored database, but now how can i retrieve the email list?
vbresults
09-14-2012, 06:27 PM
Run this query --
SELECT email FROM user
And export that.
Rajdeep
09-14-2012, 07:03 PM
thanks for your reply, but i couldn't restore the whole database, it takes so much time in `vb_searchcore`, `vb_searchcore_text`, `vb_searchgroup`; and my pc got shut down by mistake, so is there is any easy way?
tell me command to restore only user tables from the full database
Thanks
Run this query --
SELECT email FROM user
And export that.
Rajdeep
09-17-2012, 10:45 AM
anyone?
Rajdeep
09-18-2012, 09:56 PM
I tried twice to restore the backup but i always end up getting this error -
Error 2006 <HY000> at line 3096232: MySQL server has gone away
how can i fix this?
Please someone help.
Thanks
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.