Skip to content

Commit bb2d404

Browse files
authored
docs: Support of MySQL client versions by Cube Store
1 parent f7f22f2 commit bb2d404

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/content/Caching/Using-Pre-Aggregations.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,14 @@ client, for example:
212212
mysql -h <CUBESTORE_IP> --user=cubestore -pcubestore
213213
```
214214

215+
<WarningBox>
216+
217+
Only Linux and Mac OS versions of MySQL client are supported as of right now.
218+
You can install one on ubuntu using `apt-get install default-mysql-client` command or `brew install mysql-client` on Mac OS.
219+
Windows versions of the MySQL client aren't supported.
220+
221+
</WarningBox>
222+
215223
To check which pre-aggregations are managed by Cube Store, you could run the
216224
following query:
217225

0 commit comments

Comments
 (0)