A database connection string given the URI pattern:
mysql://: @ : /
Is there a way to use this string directly in the MySQL command line client without breaking it into the familiar mysql -u
Format? < /p>
I found some discussion about this here, but the suggested option --uri
does not exist in my client (mysql Ver 15.1 Distrib 10.11.2-MariaDB).
You must use
mysqlsh
(mysql shell) instead ofmysql
.Use the
--uri=
option.https://dev.mysql.com /doc/mysql-shell/8.0/en/mysqlsh.html#option_mysqlsh_uri