docs/en/_assets/quick-start/_clientsAllin1.mdx
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem';
These three clients are tested with this tutorial, you only need one:
The easiest way to use the mysql CLI is to run it from the StarRocks container starrocks-fe:
docker exec -it quickstart \
mysql -P 9030 -h 127.0.0.1 -u root --prompt="StarRocks > "
If you would like to install the mysql CLI expand mysql client install below:
<details> <summary>mysql client install</summary>brew install [email protected] to install the CLI.mysql client. For example, yum install mariadb.mysql from WSL.