How to connect TiDB platform@1班+Ryan

课程名称:课程版本(101/201/301)+ How to connect TiDB platform

学习时长:20min

课程收获:tidb的各种连接方式

课程内容:

兼容mysql protocol 各类客户端均可连接
mysql,mycli,mysql workbench,Navicat等
编程语言使用mysql driver
比如python使用pymysql java使用jdbc
编程语言使用orm框架的话可能会遇到生成的SQL不兼容tidb 例如外键 需要输出检查

学习过程中参考的其他资料