Humm, I did something stupid. I set up VB on top of my other mysql database, which was fully populated. no data has been lost, but I now have loads of empty or uneeded table (the VB ones, as its now got its own database) I need to "uninstall" Vb form the database, but leave 'sessions' alone as its used by my other php script, hence why Vb has its own DB. Is there anyway of doing this without having to get a list of the VB tables and deleting each one?
Announcement
Collapse
No announcement yet.
mysql table.
Collapse
X
-
MySQL command:
drop table access; drop table adminlog; drop table announcement; drop table attachment; drop table avatar; drop table bbcode; drop table calendar_events; drop table customavatar; drop table forum; drop table forumpermission; drop table icon; drop table moderator; drop table poll; drop table pollvote; drop table post; drop table privatemessage; drop table profilefield; drop table replacement; drop table replacementset; drop table search; drop table searchindex; drop table setting; drop table settinggroup; drop table smilie; drop table style; drop table subscribeforum; drop table subscribethread; drop table template; drop table templateset; drop table thread; drop table threadrate; drop table user; drop table userfield; drop table usergroup; drop table userfield; drop table word;
Have fun.(I left session off for ya.)
Related Topics
Collapse
-
by NoFixxxerBeen pulling my hair out trying to get this to install. The Installation Stops at 14% and I can't figure out why. Here's the info.... Install Progress
- Installing
- Step 1 - Removing access table
- Removing
-
Channel: vBulletin 5 Installs & Upgrades
Tue 2 Jul '13, 5:35pm -
by WakeyWWhile trying to install vBulletin I get the "No response from server probably due to a timeout" error.
The install progress looks like this:
A bit long due to it having to...-
Channel: vBulletin 5 Installs & Upgrades
Sun 4 May '14, 4:02am -
Comment