我想使用此驱动程序连接到NetBeans中嵌入的数据库:mysql-connector-java-5.1.23-bin.jar(已预先安装)。但是,当我尝试这样做时,我得到的就是这个错误:
Cannot establish a connection to jdbc:mysql://localhost:3306/mysql?zeroDateTimeBehavior=convertToNull using com.mysql.jdbc.Driver (Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.)
我用Google搜索并找到了这个:error when connecting mysql to Java netbeans
有一个编辑my.cnf文件的解决方案,我不知道在哪里找到。 我使用Windows 10操作系统,不知道etc / my.cnf文件在哪里。