PDA

View Full Version : Table Prefix


fadillzzz
01-20-2010, 07:08 AM
Is it okay if I change the table prefix in the config.php file and then rename all the existing table in the database through phpmyadmin?

BMR777
01-20-2010, 04:42 PM
Yeah, it should work fine as long as you change both the table prefix in config.php and the table prefixes in the database. :)

fadillzzz
01-20-2010, 05:06 PM
oh okay then.
and also, is it okay to not have any table prefix?

BMR777
01-20-2010, 05:35 PM
I haven't tried using the script without a table prefix, however I don't see any reason why that wouldn't work. :)

powerchaos
01-20-2010, 06:28 PM
with our with out table prefix is the same i guess

a table prefix just shows you that it is located at that location

depends how BMR777 wrote it

if he wrote it that you need to input BMR to get BMR_TABLE
then no table will not works

but if it is wroten that you input BMR and it shows like BMRTABLE then it will works :d

prefix are just the letters before the real table , mostly splitted by a _

so it all depensd how he wrote it :P

and to be sure , just try it out ^^

Greets From The Crasher

fadillzzz
01-21-2010, 11:17 AM
oh...okay then, thanks for answering my question.:)