02-02-2016, 12:49 PM
In the log I have found this at GS1:
2016-02-02 13:45:01,270 INFO [ mysqldb.cpp : 101] - no row : query[sELECT UNIX_TIMESTAMP(a_end_datetime) - UNIX_TIMESTAMP(NOW()) as remainTime, UNIX_TIMESTAMP(a_end_datetime) as endTime FROM t_extendcharslot WHERE a_user_index = 1]
2016-02-02 13:45:01,270 INFO [ mysqldb.cpp : 101] - no row : query[sELECT a_index FROM t_characters WHERE a_user_index=1 AND a_server=1 AND a_enable=1 AND a_deletedelay!=0 AND a_deletedelay<=UNIX_TIMESTAMP(NOW())]
2016-02-02 13:45:01,271 INFO [ mysqldb.cpp : 101] - no row : query[sELECT *, IF(a_deletedelay-UNIX_TIMESTAMP(NOW()) < 0, 0, a_deletedelay-UNIX_TIMESTAMP(NOW())) AS `a_delete_delay_reamin` FROM t_characters WHERE a_user_index=1 AND a_server=1 AND a_enable=1 ORDER BY a_index]
2016-02-02 13:45:01,271 INFO [ mysqldb.cpp : 101] - no row : query[sELECT * FROM t_nscard WHERE a_user_index = 1]
2016-02-02 13:45:32,196 INFO [ mysqldb.cpp : 101] - no row : query[sELECT a_index FROM t_characters WHERE a_name='MyUser' AND a_server=1 LIMIT 1]
2016-02-02 13:45:32,196 INFO [ mysqldb.cpp : 101] - no row : query[sELECT a_index FROM t_characters WHERE a_nick='MyUser' AND a_server=1 LIMIT 1]
2016-02-02 13:45:32,196 INFO [ mysqldb.cpp : 101] - no row : query[sELECT a_index, a_level FROM t_characters WHERE a_user_index=1 AND a_server=1 AND a_enable=1]
It is possible that I ever had create the First user manual in t_nscard and t_characters?

