Skip to main content
We are aware of an issue with a recent Apache update that causes proxied sites to return a "421 Misdirected Request" error. Please see the following article for more information and updates:
Websites show 421 Misdirected Request error while using EA Nginx

mysql 5.7 to mariadb 10.2 failed

Comments

8 comments

  • cPanelLauren
    The only errors are noted here: Critical: MariaDB enables "strict mode" by default as of version 10.2. Strict mode controls how MariaDB and MySQL handle invalid or missing values in data-change statements such as INSERT or UPDATE. Applications not built with strict mode enabled may cause undesired behavior; please verify applications using MariaDB are compatible before upgrading. More information about strict mode is available here. Normal: When you upgrade from MySQL" to MariaDB 10.2 or later, the mysql_upgrade utility may emit several database table-related errors. The discrepancies in the tables between MySQL and MariaDB versions produce the errors; however, the upgrade process will resolve these issues. Normal: MariaDB does notutilize the sys schema. If you upgrade from MySQL 5.7 to MariaDB, you must manually remove the sys database, because it can cause unnecessary errors during certain check table calls.
    But what came after these?
    0
  • 4est
    nothing, that's why I don't understand it either. I even dropped the sys database
    0
  • cPanelLauren
    Which version of cPanel are you running? When removing the sysschema tables does the update complete?
    0
  • 4est
    v86.0.18 No, it made no difference. I also checked the mysql upgrade script log files, but there no other info in there. I think the data in the webpage is exactly the same as in the logs
    0
  • cPanelLauren
    Can you please open a ticket using the link in my signature? I feel like changes to MySQL are too sensitive in nature to provide advice over the forums. Once open please reply with the Ticket ID here so that we can update this thread with the resolution once the ticket is resolved. Thanks!
    0
  • 4est
    Your Support Ticket ID is: 93472650
    0
  • cPanelLauren
    Thanks! I've updated the ticket with the thread information here and I'm following it. I'll note any information here when there are any updates available.
    0
  • 4est
    Following the ticket: "The upgrade process completed successfully." For future readers: the problem was caused by duplicate packages installed on the system: coreutils-8.22-24.el7.x86_64 coreutils-8.22-23.el7.x86_64 And was fixed with package-cleanup --cleandupes If we look at the logs, the duplicate package was indeed listed in the log, but not as the cause of the problem, just as an info Thank you
    0

Please sign in to leave a comment.