Davoud
Davoud

Reputation: 2933

How to config Intellij Idea to connect to MySql database in XAMPP?

I want to connect to XAMPP phpMyAdmin through IntelliJ IDEA's database plugin. My settings are as follows:

While testing connection I am getting "connection failed".

Upvotes: 1

Views: 1958

Answers (1)

Davoud
Davoud

Reputation: 2933

Defining MYSQL path in Environmental Variables fixed the problem.

Path: C:\xampp\mysql\bin

Upvotes: 1

Related Questions