Skip to content

Commit

Permalink
Update MySQLDAO.java
Browse files Browse the repository at this point in the history
  • Loading branch information
boaglio committed Sep 24, 2014
1 parent 65c7a46 commit 1120281
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -188,7 +188,7 @@ private Connection getConexao() {

Connection conn = null;
try {
conn = DriverManager.getConnection("jdbc:mysql://127.0.0.1:3306/jmdb?user=root&password=mala24&autoReconnect=true&failOverReadOnly=false&maxReconnects=10");
conn = DriverManager.getConnection("jdbc:mysql://127.0.0.1:3306/jmdb?user=root&password=&autoReconnect=true&failOverReadOnly=false&maxReconnects=10");
} catch (SQLException ex) {

System.out.println("SQLException: " + ex.getMessage());
Expand Down

0 comments on commit 1120281

Please sign in to comment.