PDA

View Full Version : foreget database prefix


mcr
04-29-2007, 11:30 AM
hi there..

i wanted to promote my forum on my other sites, but when it came to conecting to the database, i realised that i can't remember the tables prefix ..

how can i found out the prefix, since i don't have acces to the server database.. ? i have only ftp permission..

le: there should be a php script or something to show me the real name of my tables, right ? :)

nexialys
04-29-2007, 12:24 PM
/includes/config.php

you're supposed to know that, you wrote the prefix there when you installed the forum.

and no, it is not like in IPB, vBulletin does not manage the database from tablelist, so there is none...

mcr
04-29-2007, 12:44 PM
/includes/config.php

you're supposed to know that, you wrote the prefix there when you installed the forum.

and no, it is not like in IPB, vBulletin does not manage the database from tablelist, so there is none...

yeah.. i know..