nvim-dbee
nvim-dbee copied to clipboard
Update the MySQL connection url to the format supported
The mysql:// component causes connection errors as it tries to connect with the username mysql. Also the tcp(...) component is probably what most people will want, so best to have it in the documented example.
Yep, connecting to MySQL took a long time until I found the correct URL string format via this PR and some related issues.