PDA

View Full Version : Pure noobie question: Prefixes?



keeffecanflyit
Sun 17th Feb '08, 7:34pm
Hey,

// ****** TABLE PREFIX ******
// Prefix that your vBulletin tables have in the database.
$config['Database']['tableprefix'] = '';


didn't get very far haha!

I read that I can check this in PHPmyadmin, I have PHPmyadmin, where do I look?

Thanks in advance!


-c

Steve Machol
Sun 17th Feb '08, 9:16pm
You do not have to use a table prefix. Generally you'd only want to do that if you are sharing this database with another application.