I have downloaded mysql-connector jar file and added it to module library, added dependency to maven. When I try to import classes from the lib IntelliJ shows that it's possible, but mistake comes up.
Asked
Active
Viewed 11 times
-2
-
You have a typo in your jdbc URL, it should be `jdbc:mysql://localhost:3306/sys`, note the colon after `mysql`. – Mark Rotteveel May 08 '22 at 16:52