• 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!

Import bazy OTServ 8.6

forty

New Member
Joined
Oct 24, 2009
Messages
3
Reaction score
0
Witam próbuję odpalić serwer ale niestety przy importowaniu pliku "schema.mysql" wyświetla się taki błąd
Code:
 Import zakończony sukcesem, wykonano 38 zapytań. (schema.mysql)
Błąd
Static analysis:

2 błędów zostało znalezionych podczas analizy.

Oczekiwano początku polecenia. (near "EATE" at position 0)
Nierozpoznany typ polecenia. (near "TABLE" at position 5)
Zapytanie SQL:

EATE TABLE `groups` ( `id` INT UNSIGNED NOT NULL AUTO_INCREMENT, `name` VARCHAR(255) NOT NULL COMMENT 'group name', `flags` BIGINT UNSIGNED NOT NULL DEFAULT 0, `access` INT NOT NULL DEFAULT 0, `violation` INT NOT NULL DEFAULT 0, `maxdepotitems` INT NOT NULL, `maxviplist` INT NOT NULL, PRIMARY KEY (`id`) ) ENGINE = InnoDB

MySQL zwrócił komunikat: Dokumentacja

#1064 - Something is wrong in your syntax obok 'EATE TABLE `groups` (
    `id` INT UNSIGNED NOT NULL AUTO_INCREMENT,
    `name` VARC' w linii 1


Silnik OTServ 8.6:
[8.6] OTServ 0.6.4 STABLE

Nie mam pojęcia co źle robię, może importuję nie ten plik co powinienem?
Ale instrukcje wyczytałem z pliku README

Code:
----------
I.INSTALLING DATABASE

----------   
sqlite::

if you want to create db.s3db by yourself( it is already in src directory.)
in linux
sqlite3 db.s3db < schema.sqlite3

mysql::
import schema.mysql to your database.

pgsql
import schema.pgsql to your database.

Jakieś pomysły?
 
Back
Top