Big Problem with Msql

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Michalis
Posts: 73
Joined: Mon Dec 21, 2009 4:44 pm

Big Problem with Msql

Post by Michalis »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 3952:
L2JDP Revision 7101:

Hello i have a big problem i updated my datapack to the latest revision and after that i can't login to the server please i need help because the server its live and many pepole has disapointed. here is the picture of the server

Image

http://i47.tinypic.com/mw4p5k.jpg
"We can change the world, if God give us the source code".
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Big Problem with Msql

Post by janiii »

you probably did not run the (a)utomagic updates in the database installer.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Michalis
Posts: 73
Joined: Mon Dec 21, 2009 4:44 pm

Re: Big Problem with Msql

Post by Michalis »

please can you teach me how to resolve this problem. thank you for your fast responce
"We can change the world, if God give us the source code".
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Big Problem with Msql

Post by janiii »

if you have separate database for loginserver and gameserver, run this query on your loginserver database:

Code: Select all

ALTER TABLE `accounts` ADD  `userIP` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `pcIp` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `hop1` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `hop2` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `hop3` char(15) DEFAULT NULL;ALTER TABLE `accounts` ADD  `hop4` char(15) DEFAULT NULL;
if you have same database for loginserver and gameserver:
Image
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Michalis
Posts: 73
Joined: Mon Dec 21, 2009 4:44 pm

Re: Big Problem with Msql

Post by Michalis »

ok i made it myself :) now i think its ok i can login in to the server, but i have 1 question please in the future not to again make the same mistake, what should I do, ie how to make the correct installation of database to the latest revision. thank you in advance
"We can change the world, if God give us the source code".
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Big Problem with Msql

Post by jurchiks »

If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply