URI 연결 문자열을 사용하여 명령줄 클라이언트에서 MySQL/MariaDB에 연결하시겠습니까?
P粉545218185
2023-08-30 14:30:55
<p>URI 패턴이 지정된 데이터베이스 연결 문자열: </p>
<pre class="brush:php;toolbar:false;">mysql://<user>:<pass>@<host>:<port>/<database></pre>
<p>이 문자열을 익숙한 <code>mysql -u <user> -h <host-p ... </ 코드> <
<p>여기에서 이에 대한 토론을 찾았지만 제안된 옵션 <code>--uri</code>가 내 클라이언트(mysql Ver 15.1 Distrib 10.11.2-MariaDB)에 존재하지 않습니다. </p>
mysqlsh
(mysql shell)而不是mysql
를 사용해야 합니다.--uri=
옵션을 사용하세요.https://dev.mysql.com /doc/mysql-shell/8.0/en/mysqlsh.html#option_mysqlsh_uri