SLV Install - TiDB
SLV Install - TiDB

Why TiDB (MySQL Cluster)?
TiDB delivers a horizontally scalable, cloud-native HTAP database that speaks the MySQL protocol. Many managed database services meter every read and write, which quickly becomes cost-prohibitive for latency-critical Solana workloads. With
slv install, you can stand up your own distributed TiDB cluster, bypass provider rate limits, and keep throughput high without runaway billing surprises.Highlights
- TiDB: https://www.pingcap.com/tidb/
- MySQL-compatible wire protocol plus automatic sharding, so you keep familiar clients while gaining scale-out performance.
- Built-in TiUP management and TiDB Dashboard give you visibility into cluster health out of the box.
Run the Installer
Select TiDB from the component list after targeting the hosts that should run the cluster.
Note: Replace1.1.1.1with the IP address of your own server.
Review the Details
Before Ansible starts,
slv shows the playbook path and inventory so you can double-check the cluster target. The CLI also reminds you that TiDB can take several minutes to provision depending on hardware.Observe Ansible Execution
After confirmation,
slv hands control to Ansible, which builds out the TiDB components and supporting services on each host.Verify the Endpoints
When provisioning finishes, the CLI prints connection details so you can wire TiDB into your apps immediately and confirm the dashboard is reachable.
Dashboard
Log in to TiDB Dashboard at
http://1.1.1.1:7301/dashboard/#/signin using the default credentials above. From there you can monitor cluster load, inspect SQL statements, and verify component health.