diff --git a/L2J_Mobius_Classic/dist/game/config/Server.ini b/L2J_Mobius_Classic/dist/game/config/Server.ini index 2554a313e5..4fc927a884 100644 --- a/L2J_Mobius_Classic/dist/game/config/Server.ini +++ b/L2J_Mobius_Classic/dist/game/config/Server.ini @@ -47,7 +47,7 @@ Driver = com.mysql.jdbc.Driver # URL = jdbc:mysql://localhost/l2jmobius (default) # URL = jdbc:hsqldb:hsql://localhost/l2jmobius # URL = jdbc:sqlserver://localhost/database = l2jmobius/user = sa/password = -URL = jdbc:mysql://localhost/l2jmobius?useUnicode=true&characterEncoding=utf-8&useSSL=false +URL = jdbc:mysql://localhost/l2jmobiusclassic?useUnicode=true&characterEncoding=utf-8&useSSL=false # Database user info (default is "root" but it's not recommended) Login = root diff --git a/L2J_Mobius_Classic/dist/login/config/LoginServer.ini b/L2J_Mobius_Classic/dist/login/config/LoginServer.ini index 04bb765318..ab3643383b 100644 --- a/L2J_Mobius_Classic/dist/login/config/LoginServer.ini +++ b/L2J_Mobius_Classic/dist/login/config/LoginServer.ini @@ -47,7 +47,7 @@ Driver = com.mysql.jdbc.Driver # URL = jdbc:mysql://localhost/l2jmobius (default) # URL = jdbc:hsqldb:hsql://localhost/l2jmobius # URL = jdbc:sqlserver://localhost/database = l2jmobius/user = sa/password = -URL = jdbc:mysql://localhost/l2jmobius?useUnicode=true&characterEncoding=utf-8&useSSL=false +URL = jdbc:mysql://localhost/l2jmobiusclassic?useUnicode=true&characterEncoding=utf-8&useSSL=false # Database user info (default is "root" but it's not recommended) Login = root