kemal-rest-api
kemal-rest-api copied to clipboard
MySQL is not connecting when password is present
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?