Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[TUTORIAL]Video Tutorial how to setup Server

Junior Spellweaver
Joined
Jul 21, 2010
Messages
144
Reaction score
116
Re: Video Tutorial how to setup Server

How can i solve this problem ?

user@ubuntu1004desktop:~/db$ ./db_server
./db_server: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory

You are probably using ubuntu 10 ??

u might use ubuntu 9 to set up the server as in the video.

has to be 32 bits.

and if u using 10 u need to download the old mysql libraries
 
Junior Spellweaver
Joined
May 21, 2009
Messages
114
Reaction score
5
Re: Video Tutorial how to setup Server

How can i solve this problem ?

user@ubuntu1004desktop:~/db$ ./db_server
./db_server: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory

open your terminal past this wget -c
mkdir mysql32
dpkg --extract libmysqlclient*deb mysql32
sudo mv mysql32/usr/lib/* /usr/lib32/
 
Newbie Spellweaver
Joined
Mar 21, 2009
Messages
24
Reaction score
9
Re: Video Tutorial how to setup Server

i inserted that code in terminal and i have this error:

magnificul@ubuntu:~$ wget -c
--2010-09-20 11:00:11--
Resolving mirrors.kernel.org... 204.152.191.39, 130.239.17.6, 149.20.20.135, ...
Connecting to mirrors.kernel.org|204.152.191.39|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-09-20 11:00:11 ERROR 404: Not Found.

magnificul@ubuntu:~$ mkdir mysql32
mkdir: cannot create directory `mysql32': File exists
magnificul@ubuntu:~$ dpkg - extract de deb * libmysqlclient mysql32
dpkg: need an action option

Type dpkg --help for help about installing and deinstalling packages [*];
Use `dselect' or `aptitude' for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --license for copyright license and lack of warranty (GNU GPL) [*].

Options marked [*] produce a lot of output - pipe it through `less' or `more' !
magnificul@ubuntu:~$ mysql32/usr/lib sudo mv / * / usr/lib32 /

if someone want to talk with me on YM: yoady1vad , after i resolve the problem...i will post here all detailes...
 
Last edited:
Junior Spellweaver
Joined
Jul 21, 2010
Messages
144
Reaction score
116
Re: Video Tutorial how to setup Server

i inserted that code in terminal and i have this error:

magnificul@ubuntu:~$ wget -c
--2010-09-20 11:00:11--
Resolving mirrors.kernel.org... 204.152.191.39, 130.239.17.6, 149.20.20.135, ...
Connecting to mirrors.kernel.org|204.152.191.39|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2010-09-20 11:00:11 ERROR 404: Not Found.

magnificul@ubuntu:~$ mkdir mysql32
mkdir: cannot create directory `mysql32': File exists
magnificul@ubuntu:~$ dpkg - extract de deb * libmysqlclient mysql32
dpkg: need an action option

Where u got that website from?

its telling u right there..

the file u requested doesn't exist..

404 : NOT FOUND.



u should put this code of line in ur terminal:

sudo wget -O /usr/lib/libmysqlclient.so.15
 
Newbie Spellweaver
Joined
Mar 21, 2009
Messages
24
Reaction score
9
Re: Video Tutorial how to setup Server

How can i solve this problem ?

user@ubuntu1004desktop:~/db$ ./db_server
./db_server: error while loading shared libraries: libmysqlclient.so.15: cannot open shared object file: No such file or directory

Thanks sadicolas:
this is the answear: sudo wget -O /usr/lib/libmysqlclient.so.15 :thumbup1:

---------- Post added at 03:45 PM ---------- Previous post was at 02:27 PM ----------

New error,in the db_server_user.ini the password is 22021982 so i put this password on navicat mysql server but dont work.It give me this error:1045-Acces denied for user 'root'@'localhost'(using password:YES).So i changed the password in db_server_use.ini.Newest password '123456789'.I put this pass on navicat server and it works.Now, i have this error:

root@ubuntu:~/db# ./db_server
ERRRRRRRRRRROR: cpu frequency too BIG :)
[05:47:50 INFO] Base initialized.
[05:47:50 INFO] net device startup ok
[05:47:50 INFO] FDSetSize = 1024
[05:47:50 INFO] Version = 110
[05:47:50 INFO] SendBufferSize = 16384
[05:47:50 INFO] RecvBufferSize = 87380
[05:47:50 INFO]

>>>>> DB Server (Build Dec 11 2009 15:58:11) <<<<<
[05:47:50 INFO] Welcome to the DB Server monitor.
[05:47:50 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1353 in (0x0x9073a70)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)", "mysql_real_connect() error.".
[05:47:50 ERRO] [DB] (0x0x9073a70)->unsupported("localhost", 3306, "root", 0x0x90a542c("***"), "").
[05:47:50 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[05:47:50 ERRO] [IDB] IDB_Connect(0, "localhost", 3306, "root", 0x0x90a542c("***"), "").
[05:47:50 ERRO] Db agent manager can not connect to the database(Server name : "localhost", user : "root".
[05:47:50 INFO] Base exit.
[05:47:50 INFO] net device exit ok
root@ubuntu:~/db#
 
Junior Spellweaver
Joined
Jul 21, 2010
Messages
144
Reaction score
116
Re: Video Tutorial how to setup Server

Thanks sadicolas:
this is the answear: sudo wget -O /usr/lib/libmysqlclient.so.15 :thumbup1:

---------- Post added at 03:45 PM ---------- Previous post was at 02:27 PM ----------

New error,in the db_server_user.ini the password is 22021982 so i put this password on navicat mysql server but dont work.It give me this error:1045-Acces denied for user 'root'@'localhost'(using password:YES).So i changed the password in db_server_use.ini.Newest password '123456789'.I put this pass on navicat server and it works.Now, i have this error:

root@ubuntu:~/db# ./db_server
ERRRRRRRRRRROR: cpu frequency too BIG :)
[05:47:50 INFO] Base initialized.
[05:47:50 INFO] net device startup ok
[05:47:50 INFO] FDSetSize = 1024
[05:47:50 INFO] Version = 110
[05:47:50 INFO] SendBufferSize = 16384
[05:47:50 INFO] RecvBufferSize = 87380
[05:47:50 INFO]

>>>>> DB Server (Build Dec 11 2009 15:58:11) <<<<<
[05:47:50 INFO] Welcome to the DB Server monitor.
[05:47:50 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1353 in (0x0x9073a70)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)", "mysql_real_connect() error.".
[05:47:50 ERRO] [DB] (0x0x9073a70)->unsupported("localhost", 3306, "root", 0x0x90a542c("***"), "").
[05:47:50 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[05:47:50 ERRO] [IDB] IDB_Connect(0, "localhost", 3306, "root", 0x0x90a542c("***"), "").
[05:47:50 ERRO] Db agent manager can not connect to the database(Server name : "localhost", user : "root".
[05:47:50 INFO] Base exit.
[05:47:50 INFO] net device exit ok
root@ubuntu:~/db#

change back to the old password, and verify that this files:

game_server
login_server
db_server

all have permission to be executed as a program!

right click | allow executing as program
 
Newbie Spellweaver
Joined
Mar 21, 2009
Messages
24
Reaction score
9
Re: Video Tutorial how to setup Server

This is the problem,i can't start server in navicat.Some password work some not,for example password 123456789 work but 9876123456 doesnt work wich both have 9 characters.And the original password from db_server and others doesnt work on navicat.I cant understand this.
 

Attachments

You must be registered for see attachments list
Junior Spellweaver
Joined
Jul 21, 2010
Messages
144
Reaction score
116
Re: Video Tutorial how to setup Server

This is the problem,i can't start server in navicat.Some password work some not,for example password 123456789 work but 9876123456 doesnt work wich both have 9 characters.And the original password from db_server and others doesnt work on navicat.I cant understand this.

the password u set on ur mysql is not the same password u put on the .ini files and in the databases ?
 
Newbie Spellweaver
Joined
Mar 21, 2009
Messages
24
Reaction score
9
Re: Video Tutorial how to setup Server

the password u set on ur mysql is not the same password u put on the .ini files and in the databases ?

It's the same pass but the server doesn't start.I dont know why,the navicat don't let me to put another password.The single pass who work is 123456789.If i put another pass it say me 1045 error.
 

Attachments

You must be registered for see attachments list
Last edited:
Junior Spellweaver
Joined
Jul 21, 2010
Messages
144
Reaction score
116
Re: Video Tutorial how to setup Server

It's the same pass but the server doesn't start.I dont know why,the navicat don't let me to put another password.The single pass who work is 123456789.If i put another pass it say me 1045 error.

and is the same password u used when installed mysql ?
 
Newbie Spellweaver
Joined
Mar 21, 2009
Messages
24
Reaction score
9
Re: Video Tutorial how to setup Server

and is the same password u used when installed mysql ?

what did you mean?

i want to talk with you on yahoo messenger pls yoady1vad my id add it pls...
 
Joined
Sep 21, 2010
Messages
4
Reaction score
0
Re: Video Tutorial how to setup Server

Hi everyone. I'm planning on making a server with this tutorials but first i wanted to try if it's all ok.

I got it installed and running at my first try but one problem. I'm using the most recent client from Talisman official website, added the .bat file, and i can login, enter server, create charater but i can't play the game it self. It shows "Connection Interrupted" and goes back to the first screen.

Any help?
 
Junior Spellweaver
Joined
Jul 21, 2010
Messages
144
Reaction score
116
Re: Video Tutorial how to setup Server

Hi everyone. I'm planning on making a server with this tutorials but first i wanted to try if it's all ok.

I got it installed and running at my first try but one problem. I'm using the most recent client from Talisman official website, added the .bat file, and i can login, enter server, create charater but i can't play the game it self. It shows "Connection Interrupted" and goes back to the first screen.

Any help?

use a diferent client ? imao
 
Joined
Sep 21, 2010
Messages
4
Reaction score
0
Re: Video Tutorial how to setup Server

I've tried 1553 and this new one 1652. I'm new to this. I never played this game, i'm just doing it because people asked me to.

I found a modiffied client version and it worked now. I wounder if anyone uploaded 2.0.7 client?
 
Joined
Sep 28, 2010
Messages
4
Reaction score
0
Re: Video Tutorial how to setup Server

Hello everyone;

when i type "./db_server" in terminal i get error. here's the log;

"kenpachi@ubuntu:~$ cd db
kenpachi@ubuntu:~/db$ ./db_server
ERRRRRRRRRRROR: cpu frequency too BIG :)
[12:33:11 INFO] Base initialized.
[12:33:11 INFO] net device startup ok
[12:33:11 INFO] FDSetSize = 1024
[12:33:11 INFO] Version = 110
[12:33:11 INFO] SendBufferSize = 16384
[12:33:11 INFO] RecvBufferSize = 87380
[12:33:11 INFO]

>>>>> DB Server (Build May 15 2009 09:41:24) <<<<<
[12:33:11 INFO] Welcome to the DB Server monitor.
[12:33:11 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x8e54e10)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[12:33:11 ERRO] [DB] (0x0x8e54e10)->unsupported("localhost", 3306, "root", 0x0x8e553e4("***"), "").
[12:33:11 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[12:33:11 ERRO] [IDB] IDB_Connect(0, "localhost", 3306, "root", 0x0x8e553e4("***"), "").
[12:33:11 ERRO] Db agent manager can not connect to the database(Server name : "localhost", user : "root".
[12:33:11 INFO] Base exit.
[12:33:11 INFO] net device exit ok
kenpachi@ubuntu:~/db$ "

how can i fix this. my pass is right in files and they got the permissions. i'm still getting error :S why?


------------------------------

ok now solved this one. now i opened an account in database, used md5 for password. but it still says Username or PW is wrong :S why?


------------------------------

i type ./db_server ; it connects immediately.
i type ./login_server ; it connects after 1~min.
i type ./game_server ; it takes 3~mins to connect and when it connects db_server starting to give errors and disconnects. i think this is the reasoon of my problem about logging in. here's the log in db_server;


kenpachi@ubuntu:~$ cd db
kenpachi@ubuntu:~/db$ ./db_server
ERRRRRRRRRRROR: cpu frequency too BIG :)
[16:35:59 INFO] Base initialized.
[16:35:59 INFO] net device startup ok
[16:35:59 INFO] FDSetSize = 1024
[16:35:59 INFO] Version = 110
[16:35:59 INFO] SendBufferSize = 16384
[16:35:59 INFO] RecvBufferSize = 87380
[16:35:59 INFO]

>>>>> DB Server (Build May 15 2009 09:41:24) <<<<<
[16:35:59 INFO] Welcome to the DB Server monitor.
[16:35:59 INFO] DB Agent Manager starts listening at (192.168.238.130 : 9006).
[16:35:59 INFO] DB Server starts successfully.
[16:35:59 INFO] The db agent server enter thread (0x1768b70).
[16:35:59 INFO] The db agent game (game user) connected to the database successfully.
[16:37:10 INFO] DB server accepts (192.168.238.130 : -16843).
[16:37:10 INFO] The db agent server enter thread (0x4568b70).
[16:37:10 INFO] The db agent login (login server) connected to the database successfully.
[16:40:24 INFO] DB server accepts (192.168.238.130 : -10211).
[16:40:24 INFO] DB server accepts (192.168.238.130 : -7183).
[16:40:24 INFO] The db agent server enter thread (0x1f69b70).
[16:40:24 INFO] The db agent server enter thread (0x79a2b70).
[16:40:24 INFO] The db agent game (game system) connected to the database successfully.
[16:40:24 INFO] The db agent game (game actor) connected to the database successfully.
[16:40:24 INFO] DB server accepts (192.168.238.130 : -5509).
[16:40:24 INFO] The db agent server enter thread (0x5563b70).
[16:40:24 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87c19e0)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:24 ERRO] [DB] (0x0x87c19e0)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:24 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:24 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:24 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x8938070)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:24 ERRO] [DB] (0x0x8938070)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:24 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:24 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:24 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87c19e0)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:24 ERRO] [DB] (0x0x87c19e0)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:24 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:24 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:24 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x8938070)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:24 ERRO] [DB] (0x0x8938070)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:24 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:24 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:24 ERRO] Db agent log can not connect to the database(Server name : "", user : "", database name : "").
[16:40:24 INFO] The db agent server (game log) exit thread (0x5563b70).
[16:40:26 INFO] DB server accepts (192.168.238.130 : -27141).
[16:40:26 INFO] The db agent server enter thread (0x5563b70).
[16:40:26 INFO] The db agent game (game rank) connected to the database successfully.
[16:40:37 INFO] DB server accepts (192.168.238.130 : -13805).
[16:40:37 INFO] The db agent server enter thread (0x276ab70).
[16:40:37 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x89a3140)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:37 ERRO] [DB] (0x0x89a3140)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:37 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:37 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:37 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x89a3140)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:37 ERRO] [DB] (0x0x89a3140)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:37 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:37 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:37 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x89a3140)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:37 ERRO] [DB] (0x0x89a3140)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:37 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:37 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:37 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x89a3140)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:37 ERRO] [DB] (0x0x89a3140)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:37 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:37 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:37 ERRO] Db agent log can not connect to the database(Server name : "", user : "", database name : "").
[16:40:37 INFO] The db agent server (game log) exit thread (0x276ab70).
[16:40:47 INFO] DB server accepts (192.168.238.130 : -15402).
[16:40:47 INFO] The db agent server enter thread (0x276ab70).
[16:40:47 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:47 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:47 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:47 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:47 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:47 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:47 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:47 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:47 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:47 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:47 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:47 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:47 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:47 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:47 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:47 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:47 ERRO] Db agent log can not connect to the database(Server name : "", user : "", database name : "").
[16:40:47 INFO] The db agent server (game log) exit thread (0x276ab70).
[16:40:57 INFO] DB server accepts (192.168.238.130 : -7056).
[16:40:57 INFO] The db agent server enter thread (0x276ab70).
[16:40:57 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:57 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:57 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:57 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:57 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:57 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:57 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:57 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:57 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:57 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:57 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:57 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:57 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:40:57 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:40:57 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:40:57 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:40:57 ERRO] Db agent log can not connect to the database(Server name : "", user : "", database name : "").
[16:40:57 INFO] The db agent server (game log) exit thread (0x276ab70).
[16:41:07 INFO] DB server accepts (192.168.238.130 : -12779).
[16:41:07 INFO] The db agent server enter thread (0x276ab70).
[16:41:07 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:07 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:07 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:07 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:07 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:07 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:07 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:07 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:07 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:07 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:07 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:07 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:07 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:07 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:07 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:07 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:07 ERRO] Db agent log can not connect to the database(Server name : "", user : "", database name : "").
[16:41:07 INFO] The db agent server (game log) exit thread (0x276ab70).
[16:41:17 INFO] DB server accepts (192.168.238.130 : -15007).
[16:41:17 INFO] The db agent server enter thread (0x276ab70).
[16:41:17 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:17 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:17 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:17 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:17 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:17 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:17 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:17 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:17 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:17 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:17 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:17 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:17 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:17 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:17 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:17 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:17 ERRO] Db agent log can not connect to the database(Server name : "", user : "", database name : "").
[16:41:17 INFO] The db agent server (game log) exit thread (0x276ab70).
[16:41:27 INFO] DB server accepts (192.168.238.130 : -25390).
[16:41:27 INFO] The db agent server enter thread (0x276ab70).
[16:41:27 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:27 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:27 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:27 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:27 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:27 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:27 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:27 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:27 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:27 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:27 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:27 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:27 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc100)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:27 ERRO] [DB] (0x0x87bc100)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:27 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:27 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:27 ERRO] Db agent log can not connect to the database(Server name : "", user : "", database name : "").
[16:41:27 INFO] The db agent server (game log) exit thread (0x276ab70).
[16:41:37 INFO] DB server accepts (192.168.238.130 : -14235).
[16:41:37 INFO] The db agent server enter thread (0x276ab70).
[16:41:37 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc238)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:37 ERRO] [DB] (0x0x87bc238)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:37 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:37 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:37 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc238)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:37 ERRO] [DB] (0x0x87bc238)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:37 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:37 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:37 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc238)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:37 ERRO] [DB] (0x0x87bc238)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:37 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:37 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:37 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x87bc238)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[16:41:37 ERRO] [DB] (0x0x87bc238)->unsupported("", 3306, "", 0x0x8145a8c("***"), "").
[16:41:37 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[16:41:37 ERRO] [IDB] IDB_Connect(0, "", 3306, "", 0x0x8145a8c("***"), "").
[16:41:37 ERRO] Db agent log can not connect to the database(Server name : "", user : "", database name : "").
[16:41:37 INFO] The db agent server (game log) exit thread (0x276ab70).
[16:41:43 INFO] The db agent game system information:
Total elapsed time(s) 79
Create table command count 0
One create table command costs time(ms) 0
Create table command rate(per s) 0
Insert command count 0
One insert command costs time(ms) 0
Insert command rate(per s) 0
Update command count 3
One update command costs time(ms) 0
Update command rate(per s) 0
Delete command count 0
One delete command costs time(ms) 0
Delete command rate(per s) 0
Select command count 12
One select command costs time(ms) 0
Select command rate(per s) 0
[16:41:43 INFO] The db agent server (game system) exit thread (0x1f69b70).
[16:41:43 INFO] DB server disconnect (192.168.238.130 : -10211) because unknown.
[16:41:43 INFO] The db agent game actor information:
Total elapsed time(s) 79
Create table command count 0
One create table command costs time(ms) 0
Create table command rate(per s) 0
Insert command count 0
One insert command costs time(ms) 0
Insert command rate(per s) 0
Update command count 0
One update command costs time(ms) 0
Update command rate(per s) 0
Delete command count 0
One delete command costs time(ms) 0
Delete command rate(per s) 0
Select command count 0
One select command costs time(ms) 0
Select command rate(per s) 0
[16:41:43 INFO] The db agent server (game actor) exit thread (0x79a2b70).
[16:41:43 INFO] DB server disconnect (192.168.238.130 : -7183) because unknown.
[16:41:43 INFO] The db agent game rank information:
Total elapsed time(s) 77
Create table command count 0
One create table command costs time(ms) 0
Create table command rate(per s) 0
Insert command count 0
One insert command costs time(ms) 0
Insert command rate(per s) 0
Update command count 0
One update command costs time(ms) 0
Update command rate(per s) 0
Delete command count 0
One delete command costs time(ms) 0
Delete command rate(per s) 0
Select command count 2
One select command costs time(ms) 1
Select command rate(per s) 0
[16:41:43 INFO] The db agent server (game rank) exit thread (0x5563b70).
[16:41:43 INFO] DB server disconnect (192.168.238.130 : -27141) because unknown.
[16:41:47 INFO] The db agent login server information:
Total elapsed time(s) 277
Create table command count 0
One create table command costs time(ms) 0
Create table command rate(per s) 0
Insert command count 0
One insert command costs time(ms) 0
Insert command rate(per s) 0
Update command count 0
One update command costs time(ms) 0
Update command rate(per s) 0
Delete command count 0
One delete command costs time(ms) 0
Delete command rate(per s) 0
Select command count 2
One select command costs time(ms) 0
Select command rate(per s) 0
[16:41:47 INFO] The db agent server (login server) exit thread (0x4568b70).
[16:41:47 INFO] DB server disconnect (192.168.238.130 : -16843) because unknown.




any idea how to fix?
 
Last edited:
Newbie Spellweaver
Joined
Mar 21, 2009
Messages
24
Reaction score
9
Re: Video Tutorial how to setup Server

how did you solve this ?
"kenpachi@ubuntu:~$ cd db
kenpachi@ubuntu:~/db$ ./db_server
ERRRRRRRRRRROR: cpu frequency too BIG :)
[12:33:11 INFO] Base initialized.
[12:33:11 INFO] net device startup ok
[12:33:11 INFO] FDSetSize = 1024
[12:33:11 INFO] Version = 110
[12:33:11 INFO] SendBufferSize = 16384
[12:33:11 INFO] RecvBufferSize = 87380
[12:33:11 INFO]

>>>>> DB Server (Build May 15 2009 09:41:24) <<<<<
[12:33:11 INFO] Welcome to the DB Server monitor.
[12:33:11 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x8e54e10)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[12:33:11 ERRO] [DB] (0x0x8e54e10)->unsupported("localhost", 3306, "root", 0x0x8e553e4("***"), "").
[12:33:11 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[12:33:11 ERRO] [IDB] IDB_Connect(0, "localhost", 3306, "root", 0x0x8e553e4("***"), "").
[12:33:11 ERRO] Db agent manager can not connect to the database(Server name : "localhost", user : "root".
[12:33:11 INFO] Base exit.
[12:33:11 INFO] net device exit ok
kenpachi@ubuntu:~/db$ "


i have this problem

magnificul@ubuntu:~/db$ ./db_server
ERRRRRRRRRRROR: cpu frequency too BIG :)
[21:54:30 INFO] Base initialized.
[21:54:30 INFO] net device startup ok
[21:54:30 INFO] FDSetSize = 1024
[21:54:30 INFO] Version = 110
[21:54:30 INFO] SendBufferSize = 16384
[21:54:30 INFO] RecvBufferSize = 87380
[21:54:30 INFO]

>>>>> DB Server (Build Dec 11 2009 15:58:11) <<<<<
[21:54:30 INFO] Welcome to the DB Server monitor.
[21:54:30 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1353 in (0x0x908a990)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[21:54:30 ERRO] [DB] (0x0x908a990)->unsupported("localhost", 3306, "root", 0x0x90bc34c("***"), "").
[21:54:30 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[21:54:30 ERRO] [IDB] IDB_Connect(0, "localhost", 3306, "root", 0x0x90bc34c("***"), "").
[21:54:30 ERRO] Db agent manager can not connect to the database(Server name : "localhost", user : "root".
[21:54:30 INFO] Base exit.
[21:54:30 INFO] net device exit ok
magnificul@ubuntu:~/db$


i have ubuntu 10.10 instaled on my pc...not vmware...(i have 2 PC'S)...so how can i solve this problem?
 
Last edited:
Junior Spellweaver
Joined
Jul 21, 2010
Messages
144
Reaction score
116
Re: Video Tutorial how to setup Server

how did you solve this ?
"kenpachi@ubuntu:~$ cd db
kenpachi@ubuntu:~/db$ ./db_server
ERRRRRRRRRRROR: cpu frequency too BIG :)
[12:33:11 INFO] Base initialized.
[12:33:11 INFO] net device startup ok
[12:33:11 INFO] FDSetSize = 1024
[12:33:11 INFO] Version = 110
[12:33:11 INFO] SendBufferSize = 16384
[12:33:11 INFO] RecvBufferSize = 87380
[12:33:11 INFO]

>>>>> DB Server (Build May 15 2009 09:41:24) <<<<<
[12:33:11 INFO] Welcome to the DB Server monitor.
[12:33:11 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1335 in (0x0x8e54e10)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[12:33:11 ERRO] [DB] (0x0x8e54e10)->unsupported("localhost", 3306, "root", 0x0x8e553e4("***"), "").
[12:33:11 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[12:33:11 ERRO] [IDB] IDB_Connect(0, "localhost", 3306, "root", 0x0x8e553e4("***"), "").
[12:33:11 ERRO] Db agent manager can not connect to the database(Server name : "localhost", user : "root".
[12:33:11 INFO] Base exit.
[12:33:11 INFO] net device exit ok
kenpachi@ubuntu:~/db$ "


i have this problem

magnificul@ubuntu:~/db$ ./db_server
ERRRRRRRRRRROR: cpu frequency too BIG :)
[21:54:30 INFO] Base initialized.
[21:54:30 INFO] net device startup ok
[21:54:30 INFO] FDSetSize = 1024
[21:54:30 INFO] Version = 110
[21:54:30 INFO] SendBufferSize = 16384
[21:54:30 INFO] RecvBufferSize = 87380
[21:54:30 INFO]

>>>>> DB Server (Build Dec 11 2009 15:58:11) <<<<<
[21:54:30 INFO] Welcome to the DB Server monitor.
[21:54:30 ERRO] [DB] DB_MYSQL_ENGINE_PROCESS_ERROR at line 1353 in (0x0x908a990)->unsupported(), 2002, "Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)", "mysql_real_connect() error.".
[21:54:30 ERRO] [DB] (0x0x908a990)->unsupported("localhost", 3306, "root", 0x0x90bc34c("***"), "").
[21:54:30 ERRO] LOG_PROCESS_ERROR(nRetCode) at line 32 in unsupported.
[21:54:30 ERRO] [IDB] IDB_Connect(0, "localhost", 3306, "root", 0x0x90bc34c("***"), "").
[21:54:30 ERRO] Db agent manager can not connect to the database(Server name : "localhost", user : "root".
[21:54:30 INFO] Base exit.
[21:54:30 INFO] net device exit ok
magnificul@ubuntu:~/db$


i have ubuntu 10.10 instaled on my pc...not vmware...(i have 2 PC'S)...so how can i solve this problem?


server name "localhost" ??


the problem is in the configuration files .ini

check that the MYSQL password (the one u used when u installed MYSQL), along with the password for the users on navicat and the password on the .ini files are the same!
 
Newbie Spellweaver
Joined
Mar 21, 2009
Messages
24
Reaction score
9
Re: Video Tutorial how to setup Server

I reinstaled the linux and now i am sure what is the password from mysql.I didnt modified the server name...this is from original server files...what should i modify?
 
@work
Joined
Jan 26, 2008
Messages
617
Reaction score
39
Re: Video Tutorial how to setup Server

I reinstaled the linux and now i am sure what is the password from mysql.I didnt modified the server name...this is from original server files...what should i modify?
you need to modify the mysql server password in the *.ini files ........
 
Back
Top