Access denied for keka @ localhost using password YES [Navicat & EasyPHP]

0

Good morning when I try a new MySQL connection in Navicat: It happens to me that:

I am using EasyPHP 14.1:

When instead of giving the connection a specific username and password, I leave it as it comes by default: user root, no pass, if it works and everything is connected. However, I need a username and password other than those, since I am trying to connect my web page with the database in Navicat. I've been searching the internet but the solutions they provide are for Xampp and Wamp, and I do not know how to apply them to EasyPHP.

    
asked by Keka Bron 20.08.2017 в 13:18
source

1 answer

1

Have you created the user keka previously? If not, you can create it from navicat by entering with the root user and entering the Users > New User . By granting the corresponding privileges you can enter with it.

    
answered by 20.08.2017 / 16:06
source