Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在研究 MySQL InnoDB 集群,我需要使用 shell 脚本执行集群状态。
MySQL db:3306 ssl JS > dba.getCluster().status()
有什么方法可以使用 bash shell 脚本执行上述命令?
是的,您可以为此目的使用命令行集成。
快速示例:
$ mysqlsh root@db:3306 -- cluster status