Quote:
|
Losing numbers in the I hate devn00b club is unacceptable! I will help increase the numbers back to norm.
|
For every one that leaves...5 more crop up!! Guess I'll always be hated.
|
I got a problem here, sort of know what it is, but not sure what to do.
You all using MySql 5.1x? I have MySql 5.0x here's my problem; After the variables table is made, I get this error; Code:
ERROR 1231 (42000): Variable 'character_set_client' can't be set to the value of 'NULL' Code:
SET character_set_client = @saved_cs_client; |
yeah stupid sql i think you can just remove that line from the sql file and it should load normally
|
Thanks! I had an urge to do that but I wasn't sure, been researching that error for about an hour now (I found a lot of brick walls). I'll give it a run.
|
Yea you can ignore those, thats new MySQL stuff, don't ask me what for. You just need the default tables anyway.
|
Just a side note you have to put the minilogin server into a seperate directory from your main eqemu server with all the files included in the zip file for it to work
|
I'm having trouble sourcing the SQL. This bit seems to cause a 1064 error:-
Code:
DROP TABLE IF EXISTS `variables`; |
DROP TABLE IF EXISTS `variables`;
CREATE TABLE `variables` ( `varname` varchar(25) NOT NULL default '', `value` text NOT NULL, `information` text NOT NULL, `ts` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP, PRIMARY KEY (`varname`) ) ENGINE=MyISAM; Remove " DEFAULT" |
Bah, simple when you know how :D
Thanks Image! |
Hi again
I'm still struggling to get this working. I'm getting the following error on the minilogin shell. Code:
Error in CheckWorldVerAuth query `SELECT approval From login_versions Where version=`0.7.0`;` Code:
[WORLD__LS] Connecting to login server... Any help would be great. Thanks War |
Quote:
You gotta set it to Public, not MiniLogin (it's in Variables) |
The MiniLogin type will work I think, it just seems to have more checks like the world version and such :)
|
Quote:
I would even be willing to trade this feature off with only one game server able to connect LS. I would still greatly benefit because it has a true account system that doesn't require the old ip system Three game servers hooked up to the LS would be nice, I could bring back my old ax_peq , and even some other old DB i was thinking of resurrecting. Unlimited would be even nicer , all us "Minilogin" people could hook up with each other if we wanted. But it's not needed - a true account system that doesn't require the old ip system is what I need, I think this wouldn't burst anybody's bubble. |
All times are GMT -4. The time now is 04:50 AM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.