diff --git "a/37 \347\216\213\346\231\264/20230520 \344\275\234\344\270\232.md" "b/37 \347\216\213\346\231\264/20230520 \344\275\234\344\270\232.md" index 19834f651e5fa9a9d9a60614e063996e4ee5ec45..7d24f02eadec07c39be2f852e02bbd7ed6e11ecf 100644 --- "a/37 \347\216\213\346\231\264/20230520 \344\275\234\344\270\232.md" +++ "b/37 \347\216\213\346\231\264/20230520 \344\275\234\344\270\232.md" @@ -18,7 +18,7 @@ public class Jdbc { private Connection conn() { try { String url = "jdbc:mysql://localhost:3306/text?useSSL=false&useUnicode=true&characterEchoing=utf8"; - Connection conn = DriverManager.getConnection(url, "root", "sxxddytdn"); + Connection conn = DriverManager.getConnection(url, "root", "root"); return conn; } catch (SQLException e) { throw new RuntimeException(e);