Detected 1 occurrence(s) of ‘mysql:\/\/’: Thread.sleep(100); } catch (InterruptedException e1) { } if (con == null) { try { con = DriverManager.getConnection("jdbc:mysql://111.111.11.11:6666/dyne", "root1", "mysql"); } catch (SQLException e) { e.printStackTrace(); con = null; } if ((thrd2 != null) Source: http://pastebin.com/raw.php?i=0eM9MZr1
↧