• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Database tfs 0.3.5

widnet

Banned User
Joined
Apr 11, 2009
Messages
920
Reaction score
3
Location
Poland/Cracow
Przy imporcie bazy na linuchu mam problem

Error

SQL query:

PHP:
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 said: Documentation
#1005 - Can't create table './tfs/server_reports.frm' (errno: 150)


Parametry mysql

# Server version: 5.0.51a-24+lenny1
# Protocol version: 10
# Server: Localhost via UNIX socket
# User: root@localhost

na nowej bazie też probowalem
sproboje tez w konsoli zaimportowac


#edit

Poradziłem sobie w szukajcie troszke inna strukture bazy znalazlem i nie gryzie sie

No i acc mam na tfs 0.3.5
Jak ktos chem na priv za doladowanie 5zł orange pozdrawiam
lolek
 
Last edited:
Back
Top