I am confused with some hacks now saying thus:
Quote:
Run this query SQL (don't forget to add a prfix to the table's name if you use it in your config.php)
|
Has my table prefix is vb3_ I am not sure how I need to enter this?
Here is an example:
Quote:
CREATE TABLE `glossaire` (
`id` int(5) NOT NULL auto_increment,
`nom` varchar(25) NOT NULL default '',
`def` text NOT NULL,
`valide` int(1) NOT NULL default '0',
`lettre` char(1) NOT NULL default '',
KEY `lettre` (`lettre`,`id`)
);
|

Thanks in advance.