[MDEV-22550] Upgrade to MariaDB 10.3.23 broke the cPanel Databases interface Created: 2020-05-13 Updated: 2020-07-08 Resolved: 2020-07-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Authentication and Privilege System |
| Affects Version/s: | 10.3.23 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Critical |
| Reporter: | cPanel Senior Tech's | Assignee: | Rinat Ibragimov (Inactive) |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
After the update yesterday to MariaDB 10.3.23 (from 10.3.22), we have had a lot of reports of the cPanel Database page not working (in cPanel version 86). This appears related to the change recently made, because of The cPanel >> Databases page shows:
The following errors are shown in the cPanel error log at /usr/local/cpanel/logs/error_log:
We are not advising customers to downgrade, as there were problems and the update has CVE fixes in them. Customers can upgrade to version 88 (CURRENT tier), but that is not our STABLE or RELEASE tier at this time.
|
| Comments |
| Comment by Sergei Golubchik [ 2020-05-14 ] | ||
|
I don't see how that commit could've caused the error
What does cPanel do, parses the output of SHOW GRANTS like
? | ||
| Comment by cPanel Senior Tech's [ 2020-05-14 ] | ||
|
The root cause of the issue is the show grants output unexpectedly changing its format during a minor update. We parsed the `` vs ‘’. This is done in various places. We are hoping there is consideration from the MariaDB team, not to make big changes like this in point releases. | ||
| Comment by Oleksandr Byelkin [ 2020-07-01 ] | ||
|
https://github.com/MariaDB/server/pull/1552#issuecomment-631749233 | ||
| Comment by Oleksandr Byelkin [ 2020-07-08 ] | ||
|
There was answer by Serg | ||
| Comment by Ian Gilfillan [ 2020-07-08 ] | ||
|
Since this was handled on cPanel's side, and Sergei's GitHub comment suggests not to fix, can we close as wontfix? |