PDA

View Full Version : Installer Error


doris1993
12-15-2018, 09:07 PM
Hiya have installed on linux new server for my fun and have try to connect in log have this error Oo

[12-15-2018 :: 20:05:18] [MySQL Error] 1146: Table 'eqemu.account' doesn't exist
SELECT id, name, status FROM account WHERE lsaccount_id=107852
[12-15-2018 :: 20:05:18] [MySQL Error] 1146: Table 'eqemu.account' doesn't exist
SELECT `status`, UNIX_TIMESTAMP(`suspendeduntil`) as `suspendeduntil`, UNIX_TIMESTAMP() as `current` FROM `account` WHERE `id` = 0
[12-15-2018 :: 20:05:18] [MySQL Error] 1146: Table 'eqemu.account' doesn't exist
SELECT id, name, status FROM account WHERE lsaccount_id=107852
[12-15-2018 :: 20:05:19] [MySQL Error] 1146: Table 'eqemu.Banned_IPs' doesn't exist
SELECT ip_address FROM Banned_IPs WHERE ip_address='174.91.191.74'
[12-15-2018 :: 20:05:19] [World Server] Connection from 174.91.191.74 FAILED banned IPs check. Closing connection.
[12-15-2018 :: 20:05:21] [MySQL Error] 1146: Table 'eqemu.Banned_IPs' doesn't exist
SELECT ip_address FROM Banned_IPs WHERE ip_address='174.91.191.74'
[12-15-2018 :: 20:05:21] [World Server] Connection from 174.91.191.74 FAILED banned IPs check. Closing connection.
[12-15-2018 :: 20:05:24] [MySQL Error] 1146: Table 'eqemu.Banned_IPs' doesn't exist
SELECT ip_address FROM Banned_IPs WHERE ip_address='174.91.191.74'
[12-15-2018 :: 20:05:24] [World Server] Connection from 174.91.191.74 FAILED banned IPs check. Closing connection.

Who to fix this problème ?

im on ubuntu and have juste install have dont touch to any config by default

prestanneth
12-16-2018, 09:05 PM
try to login to the database and source the player_tables.sql, maybe it was missing from the database dump when you installed.
Then use the perl scripts to run any updates to db, in case them are wonky.
Actually if just sourcing players one doesnt work, you may want to drop the db and re-source it all.. only a few files to bring in. ( loadlogin,peqbeta,player_tables and the source_views, bots being optional. )