Use JDBC/Mysql Connector in intellij idea

前端 未结 4 435
没有蜡笔的小新
没有蜡笔的小新 2020-12-29 09:17

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

4条回答
  •  Happy的楠姐
    2020-12-29 09:53

    You have to add 'mysql:mysql-connector-java:5.1.40' from maven or add it as java library as shown:

提交回复
热议问题