I have installed MySQL on my home server (Debian 9) and I can connect to the database with phpMyAdmin. But when I try to connect to the database with Java I get the following error:
My Code: (I replaced the real Password, IP and Username in this post with placeholders)
Connection connection = DriverManager.getConnection("jdbc:mysql://ip:3306/users","username","****");