Join the community today
Register Now

Security MariaDB MySQL Security Updates 5.5.7, 10.0.32, 10.1.26

Discussion in 'Centmin Mod News' started by eva2000, Aug 11, 2017.

Thread Status:
Not open for further replies.
  1. eva2000

    eva2000 Administrator Staff Member

    54,602
    12,225
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,794
    Local Time:
    10:24 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    MariaDB MySQL Server versions have been updated to 5.5.7, 10.0.32 and 10.1.26 for various security vulnerability updates.
    • Centmin Mod before 123.08stable would of used MariaDB 5.5.x branch - update to 5.5.7
    • Centmin Mod 123.08stable uses MariaDB 10.0.x branch - update to 10.0.32
    • Centmin Mod 123.09beta01 uses MariaDB 10.1.x branch - update to 10.1.26
    So update your Centmin Mod installs via yum update command in SSH type:
    Code (Text):
    yum update
    

    You may need to restart/reload MariaDB MySQL server for version so show up


    For CentOS 7
    Code (Text):
    systemctl daemon-reload
    systemctl restart mariadb
    

    or
    Code (Text):
    systemctl daemon-reload
    mysqlrestart
    


    For CentOS 6
    Code (Text):
    service mysql restart
    

    or
    Code (Text):
    mysqlrestart
    

    Code (Text):
    mysqladmin ver        
    mysqladmin  Ver 9.1 Distrib 10.1.26-MariaDB, for Linux on x86_64
    Copyright (c) 2000, 2017, Oracle, MariaDB Corporation Ab and others.
    
    Server version          10.1.26-MariaDB
    Protocol version        10
    Connection              Localhost via UNIX socket
    UNIX socket             /var/lib/mysql/mysql.sock
    Uptime:                 36 sec
    
    Threads: 1  Questions: 1  Slow queries: 0  Opens: 17  Flush tables: 1  Open tables: 11  Queries per second avg: 0.027
    


    relevant MariaDB MySQL CVEs
     
    Last edited: Aug 11, 2017
Thread Status:
Not open for further replies.