TiDB is highly compatible with the MySQL protocol and the common features and syntax of MySQL 5.7 and MySQL 8.0. The ecosystem tools for MySQL (PHPMyAdmin, Navicat, MySQL Workbench, DBeaver andmore) and the MySQL client can be used for TiDB. ...
Example - DBeaverwget https://github.com/awslabs/aws-mysql-jdbc/releases/download/1.1.15/aws-mysql-jdbc-1.1.15.jar cp aws-mysql-jdbc-1.1.15.jar /home/userx/libs/ export CLASSPATH=$CLASSPATH:/home/userx/libs/aws-mysql-jdbc-1.1.15.jar...