[MDEV-14977] 10.2.12 libmariadb doesn't support old protocol Created: 2018-01-17 Updated: 2024-01-04 Resolved: 2018-08-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Scripts & Clients |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.18 |
| Type: | Bug | Priority: | Major |
| Reporter: | Zoltán Böszörményi | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | contribution | ||
| Attachments: |
|
| Description |
|
I have compiled mariadb 10.2.12 on Fedora 27 and tried connecting to the company's MySQL 3.23.58 server and it failed with:
The first bug is that libmariadb/plugins/auth/my_auth.c wants to use the plugin called "old_password" but the plugin is called "mysql_old_password". After fixing this (the one-liner patch is attached), I was able to successfully connect to the server:
The problem now is that any query I try to run prints a garbled output or this error:
|
| Comments |
| Comment by Zoltán Böszörményi [ 2024-01-04 ] |
|
This issue is closed but not fixed. While connection succeeds, queries do not, see the last part of the description: The problem now is that any query I try to run prints a garbled output or this error: |