I'm currently using this connection URL for MYSQL
mysql://root:macbookair@localhost:3306/test_db
and getting this error.
[INFO] require: ./mysql
[INFO] connecting
[ERROR] Error: ER_ACCESS_DENIED_ERROR: Access denied for user 'root'@'localhost' (using password: YES)
How do I specify the password in the MYSQL connection URL?