Quote:
Originally Posted by The Geek
You mean the table creation at installation? here is the command to create the table. Just run this in a sql window:
Code:
'CREATE TABLE geek_autolink (
`id` int(11) NOT NULL auto_increment,
`text` varchar(25) NOT NULL default '',
`link` varchar(250) NOT NULL default '',
`ignorethread` int(11) NOT NULL default '0',
PRIMARY KEY (`id`);
HTH's
|
I get an error running that as well... :=(
An error occurred while attempting to execute your query. The following information was returned.
error number: 1064
error desc: You have an error in your SQL syntax near ''CREATE TABLE geek_autolink (
`id` int(11) NOT NULL auto_increme' at line 1