Question : I want to install and configure a high availability cluster for Mysql 8. To automate that, I want […]
Tag: mysql-shell
Inndob Cluster – Automatically collect the output from mysqlsh?
Question : Is there a way to take the output from mysqlshell and use it in a script or similar. […]
How to start mysql-shell in mysql-js JavaScript mode?
Question : How can I change the mysqlsh shell to mysql-js JavaScript mode? Somehow initially I’m in mysql-py, and I […]
How can the (JSON) formatted results from MySQL Shell be saved to a file?
Question : Somewhat uniquely among official MySQL applications, MySQL Shell offers (easy) JSON output. From the MySQL shell prompt, typing […]
MySQL Shell dump utility – maximum possible chunk size?
Question : The documentation https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-utilities-dump-instance-schema.html mentions that the min chunk size is 128kB. What is the maximum possible chunk size? […]