Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

BOI & WOI MySql Help

Newbie Spellweaver
Joined
Apr 9, 2013
Messages
34
Reaction score
0
Hi guys

As i was working on WOI n BOI new releases, it happen to use MySql alone and not MSSQL anymore.

I am asking for you suggestion and guide to inject Sql query for creating account directly into MySql DB (Shengui).

I had done this in MSSQL but never had tried in MySql.
I tried using the registration page but for some reason it failed.

Since i am just testing for self, one account creation will do.

Also i am using LAMP :cool:
 
Junior Spellweaver
Joined
Oct 16, 2012
Messages
136
Reaction score
46
Hi guys

As i was working on WOI n BOI new releases, it happen to use MySql alone and not MSSQL anymore.

I am asking for you suggestion and guide to inject Sql query for creating account directly into MySql DB (Shengui).

I had done this in MSSQL but never had tried in MySql.
I tried using the registration page but for some reason it failed.

Since i am just testing for self, one account creation will do.

Also i am using LAMP :cool:


........use the stored procedure, call adduser.
also, your account database should never be in shengui, it should have its own seperate auth database.
 
Back
Top