kemal-rest-api icon indicating copy to clipboard operation
kemal-rest-api copied to clipboard

MySQL is not connecting when password is present

Open mazhar266 opened this issue 7 years ago • 0 comments

I have written the MySQL URI like this: mysql://root:pass@localhost/#{DB_NAME} But it shows: {"status":"error","message":"Access denied for user 'root'@'localhost'"}

How to connect using a password?

mazhar266 avatar Feb 22 '19 16:02 mazhar266