Hi.
I've ran an EQEmu server before, but it's been about a year since I've messed with it. I am using all new source, db, etc, and should have the latest revisions of everything as of yesterday.
I had set everything up, checked and double-checked my eqemu_config.xml and login.ini files, as well as made sure my mysql user had all permissions for the appropriate databases.
I am able to connect to my login server fine, see the game server is up, but when attempting to connect I get the error 1017 (which I've learned now can mean any number of things).
Going back to my server console, I then see this error:
Code:
Account Attempting to be created:mirakus 20
Error in CreateAccount query 'INSERT INTO account SET name='mirakus', status=20, lsaccount_id=2, time_creation=UNIX_TIMESTAMP();' #1054: Unknown column 'time_creation' in 'field list'
I'm assuming this mysql error has something to do with the 1017 I'm getting. It would seem if it is trying to create records in the peq db for my login, it is at least reaching the "game" server. The one notable difference in this install (as compared to my last one) is that I'm using mysql 5.1 instead of 5.0.xx series. I was under the impression 5.1 was now fully compatible. Was I incorrect in that assessment?
Anyone know what this means? Thanks.