Join the community today
Become a Member

Master Branch move securemysql function earlier into initial install routine in 123…

Discussion in 'Centmin Mod Github Commits' started by eva2000, Mar 19, 2019.

  1. eva2000

    eva2000 Administrator Staff Member

    59,368
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,145
    Local Time:
    11:30 PM
    Nginx 1.31.x
    MariaDB 10.x/11.4+/12.3+
    move securemysql function earlier into initial install routine in 123.09beta01

    - Now that added PHP_PGO='y' support for PHP 7+ profile guided optimizations for initial centmin mod installs, the pgo training for wordpress, wikipedia, drupal and other php code paths requires setting up a mysql database and that requires mariadb mysql server to have a root password setup before hand. This update moves the securemysql function routine which sets up the mysql root password earlier into the initial install so that it runs before php compilations so that pgo training can setup a proper mysql database user. Prior to this update, securemysql function happened at very end of centmin mod initial installs


    Continue reading...

    Centmin Mod Github Master branch

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