我最近更新了 Ubuntu 操作系统,现在我无法让 Java 程序连接到 MySQL 数据库。出现以下错误:
java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/PTAX?useSSL=false
Run Code Online (Sandbox Code Playgroud)
我在网上搜索,我发现的唯一一件事就是安装libmysql-java. 但是,当我尝试安装它时,会出现以下消息。
java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/PTAX?useSSL=false
Run Code Online (Sandbox Code Playgroud)