Reputation: 2933
I want to connect to XAMPP phpMyAdmin through IntelliJ IDEA's database plugin. My settings are as follows:
localhost
student
root
[password]
jdbc:mysql://localhost:3306/student
While testing connection I am getting "connection failed".
Upvotes: 1
Views: 1958
Reputation: 2933
Defining MYSQL path in Environmental Variables fixed the problem.
Path: C:\xampp\mysql\bin
Upvotes: 1