Detected 1 occurrence(s) of ‘mysql:\/\/’: ().getString("database.hostname"); String db = FriendManagerPlugin.plugin.getConfig().getString("database.database_name"); String port = FriendManagerPlugin.plugin.getConfig().getString("database.port"); connectionString = "jdbc:mysql://" + hn + ":"+ port + "/" + db; try { // Force driver to load if not yet loaded Class.forName("com.mysql.jdbc.Driver"); Properties connectionProperties = new Properties(); connectionProperties.p Source: http://pastebin.com/raw.php?i=cRYQKPk6
↧