目录
1. 创建一个mysql interpreter
根据官网提供的创建教程即可,下面是需要注意的地方,供参考
设置依赖时要注意,跟mysql的版本保持一致,例如我用的mysql版本是mysql 8.0.22,那么这里就要成mysql:mysql-connector-java:8.0.22即可
2. 参考资料
https://blog.youkuaiyun.com/litlit023/article/details/112401370
http://zeppelin.apache.org/docs/0.9.0/interpreter/jdbc.html
https://blog.youkuaiyun.com/weixin_43345864/article/details/85129985
https://mvnrepository.com/artifact/mysql/mysql-connector-java
https://www.cnblogs.com/jyroy/p/11276152.html