I\'m new in Java, and I need to establish a connection to a MySQL server (local), I have add the libraries in Intellij idea but it seems not work, the IDE can\'t find the cl
It's easy to configure first just open the InteliJ IDE and follow this simple step
File->Project Structure->Libraries
Then Click on the plus(+) sign and select From Meven....
From Meven....
After you'll get a search box there you should put
mysql:mysql-connector-java:5.1.40
This will solve the issue