Probleme bei Installation Step 2 Hallo Ihr Profis,
es tut mir leid, daß ich Euch mit einer wahrscheinlich banalen Frage nerve, aber ich bin total am verzweifeln...
Nach den folgenden Eingaben bei Step1:
Host Name : localhost
MySQL User Name: root
MySQL Password:
MySQL Database Name: mambo452
MySQL Table Prefix:mos_
Drop Existing Tables, Install Sample Data
=>bekomme ich folgende Fehlermeldung:Looks like there have been some errors with inserting data into your database!
You cannot continue.
SQL=Invalid default value for 'rating_sum':
- - - - - - - - - -
# Table structure for table `mos_content_rating`
CREATE TABLE `mos_content_rating` (
`content_id` int(11) NOT NULL default '0',
`rating_sum` int(11) unsigned NOT NULL default '',
`rating_count` int(11) unsigned NOT NULL default '0',
`lastip` varchar(50) NOT NULL default '',
PRIMARY KEY (`content_id`)
) TYPE=MyISAM
= = = = = = = = = =
Was könnte ich tun? Wäre für rasche Hilfe super dankbar...
Viele Grüße Michael |