Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
lanyuancom committed Jan 9, 2014
1 parent 43430ac commit b70642d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pos/WebRoot/merchant_url.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ String tableName="payment";
//联结字符串
String url="jdbc:mysql://223.244.227.11/"+dbName+"?user="+userName+"&password="+userPasswd;
String url="jdbc:mysql://223.244.227.11:3306/"+dbName+"?user="+userName+"&password="+userPasswd;
Class.forName("com.mysql.jdbc.Driver").newInstance();
Connection connection = null;
Expand Down

0 comments on commit b70642d

Please sign in to comment.