私は Windows 7 ユーザーですが、MySQL と XAMPP に問題があります。
XAMPPに付属のMySQLを使用しています。XAMPP のセキュリティ ページを使用して、MySQL のルート パスワードを変更しました。次に、Netbeans 経由で MySQL サーバーに接続しようとしました。
接続を試みるために、サービス ペインのデータベース ドロップダウンで MySQL サーバー オプションをクリックし、いくつかの設定を行いました。
server host name:localhost
username:root
port:3306
password:(my sql password)
path to admin module:(http:'//')localhost/phpmyadmin
sql start path:D:\D-drive\xampp-portable\mysql\bin\mysqld.exe(also tried mysql_start.bat)
sql stop path:</b>D:\D-drive\xampp-portable\mysql\bin\mysqladmin.exe(also tried sql_stop.bat)
次に、localhost [root] で MySQL サーバーを右クリックし、[接続] を選択すると、エラーが発生します。
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?
localhost を 127.0.0.1 に変更しても機能しません。私はjdbcドライバーも持っています。