-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望支持mysql8.0 #2385
Comments
现在也支持mysql8.0啊,我们用的就是~ |
1.6+都可以吧,我们用的是1.6.5 |
mysql版本:Ver 8.0.16 for Linux on x86_64 (Source distribution) 更新的版本我之前也下过,use数据库后再查询,提示没有选择数据库,我也不知道是不是有BUG。。。 |
现在还是需要修改后才能用,还不能直接兼容mysql8的 |
连接mycat的客户端使用8以下的版本,mycat连接mysql使用jdbc方式 |
当前版本应该是不支持mysql8的,因为auth默认算法不同,整个auth流程也不一样。 |
可以的。在mysqld下面设置default_authentication_plugin = mysql_native_password,然后客户端登陆的时候加上--default-auth-password=mysql_native_password就可以了。mycat里连接mysql的驱动使用native还是jdbc都可以。程序的话,PHP的mysqli或PDO有时候确实有问题,Java从来没遇到过问题。 |
那还是不能直接兼容mysql8的 |
早就可以支持了,用这个 docker 吧: |
@dekuan 但是jdbc连接mycat还是不行 navicat可以连接 |
我遇到java应用使用 mysql-connector-8.0.22.jar 驱动连不上mycat ; mycat 使用 mysql-connector-8.0.22.jar 可以连MySQL8.0.22 ,没有mycat 版本能用MySQL8.0 的驱动连接吗 |
现在用mysql8.0的越来越多,希望支持mysql8.0
The text was updated successfully, but these errors were encountered: