Learn about Centmin Mod LEMP Stack today
Register Now

Master Branch remote deprecated client option in my.cnf templates in 123.09beta01

Discussion in 'Centmin Mod Github Commits' started by eva2000, Jun 7, 2020.

  1. eva2000

    eva2000 Administrator Staff Member

    58,893
    12,490
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,122
    Local Time:
    11:46 AM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    remote deprecated client option in my.cnf templates in 123.09beta01

    Remove from templates the variable default-character-set in [client] group in my.cnf templates for new Centmin Mod installs. Some clients don't recognise this option i.e. mysqlslap client


    change from

    [client]
    default-character-set=utf8
    socket=/var/lib/mysql/mysql.sock

    to

    [client]
    socket=/var/lib/mysql/mysql.sock

    Continue reading...

    Centmin Mod Github Master branch

    Master branch is where most recent commits are made as at May 24, 2015.