Join the community today
Become a Member

Install Default install 007 Stable

Discussion in 'Install & Upgrades or Pre-Install Questions' started by Mask, Jan 19, 2015.

  1. Mask

    Mask Active Member

    108
    31
    28
    Nov 10, 2014
    Ratings:
    +37
    Local Time:
    3:06 AM
    Nginx 1.9.1
    MariaDB 10.0.19
    Hi George,

    Did something changed in v1.2.3 007 stable ?? I just set it up on a new dedicated server (my 3rd install) and I had to comment out a bunch of lines in /etc/my.cnf because Mysql wouldn't start. From (/var/log/mysqld.log)
    Code:
    150118 15:48:41 [Note] Plugin 'InnoDB' is disabled.
    150118 15:48:41 [ERROR] /usr/libexec/mysqld: unknown option '--skip-federated'
    150118 15:48:41 [ERROR] Aborting
    
    150118 15:48:41 [Note] /usr/libexec/mysqld: Shutdown complete
    
    150118 15:48:41 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
    150118 18:40:08 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    150118 18:40:08 [Note] Plugin 'InnoDB' is disabled.
    150118 18:40:08 [ERROR] /usr/libexec/mysqld: unknown option '--skip-federated'
    150118 18:40:08 [ERROR] Aborting
    
    150118 18:40:12 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
    150118 18:41:39 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    150118 18:41:39 [Note] Plugin 'InnoDB' is disabled.
    150118 18:41:39 [ERROR] /usr/libexec/mysqld: unknown option '--skip-archive'
    150118 18:41:39 [ERROR] Aborting
    
    150118 18:41:39 [Note] /usr/libexec/mysqld: Shutdown complete
    
    150118 18:41:39 mysqld_safe mysqld from pid file /var/run/mysqld/mysqld.pid ended
    150118 18:42:06 mysqld_safe Starting mysqld daemon with databases from /var/lib/mysql
    150118 18:42:06 [Note] Plugin 'InnoDB' is disabled.
    150118 18:42:06 [ERROR] /usr/libexec/mysqld: unknown variable 'innodb_purge_threads=1'
    150118 18:42:06 [ERROR] Aborting
    
    So I had to comment (i.e. add # in front)
    #skip-federated
    #skip-archive
    and anything that starts with
    #innodb

    No an issue for me but just wanted to point it in case someone else is having issue with it.
    (or if someone needs to be changed in stable build)

     
  2. Mask

    Mask Active Member

    108
    31
    28
    Nov 10, 2014
    Ratings:
    +37
    Local Time:
    3:06 AM
    Nginx 1.9.1
    MariaDB 10.0.19
    Something has defo changed in stable version. This was not the case last time.
    I installed it following normal procedure and with (./centmin.sh install) command. But

    Code:
    [root@sl ~]# mysql
    Welcome to the MariaDB monitor.  Commands end with ; or \g.
    Your MySQL connection id is 15
    Server version: 5.1.73 Source distribution
    
    Copyright (c) 2000, 2014, Oracle, MariaDB Corporation Ab and others.
    
    Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
    
    [root@sl ~]# rpm -qa | grep mysql
    php-mysql-5.3.3-40.el6_6.x86_64
    mysql-server-5.1.73-3.el6_5.x86_64
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,519
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    8:06 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    is innodb still disabled in error log, could be incomplete install that is prevent innodb from enabling which will cause innodb or related options to not get recognised too

    that definitely ain't right MariaDB version looks like MariaDB didn't install properly, best to reload OS and reinstall again

    initial install log would have clues for why MariaDB didn't install properly to replace CentOS default MySQL 5.1.73 How to troubleshoot Centmin Mod initial install issues | Centmin Mod Community
     
  4. Mask

    Mask Active Member

    108
    31
    28
    Nov 10, 2014
    Ratings:
    +37
    Local Time:
    3:06 AM
    Nginx 1.9.1
    MariaDB 10.0.19
    Well .. yeah something is seriously messed up here ... :(
    This is a dedicated box and reload is going to take lots of time there. Any other way to sort it out??
    Code:
    MySQL [(none)]> \s
    --------------
    mysql  Ver 15.1 Distrib 5.5.41-MariaDB, for Linux (x86_64) using readline 5.1
    
    Connection id:          3
    Current database:
    Current user:           root@localhost
    SSL:                    Not in use
    Current pager:          stdout
    Using outfile:          ''
    Using delimiter:        ;
    Server:                 MySQL
    Server version:         5.1.73 Source distribution
    Protocol version:       10
    Connection:             Localhost via UNIX socket
    Server characterset:    latin1
    Db     characterset:    latin1
    Client characterset:    utf8
    Conn.  characterset:    utf8
    UNIX socket:            /var/lib/mysql/mysql.sock
    
    Upgrading via menu will work ??
    This is a brand new box running CentOS 6.6 and CentminMod was the first thing installed on it.
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,519
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    8:06 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    reloading OS is easier way as there's alot more going on behind the scenes than just installing MariaDB 5.5
     
  6. Mask

    Mask Active Member

    108
    31
    28
    Nov 10, 2014
    Ratings:
    +37
    Local Time:
    3:06 AM
    Nginx 1.9.1
    MariaDB 10.0.19
    Agreed .. was just trying to save time here.
    I am kinda surprised .. My other two install went without any issue.

    I just talked to the provider and they can reload it for free .
    You need anything (install logs etc) to see what happened?
     
  7. eva2000

    eva2000 Administrator Staff Member

    54,519
    12,211
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,780
    Local Time:
    8:06 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    the initial install log would be useful in /root/centminlogs