nvim-dbee icon indicating copy to clipboard operation
nvim-dbee copied to clipboard

Update the MySQL connection url to the format supported

Open mikeymclellan opened this issue 1 year ago • 1 comments

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.

mikeymclellan avatar Aug 01 '24 21:08 mikeymclellan

Yep, connecting to MySQL took a long time until I found the correct URL string format via this PR and some related issues.

andradei avatar Oct 03 '24 00:10 andradei