Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: out.println("</head>"); out.println("<body>"); Connection conn = null; String url = "jdbc:mysql://localhost/"; String dbName = "kushal"; String driver = "com.mysql.jdbc.Driver"; String userName = "root"; String password = "guestmit"; Class.forName(driver).newInstance(); conn = DriverManager.getConnection(url+dbName,userName,password); Statement stmt = null; ResultSet rs = null; String SQL; Source: http://pastie.org/pastes/9583625/download
↧