Page 1 of 1

A simple question about L2J and MySQL

Posted: Tue Sep 24, 2013 1:48 pm
by primeiro
Im testing an interlude server in my pc but i have a previous system installed that use mysql 5.6

Is possible run a L2J Server Interlude version with MySQL >>5.6<< ??

If possible, what i need change to works?

Thanks

Re: A simple question about L2J and MySQL

Posted: Tue Sep 24, 2013 1:51 pm
by Zoey76
You need to manually update the table definitions in the SQL files before the instalation.

Re: A simple question about L2J and MySQL

Posted: Tue Sep 24, 2013 2:45 pm
by primeiro
Zoey76 wrote:You need to manually update the table definitions in the SQL files before the instalation.
Is it enough? don't i need a new mysql connector 5.6.jar?

Thks

Re: A simple question about L2J and MySQL

Posted: Tue Sep 24, 2013 2:49 pm
by jurchiks
No, you only need to update the tables. Connector should be fine.

Re: A simple question about L2J and MySQL

Posted: Tue Sep 24, 2013 4:25 pm
by Zoey76
primeiro wrote:
Zoey76 wrote:You need to manually update the table definitions in the SQL files before the instalation.
Is it enough? don't i need a new mysql connector 5.6.jar?

Thks
For Interlude I updated connector last year, and it hasn't changed much (except bug fixes).

If I find some time I could update and commit tables myself, but I have to check how much time I have for that.