
12-27-2009, 10:29 PM
|
|
|
Join Date: Dec 2003
Location: SoCal
Posts: 3,954
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by gyaronn
thanks m8 was waiting for this one for long time :-)
i tray to install and get this error
Code:
Database error in vBulletin 4.0.0:
Invalid SQL:
CREATE TABLE VB lgv (
id int(7) unsigned NOT NULL auto_increment,
ipaddress VARCHAR(25) NOT NULL default '0.0.0.0',
firstaccess INT UNSIGNED NOT NULL DEFAULT '0',
views INT(4) NOT NULL DEFAULT '0',
lastactivity INT UNSIGNED NOT NULL DEFAULT '0',
PRIMARY KEY (id),
KEY indexs (ipaddress,views,lastactivity)
) TYPE=MyISAM;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'lgv (
id int(7) unsigned NOT NULL auto_increment,
ipaddress VA' at line 1
Error Number : 1064
|
Please check that there is not a space set in your table prefix setting.
|