The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
find vbulletin database prefix....
plezzzz help meee to find vbulletin database prefix
thnxxx |
#2
|
||||
|
||||
You input it in your config.php file:
Code:
// ****** TABLE PREFIX ****** // Prefix that your vBulletin tables have in the database. $config['Database']['tableprefix'] = ''; |
#3
|
||||
|
||||
thnxxxxx for this sir
|
#4
|
||||
|
||||
|
#5
|
||||
|
||||
Don't mean to bump an old thread but this is pretty much exactly what I'm looking for.
I'm installing a add-on that wants to know the DB-prefix in order to install, but in my config.php file like the example code posted there is none. What are the repercussions of just adding in something like "vb_" Will this harm or screw up anything with the forums? |
#6
|
||||
|
||||
If there is no prefix in your config.php file, why would you then want to assume it is "vb_"? Just use no prefix (if the table is called "attachments" then call it "attachments", not "vb_attachments"). As for what will happen if you use a prefix and there is no table with that name (like "vb_attachments"), you'll get a database error "No table called whatever.vb_attachments" (or however it is worded).
|
#7
|
||||
|
||||
If there's no prefix, don't add one. You'll just get Database Error's everywhere on the page(s) you try to access.
|
#8
|
||||
|
||||
DO NOT 'just add a prefix' your entire forum will be inoperable because no tables will have the correct name. If your prefix is blank in config.php that is fine/ok, many people don't bother with them.
|
#9
|
||||
|
||||
Thanks for all the replies, at least there's a forum somewhere where questions get answered.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|