Disabled MySQL SSL usage by default.
Contributed by Pavlov.
This commit is contained in:
@@ -47,7 +47,7 @@ Driver = com.mysql.jdbc.Driver
|
|||||||
# URL = jdbc:mysql://localhost/l2jmobius (default)
|
# URL = jdbc:mysql://localhost/l2jmobius (default)
|
||||||
# URL = jdbc:hsqldb:hsql://localhost/l2jmobius
|
# URL = jdbc:hsqldb:hsql://localhost/l2jmobius
|
||||||
# URL = jdbc:sqlserver://localhost/database = l2jmobius/user = sa/password =
|
# URL = jdbc:sqlserver://localhost/database = l2jmobius/user = sa/password =
|
||||||
URL = jdbc:mysql://localhost/l2jmobius?useUnicode=true&characterEncoding=utf-8
|
URL = jdbc:mysql://localhost/l2jmobius?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||||
|
|
||||||
# Database user info (default is "root" but it's not recommended)
|
# Database user info (default is "root" but it's not recommended)
|
||||||
Login = root
|
Login = root
|
||||||
|
@@ -47,7 +47,7 @@ Driver = com.mysql.jdbc.Driver
|
|||||||
# URL = jdbc:mysql://localhost/l2jmobius (default)
|
# URL = jdbc:mysql://localhost/l2jmobius (default)
|
||||||
# URL = jdbc:hsqldb:hsql://localhost/l2jmobius
|
# URL = jdbc:hsqldb:hsql://localhost/l2jmobius
|
||||||
# URL = jdbc:sqlserver://localhost/database = l2jmobius/user = sa/password =
|
# URL = jdbc:sqlserver://localhost/database = l2jmobius/user = sa/password =
|
||||||
URL = jdbc:mysql://localhost/l2jmobius?useUnicode=true&characterEncoding=utf-8
|
URL = jdbc:mysql://localhost/l2jmobius?useUnicode=true&characterEncoding=utf-8&useSSL=false
|
||||||
|
|
||||||
# Database user info (default is "root" but it's not recommended)
|
# Database user info (default is "root" but it's not recommended)
|
||||||
Login = root
|
Login = root
|
||||||
|
Reference in New Issue
Block a user