Search found 8 matches
- 23 Oct 2011, 12:33
- Forum: Support & Bug reports
- Topic: mySQL
- Replies: 10
- Views: 3996
Re: mySQL
The database version number is the version number of the schema. The directory src/sql should include update scripts to upgrade the schema to the newest state. When there are not, beat the guys on IRC. It seems to I will have to do it. Anyway, Bjorn or someone should add here: https://github.com/ma...
- 22 Oct 2011, 18:16
- Forum: Support & Bug reports
- Topic: mySQL
- Replies: 10
- Views: 3996
Re: mySQL
Ok, everything is okay except...: [20:06:37] [INF] Connection to mySQL was sucessfull. [20:06:37] [ERR] Database version is not supported. Needed version: '16', current version: '14' [20:06:37] [FTL] Error opening the database: Database version is not supported. Needed version: '16', current version...
- 22 Oct 2011, 11:29
- Forum: Support & Bug reports
- Topic: Missing files.
- Replies: 1
- Views: 1180
Missing files.
Afer running server console return me: Unable to find resource: data\itemslottable.txt data\itemslottable.txt not found read db/item_db.txt done (count=605) read db/item_bluebox.txt done (count=0) read db/item_violetbox.txt done (count=0) read db/item_cardalbum.txt done (count=0) read db/item_giftbo...
- 18 Oct 2011, 15:22
- Forum: Support & Bug reports
- Topic: mySQL
- Replies: 10
- Views: 3996
Re: mySQL
Ok, i am now compiling test server. I have already completed file manaserv.xml (with configuration mysql) and i uncommented mysql part of this file. While compilation with cmake i used: ccmake To set mysql, and unset sqlite, and while configuring cmake is returning: -- MySQL not found. CMake Error: ...
- 18 Oct 2011, 14:16
- Forum: Support & Bug reports
- Topic: mySQL
- Replies: 10
- Views: 3996
Re: mySQL
So could you give me guide for creating sql game server?
- 17 Oct 2011, 18:50
- Forum: Support & Bug reports
- Topic: mySQL
- Replies: 10
- Views: 3996
mySQL
Ok, i have another question :) I'd like to make my server based on mySQL (it's more comfortable and it have many of advantages), so i read that i must import table schemas into database, but i can't find this file (createtables.sql or something like that)! I was doing everything what is described th...
- 16 Oct 2011, 19:16
- Forum: Support & Bug reports
- Topic: Errors while compilation.
- Replies: 2
- Views: 1522
Re: Errors while compilation.
Ok, compilation started but also have returned this:
Ok, i installed:
EDIT:lex -o src/map/magic-interpreter-lexer.c src/map/magic-interpreter-lexer.l
/bin/bash: lex: not found
Ok, i installed:
And it's ok.sudo apt-get install build-essential flex bison
- 16 Oct 2011, 17:50
- Forum: Support & Bug reports
- Topic: Errors while compilation.
- Replies: 2
- Views: 1522
Errors while compilation.
I have downloaded sources by git, and after "make" i get: jerzy@ubuntu:~/Pulpit/TMW_SERV/eathena$ make gcc -m32 -std=gnu99 -L/home/jerzy/tmw/lib obj/login/login.o obj/common/core.o obj/common/socket.o obj/common/timer.o obj/common/db.o obj/common/lock.o obj/common/mt_rand.o obj/common/md5c...