MySQL
Connect
You can connect to GreptimeDB using MySQL via port 4002.
mysql -h <host> -P 4002 -u <username> -p
- For how to setup username and password for GreptimeDB, please refer to Authentication.
- If you want to use other ports for MySQL, please refer to Protocol options in the configuration document.
Table management
Please refer to Table Management.
Ingest data
Please refer to SQL.
Query data
Please refer to SQL.