当我尝试Register MySQL Server
时,在弹出窗口中出现以下错误
Unable to connect to the MySQL server:
org.netbeans.api.db.explorer.DatabaseException: org.netbeans.api.db.explorer.DatabaseException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: 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..
The server may not be running or your MySQL connection properties may not be set correctly. Do you want to edit your MySQL connection properties?
我该怎么解决这个问题?
3条答案
按热度按时间q8l4jmvw1#
在我的情况下,J驱动程序文件丢失。所以首先从https://dev.mysql.com/downloads/connector/j/下载驱动程序,然后安装它。安装后,它将被放置在
(FYI:您的驱动程序版本可能不同。)
现在你必须在netbeans中添加该文件,即后藤服务〉驱动程序。右键单击MySQL(连接器/ J驱动程序)〉自定义单击添加。
给予路径
单击确定。
现在再次右键单击MySQL(连接器/ J驱动程序)〉使用...连接或(用于连接特定模式)右键单击位于localhost:3306的MySQL服务器〉连接然后右键单击要连接的特定模式。为了方便起见,将默认的长名称重命名为数据库名称。
给予用户名(通常为root)、密码和数据库。
aemubtdh2#
我通过单击No,删除已创建的MySQL示例并重新启动来解决这个问题,但这次使用所有默认值。
此外,请确保在“
Admin Properties
”选项卡中,mysql.exe
等的路径正确but5z9lq3#
对于我的作品添加驱动程序的MySQL在NetbeansIDE-像AdeelRaza写的
下载链接:Connertor/J driver
Driver in Netbeans Services
然后在那里添加到驱动程序的链接-然后在同一个地方设置到数据库的新连接