浏览代码

Just a little recommendation for not experimented users

DrHouse 16 年之前
父节点
当前提交
e278b3b2f3
共有 2 个文件被更改,包括 2 次插入0 次删除
  1. 1 0
      L2_GameServer/java/config/loginserver.properties
  2. 1 0
      L2_GameServer/java/config/server.properties

+ 1 - 0
L2_GameServer/java/config/loginserver.properties

@@ -48,6 +48,7 @@ Driver=com.mysql.jdbc.Driver
 URL=jdbc:mysql://localhost/l2jdb
 #URL=jdbc:hsqldb:hsql://localhost/l2jdb
 #URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
+#Database user info (using root user is not recommended)
 Login=root
 Password=
 MaximumDbConnections=10

+ 1 - 0
L2_GameServer/java/config/server.properties

@@ -41,6 +41,7 @@ Driver=com.mysql.jdbc.Driver
 URL=jdbc:mysql://localhost/l2jdb
 #URL=jdbc:hsqldb:hsql://localhost/l2jdb
 #URL=jdbc:sqlserver://localhost/database=l2jdb/user=sa/password=
+#Database user info (using root user is not recommended)
 Login=root
 Password=
 MaximumDbConnections=100