Welcome to Centmin Mod Community
Become a Member

Beta Branch update cminfo command to support MariaDB 11 in 140.00beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jul 5, 2024.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    12:09 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    update cminfo command to support MariaDB 11 in 140.00beta01

    - MariaDB 11+ will start deprecating MySQL command line program names and switch to using MariaDB command line program names i.e. mysqladmin will become mariadb-admin and mysql would become mariadb and mysqldump would become mariadb-dump. Full list at Legacy Clients and Utilities
    - This update starts small and updates cminfo's referenced MySQL command line program names with conditional function to detect MariaDB 11 to use the new program names and if MariaDB version <11, use the well known MySQL command line program names. Eventually, will update all references in Centmin Mod code
    - Right now MariaDB 11+ gives a warning message for future deprecation if you use the old MySQL command line program names but they still work. But if you are scripting and calling old command line program names when using MariaDB version 11+, you might get unexcpected output due to the deprecated warning message text


    Continue reading...

    140.00beta01 branch