给定 URI 样式的数据库连接字符串:
mysql://<user>:<pass>@<host>:<port>/<database>
有没有办法直接在 MySQL 命令行客户端中使用该字符串,而无需将其分解为熟悉的 mysql -u 格式?< /p>
我在这里找到了一些对此的讨论,但建议的选项--uri在我的客户端(mysql Ver 15.1 Distrib 10.11.2-MariaDB)中不存在。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
您必须使用
mysqlsh(mysql shell)而不是mysql。使用
--uri=选项。https://dev.mysql.com /doc/mysql-shell/8.0/en/mysqlsh.html#option_mysqlsh_uri