Learn about Centmin Mod LEMP Stack today
Become a Member

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

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

  1. eva2000

    eva2000 Administrator Staff Member

    59,369
    12,510
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +19,146
    Local Time:
    9:04 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...

    123.09beta01 branch