ep 21 01:19:27 :: AUTH_LOGIN id(2) login(teste) social_id() login_key(361509235), client_key(1321696141 176197219 2114194167 996941507)
Sep 21 01:19:28 :: [ 250] return 0/0/0 async 0/0/0
Sep 21 01:19:30 :: [ 300] return 0/0/0 async 0/0/0
Sep 21 01:19:32 :: [ 350] return 0/0/0 async 0/0/0
Sep 21 01:19:34 :: [ 400] return 0/0/1 async 0/0/0
Sep 21 01:19:36 :: [ 450] return 0/0/0 async 0/0/0
Sep 21 01:19:37 :: LOGIN_BY_KEY success teste 361509235 192.168.1.6
Sep 21 01:19:37 :: RESULT_LOGIN: login success teste rows: 0
Sep 21 01:19:38 :: [ 500] return 0/0/2 async 0/0/0
Sep 21 01:19:40 :: EmpireSelect: UPDATE player_index SET empire=1 WHERE id=2
Sep 21 01:19:40 :: EMPIRE 1
Sep 21 01:19:40 :: EMPIRE PIDS[0]
Sep 21 01:19:40 :: EMPIRE PIDS[0]
Sep 21 01:19:40 :: EMPIRE PIDS[0]
Sep 21 01:19:40 :: EMPIRE PIDS[0]
Sep 21 01:19:40 :: EMPIRE PIDS[0]
Sep 21 01:19:40 :: [ 550] return 0/0/0 async 0/0/0
Sep 21 01:19:42 :: [ 600] return 0/0/0 async 0/0/0
Sep 21 01:19:43 :: HEADER_GD_PLAYER_CREATE (handle: 2 length: 1858)
Sep 21 01:19:43 :: PlayerCreate accountid 2 name 12323fdf level 1 gold 0, st 3 ht 4 job 3
Sep 21 01:19:43 :: 7 name 12323fdf job 3
Sep 21 01:19:43 :: END
Sep 21 01:19:44 :: [ 650] return 0/0/1 async 0/0/0
Sep 21 01:19:46 :: [ 700] return 0/0/0 async 0/0/0
Sep 21 01:19:48 :: [ 750] return 0/0/0 async 0/0/0
Sep 21 01:19:50 :: HEADER_GD_PLAYER_CREATE (handle: 2 length: 1858)
Sep 21 01:19:50 :: END
my.cnf -> #
# This group is read both by the client and the server
# use it for options that affect everything, see
#
https://mariadb.com/kb/en/configuring-m ... ion-groups
#
[client-server]
port = 3306
socket = /var/run/mysql/mysql.sock
[mysqld]
bind-address = 0.0.0.0
sql_mode = NO_ENGINE_SUBSTITUTION
[client]
port = 3306
socket = /var/run/mysql/mysql.sock
#
# include *.cnf from the config directory
#
!includedir /usr/local/etc/mysql/conf.d/
my.cnf.sample-> #
# This group is read both by the client and the server
# use it for options that affect everything, see
#
https://mariadb.com/kb/en/configuring-m ... ion-groups
#
[client-server]
port = 3306
socket = /var/run/mysql/mysql.sock
#
# include *.cnf from the config directory
#
!includedir /usr/local/etc/mysql/conf.d/