Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': Connection refused */ public class DBDemo { /** The name of the MySQL account to use (or empty for anonymous) */ private final String userName = "root"; /** The password for the MySQL account (or empty for anonymous) */ private final String password = "root"; /** The name of the […]
↧