dolthub / hosted-issues

Issues for hosted.doltdb.com
https://hosted.doltdb.com
2 stars 0 forks source link

Copy/paste of connection string for libraries tools. #116

Closed timsehn closed 1 year ago

timsehn commented 1 year ago

Currently we give you the mysql -u string to connect to your hosted deployment. A user asked for the standard mysql connection string to copy/paste as well.

mysql://{username}:{password}@{hostname}/{database}