[BUG] connect mysql error
To Reproduce Steps to reproduce the behavior:
- Go to new flow
- Click on add SqlDatabaseChain
- Database Mysql
- Connection: root:[email protected]:3306/test
- chat: What data I have? 6.see error.
Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
Setup
- Installation npx flowise start
- Flowise Version [1.15.0]
- OS: macOS
- Browser chrome
Additional context Add any other context about the problem here.
Error: Error: ER_NOT_SUPPORTED_AUTH_MODE: Client does not support authentication protocol requested by server; consider upgrading MySQL client
I had the same problem
same problem
I've created a PR to fix this issue. It works well in my server.
I changed how the sql server plug-in is connected, caching_sha2_password-> mysql_native_password. It works for me
hi @DigYang where to setting it?
i used the tool Navicat and set it in the user menu.