Learn about Centmin Mod LEMP Stack today
Become a Member

MariaDB MariaDB 10.1.30 and MariaDB Connector/C 2.3.4 now available

Discussion in 'MariaDB & General MySQL news & discussions' started by eva2000, Dec 23, 2017.

  1. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:48 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    The MariaDB project is pleased to announce the availability of MariaDB 10.1.30, the latest stable release in the MariaDB 10.1 series, as well as MariaDB Connector/C 2.3.4, the latest stable release in the MariaDB Connector/C 2.x series. See the release notes and changelogs for details. Download MariaDB 10.1.30 Release Notes Changelog What is MariaDB 10.1? […]

    The post MariaDB 10.1.30 and MariaDB Connector/C 2.3.4 now available appeared first on MariaDB.org.
    Continue reading...

     
  2. pamamolf

    pamamolf Premium Member Premium Member

    4,077
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    5:48 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    I can imagine that the Aria slow temp tables issue is not fixed...... ?
     
  3. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:48 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    check jira entries :)
     
  4. AidanG

    AidanG New Member

    3
    1
    3
    Nov 17, 2017
    Ratings:
    +1
    Local Time:
    3:48 PM
    Hi there,

    I am getting an Internal Server Error on my WordPress site after my server updated to this version.

    Is there anyway I can downgrade back to 10.1.29 or anyway I could fix this? (Running latest Centmin beta, CentOS 7, WordPress + Cloudflare).

    Sorry I am a noob with this, if you require anymore help please let me know :)

    Thank you,
    Aidan
     
  5. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:48 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    @AidanG are you sure it's related to MariaDB update ?

    1. how did you update to MariaDB 10.1.30 ?
    2. did you update any other yum packages at that time ?

    post output for these commands
    Code (Text):
    nginx -t
    

    Code (Text):
    nginx -V
    

    Code (Text):
    php -v
    

    Code (Text):
    yum history list
    

    Code (Text):
    mysqladmin ver
    

    if using CentOS 7
    Code (Text):
    journalctl -u mariadb --no-pager | tail -50
    

    for posting output, you might want to use CODE tags for code How to use forum BBCODE code tags :)
     
  6. pamamolf

    pamamolf Premium Member Premium Member

    4,077
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    5:48 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Update was ok for me with no issues :)

    I just got that same annoying thing after upgrade when i run mysql -v it reports the old version :(

    and then:
    The issue exists to Centos 7 only.
     
  7. rdan

    rdan Well-Known Member

    5,444
    1,408
    113
    May 25, 2014
    Ratings:
    +2,201
    Local Time:
    11:48 PM
    Mainline
    10.2
    systemctl daemon-reload
    mysqlrestart
     
  8. pamamolf

    pamamolf Premium Member Premium Member

    4,077
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    5:48 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Yes that's what i do but that was supposed to not happened as default.....A second restart needed with no reason ...
     
  9. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:48 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    only should happen if systemd service config has been updated by package managers

    mysql.service is laias to mariadb.service and only cosmetic changes were made

    left (10.1.29) vs right (10.1.30)

    upload_2017-12-24_7-28-47.png

    i don't get that prompt for my centos 7.4 + mariadb 10.1.30 updated server though

    edit: just remembered why as I updated 123.09beta01's mysqlrestart shortcut to tackle this
    Code (Text):
    cat /usr/bin/mysqlrestart
    systemctl daemon-reload; service mysql restart
    
     
  10. pamamolf

    pamamolf Premium Member Premium Member

    4,077
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    5:48 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    But why i don't have it on latest Centminmod ? :(

    Isn't an automated edit?
     
    Last edited: Dec 24, 2017
  11. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:48 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  12. pamamolf

    pamamolf Premium Member Premium Member

    4,077
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    5:48 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Ok :)

    Do you plan to add it soon as an automated fix or should we go ahead with a manual edit like:
    Code:
    /usr/bin/mysqlstop
    /usr/bin/mysqlstart
    /usr/bin/mysqlrestart
    /usr/bin/mysqlreload
    and add the:
    Code:
    systemctl daemon-reload;
     
  13. pamamolf

    pamamolf Premium Member Premium Member

    4,077
    427
    83
    May 31, 2014
    Ratings:
    +833
    Local Time:
    5:48 PM
    Nginx-1.25.x
    MariaDB 10.3.x
    Just try to edit that and i got the systemctl daemon-reload; on every related files....

    Weird ..... as you didn't add an automated fix on Centminmod .... ?

    Don't remember to add them manually ....

    Anyway all good now :)
     
    Last edited: Dec 25, 2017
  14. eva2000

    eva2000 Administrator Staff Member

    54,389
    12,198
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,763
    Local Time:
    1:48 AM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    yes no automated fix added