This is the Warning im getting in console, Im confused with this warning:
Loading class `com.mysql.jdbc.Driver\'. This is deprecated. The new driver class is
working example:
Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/your_db_name?autoReconnect=true&useSSL=false", "root", "root");
call like this it will work.