Pages: [1]
Author Topic: DB ERROR  (Read 632 times)
Newbie
*

Karma: 0
Posts: 7


Email
on: Feb 10, 09, 07:46 AM

hi
   
I can not install because it gives me error in the database:


Can't create tables... you can do that manually using phpMyAdmin, see install/db.sql file for tables structure.
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 'collate latin1_general_ci NOT NULL default '', `time` int(10 - 1064

CREATE TABLE `pas_ban` ( `ip` varchar(15) collate latin1_general_ci NOT NULL default '', `time` int(10) unsigned NOT NULL default '0', `type` int(1) unsigned NOT NULL default '0', KEY `time` (`time`), KEY `ip` (`ip`) ) TYPE=MyISAM CHARACTER SET `utf8`


please help me

thanks
tiziana facco
Logged
Customers
Jr. Member
*

Karma: 3
Posts: 15


Reply #1 on: Feb 15, 09, 04:04 PM

maybe you don't have this collation compiled into your mysql server:

collate latin1_general_ci

try removing the collate latin1_general_ci and import the sql again
Logged
Administrator
Sr. Member
*

Karma: 7
Posts: 486


Email
Reply #2 on: Feb 16, 09, 01:21 AM

that's right, tizianafacco and I just forgot to tell here that the problem is already resolved.
Logged
Pages: [1]
 
Jump to: