I have no idea why this won’t work, I have a mysql connection url with the password specified but every time I am getting an error that says I am not using a password
elle@MacBook-Air ~ % mysql mysql://root:password@localhost:3306/database
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
elle@MacBook-Air ~ % mysql -V
mysql Ver 8.3.0 for macos14.2 on arm64 (Homebrew)
Tried to connect to my local MySQL database but I’m unable to with the connection url
New contributor
Elle Fiorentino-Lange is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.