Jump to content
  • 0

Mysql Help


criss22

Question

Recommended Posts

  • 0

Hello, here are the links of MySQL Setups that u can use:

 

 

 

MySQL 5.5 Setup --- >>   x64 bit   -------- >  http://elolift.com/l2j/mysql/mysql-5.5.15-win32.msi

 

MySQL 5.5 Setup --- >>   x32 bit   -------- >  http://elolift.com/l2j/mysql/mysql-5.5.15-winx64.msi

Link to comment
Share on other sites

  • 0

First of all download Eclipse: https://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/neon3

 

Then follow this guide:

 

 

1. Eclipse -> Window -> Show View -> Other
 
2. Choose Git -> Git Repositories 
 
3. At the Git Repositories view click on "Clone a Git Repository" 
 
4. At the URI field put "https://bitbucket.or.../l2j_server.git" and click Next > 
 
5. Click "Deselect All", check "master" only and click Next > 
 
6. Select a folder for your project and click Finish 
 
7. When you clone the repository, click on the second icon from left to right the type hint says "Clone a Git Repository and add the clone to this view" 
 
8.  Repeat steps 4 "https://bitbucket.or...2j_datapack.git", 5 and 6 
 
9. After it's finished, right click somewhere in the Package Explorer view and choose "Import..." 
 
10. Choose Gradle -> Gradle Project
 
11. In the Project root directory choose the datapack project folder 
 
12. Wait for eclipse to finish importing the l2j_server and l2j_datapack projects 
 
13. At the bottom, a Gradle Tasks view will appear... l2j_datapack -> build -> right click on build -> Run Gradle Tasks 
 
 

 
 
 
Credits to:  Solomun.
 
 
 
Goodluck.
 
Edited by milosvamp
Link to comment
Share on other sites

  • 0

thx for all...(for compile l2jserver need money? :D i want a free version)

As I said, download the latest mysql version. 

Visit the website of l2jserver --> Get Started --> The hard way. Follow the guide and you will success.

Link to comment
Share on other sites

  • 0
[22/07 22:01:15] GameServerTable: Error loading registered game servers!

java.sql.SQLSyntaxErrorException: Table 'l2jls.gameservers' doesn't exist

        at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.jav

a:536)

        at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.jav

a:513)

        at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(

SQLExceptionsMapping.java:115)

        at com.mysql.cj.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:1983)

        at com.mysql.cj.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:1936)

        at com.mysql.cj.jdbc.StatementImpl.executeQuery(StatementImpl.java:1422)

 

        at com.zaxxer.hikari.pool.ProxyStatement.executeQuery(ProxyStatement.jav

a:111)

        at com.zaxxer.hikari.pool.HikariProxyStatement.executeQuery(HikariProxyS

tatement.java)

        at com.l2jserver.loginserver.GameServerTable.loadRegisteredGameServers(G

ameServerTable.java:118)

        at com.l2jserver.loginserver.GameServerTable.<init>(GameServerTable.java

:65)

        at com.l2jserver.loginserver.GameServerTable$SingletonHolder.<clinit>(Ga

meServerTable.java:684)

        at com.l2jserver.loginserver.GameServerTable.getInstance(GameServerTable

.java:676)

        at com.l2jserver.loginserver.L2LoginServer.<init>(L2LoginServer.java:109

)

        at com.l2jserver.loginserver.L2LoginServer.main(L2LoginServer.java:61)

 

 

 

What is that?

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.


×
×
  • Create New...