problem with server
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 6
- Joined: Wed Jul 14, 2010 7:25 am
problem with server
I have that problem - when i open file RegisterServer give me error. What i do?
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: problem with server
your revisions? what is the error? did you search forum? do you have JAVA_HOME set in your environmental variables and do you have java bin set to PATH? give more info or topic will be closed.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 6
- Joined: Wed Jul 14, 2010 7:25 am
Re: problem with server
I have JDK and JRE. When i make previous server i save hexid and now i put him in gameserver. Now when i use Login Server Console
You do not have the required permissions to view the files attached to this post.
-
- Posts: 149
- Joined: Sat Sep 12, 2009 4:18 pm
Re: problem with server
Incorrect MySQL Username and/or password
-
- Posts: 6
- Joined: Wed Jul 14, 2010 7:25 am
Re: problem with server
ok i will see now.
edit: I don't know, but i think there is no wrong with passwords. Now i must see in MySQL or Navicat?
edit: I don't know, but i think there is no wrong with passwords. Now i must see in MySQL or Navicat?
-
- Posts: 149
- Joined: Sat Sep 12, 2009 4:18 pm
Re: problem with server
You have set a password for root, but in your configs you have not!!!
-
- Posts: 6
- Joined: Wed Jul 14, 2010 7:25 am
Re: problem with server
now i wrote the pass,but again it's not working. Sry but i'm new in this area.
-
- Posts: 149
- Joined: Sat Sep 12, 2009 4:18 pm
Re: problem with server
can you acces mysql with navicat?
if you can check here your username and if password is set
if you can check here your username and if password is set
-
- Posts: 141
- Joined: Tue Aug 26, 2008 10:07 am
Re: problem with server
tasadar
go to folder tools and open the the file vars.txt
now go to folder login/config and open the file loginserver.properties with notepad
make sure you have the right ips
and then go
That's all
go to folder tools and open the the file vars.txt
now go to folder login/config and open the file loginserver.properties with notepad
make sure you have the right ips
and then go
Code: Select all
# ---------------------------------------------------------------------------# Database# ---------------------------------------------------------------------------# Specify the appropriate driver and url for the database you're using.# Examples:# Driver = com.mysql.jdbc.Driver (default)# Driver = org.hsqldb.jdbcDriver# Driver = com.microsoft.sqlserver.jdbc.SQLServerDriverDriver = com.mysql.jdbc.Driver# Database URL# URL = jdbc:mysql://localhost/l2jdb (default)# URL = jdbc:hsqldb:hsql://localhost/l2jdb# URL = jdbc:sqlserver://localhost/database = l2jdb/user = sa/password = URL = jdbc:mysql://localhost/l2jdb [b]<-- make sure this is the same as in vars.txt[/b]# Database user info (default is "root" but it's not recommended)Login = root# Database connection password Password = mysqlpassword [b]<-- make sure this is the same as in vars.txt[/b]# Default: 10MaximumDbConnections = 100
-
- Posts: 6
- Joined: Wed Jul 14, 2010 7:25 am
Re: problem with server
ok ty. Later, becouse now i'm can't now.
-
- Posts: 149
- Joined: Sat Sep 12, 2009 4:18 pm
Re: problem with server
you need to do the same with gameserver/config/server.properties!
-
- Posts: 6
- Joined: Wed Jul 14, 2010 7:25 am
Re: problem with server
can y give me a photo, becouse i'm little stupid.
-
- Posts: 149
- Joined: Sat Sep 12, 2009 4:18 pm
Re: problem with server
http://www.l2jserver.com/wiki/Setup_Server
Head to Editing the Configuration Files
Head to Editing the Configuration Files