SQL Error ragnarok.loginlog doesnt exist

ratbugasmati

New member
Messages
3
Points
0
: DB error - Table 'ragnarok.loginlog' doesn't exist
            [Debug]: at c:\users\projro\desktop\ragnarok \hercules\src\login\loginlog.c:99 - INSERT INTO `loginlog`(`time`,`ip`,`user`,`rcode`,`log`) VALUES (NOW(), '0.0.0.0', 'login server', '100', 'login server started')
            [Info]: Connection request of the char-server 'Hercules' @ 127.0.0.1 (account: 's1', pass: 'p1', ip: '127.0.0.1')
            

Code:
: DB error - Table 'ragnarok.loginlog' doesn't exist

		            [Debug]: at c:\users\projro\desktop\ragnarok\hercules\src\login\loginlog.c:99 - INSERT INTO `loginlog`(`time`,`ip`,`user`,`rcode`,`log`) VALUES (NOW(), '127.0.0.1', 'ragnarok', '100', 'charserver - [email protected]:6121')

		            [Notice]: Authentication accepted (account: ragnarok, id: 1, ip: 127.0.0.1)

		            [Status]: Connection of the char-server 'Hercules' accepted.

		        




How to fix this error on login-server.bat?
 
Back
Top