Witam.
Mam OTS 8.5 z real mapk? na silniku tfs i wszystko jest ok, tylko podczas importowania "SCHEMAS" do bazy danych pojawia si? b??:
Czy m?g?by mi kto? pom?c? A mo?e ten b??d w og?le nie zaszkodzi strukturze?
Z g?ry dzi?kuj?
Mam OTS 8.5 z real mapk? na silniku tfs i wszystko jest ok, tylko podczas importowania "SCHEMAS" do bazy danych pojawia si? b??:
Kod:
B??d
zapytanie SQL:
CREATE TABLE `server_reports` (
`id` INT NOT NULL AUTO_INCREMENT ,
`world_id` TINYINT( 2 ) UNSIGNED NOT NULL DEFAULT 0,
`player_id` INT UNSIGNED NOT NULL DEFAULT 0,
`posx` INT NOT NULL DEFAULT 0,
`posy` INT NOT NULL DEFAULT 0,
`posz` INT NOT NULL DEFAULT 0,
`timestamp` BIGINT NOT NULL DEFAULT 0,
`report` TEXT NOT NULL ,
`reads` INT NOT NULL DEFAULT 0,
PRIMARY KEY ( `id` ) ,
KEY ( `world_id` ) ,
KEY ( `reads` ) ,
FOREIGN KEY ( `player_id` ) REFERENCES `players` ( `id` ) ON DELETE CASCADE
) ENGINE = InnoDB;
MySQL zwr?ci? komunikat: Dokumentacja
#1005 - Can't create table '.\ots\server_reports.frm' (errno: 150)
Czy m?g?by mi kto? pom?c? A mo?e ten b??d w og?le nie zaszkodzi strukturze?
Z g?ry dzi?kuj?