Commit 94a95f29 by jinfeng.wang

fix

parent bd37c156
......@@ -45,7 +45,7 @@ public class JoypacMain {
}
static Set<String> readJoypac() {
final String CONNECTION_URL = "jdbc:mysql://rm-j6c26ox9wdgghld77fo.mysql.rds.aliyuncs.com:3306/jpac_base?useUnicode=true&characterEncoding=utf8&useSSL=false";
final String CONNECTION_URL = "jdbc:mysql://rm-j6c26ox9wdgghld77fo.mysql.rds.aliyuncs.com:3306/jp_base?useUnicode=true&characterEncoding=utf8&useSSL=false";
final String DRIVER = "com.mysql.jdbc.Driver";
final String USER = "jpbase_fordmp";
final String PASSWORD = "3Pi6bWj9cja3vjs";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment