Welcome to Centmin Mod Community
Register Now

MariaDB MariaDB 10.1.14 and Connector/J 1.4.4 now available

Discussion in 'MariaDB & General MySQL news & discussions' started by eva2000, May 11, 2016.

  1. eva2000

    eva2000 Administrator Staff Member

    55,164
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    5:32 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    The MariaDB project is pleased to announce the immediate availability of MariaDB 10.1.14, and MariaDB Connector/J 1.4.4. See the release notes and changelogs for details on these releases. Download MariaDB 10.1.14 Release Notes Changelog What is MariaDB 10.1? MariaDB APT and YUM Repository Configuration Generator Download MariaDB Connector/J 1.4.4 Release Notes Changelog About MariaDB Connector/J […]


    The post MariaDB 10.1.14 and Connector/J 1.4.4 now available appeared first on MariaDB.org.

    Continue reading...
     
    Last edited: May 11, 2016
  2. pamamolf

    pamamolf Premium Member Premium Member

    4,100
    428
    83
    May 31, 2014
    Ratings:
    +837
    Local Time:
    10:32 AM
    Nginx-1.26.x
    MariaDB 10.6.x
    When i run yum update and got the updates then using mysql -v i was found the old version and not the new one.....

    Then using the mysqlrestart i got this:

    Code:
    Restarting mysql (via systemctl):  Warning: mysql.service changed on disk. Run 'systemctl daemon-reload' to reload units.
    So i run systemctl daemon-reload and then restart again and all are fine now.... but it is the first time that i am getting this issue :(
     
  3. eva2000

    eva2000 Administrator Staff Member

    55,164
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    5:32 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    sounds like mariadb update changed systemd config file
    Code (Text):
    service mysql restart
    Restarting mysql (via systemctl):  Warning: mysql.service changed on disk. Run 'systemctl daemon-reload' to reload units.
                                                               [  OK  ]
    
     
  4. Sunka

    Sunka Well-Known Member

    1,150
    325
    83
    Oct 31, 2015
    Pula, Croatia
    Ratings:
    +525
    Local Time:
    9:32 AM
    Nginx 1.17.9
    MariaDB 10.3.22
    Updated.
    Just run systemctl daemon-reload and then restart mysql and all is OK
     
  5. KeVo

    KeVo Active Member

    180
    71
    28
    May 28, 2014
    Ratings:
    +101
    Local Time:
    2:32 AM
    1.11.x
    10.1.18
    Got mine upgraded without any issues. Mine updated to 10.1.14 (according to myql -v) without even needing to the above steps, but I did them regardless.

    Code:
    Welcome to the MariaDB monitor.  Commands end with ; or \g.
    Your MariaDB connection id is XX
    Server version: 10.1.14-MariaDB MariaDB Server
    
     
  6. BobbyWibowo

    BobbyWibowo Active Member

    197
    42
    28
    Jul 30, 2015
    Indonesia
    Ratings:
    +71
    Local Time:
    2:32 PM
    1.17.x
    10.3.x
    Upgraded mine to MariaDB 10.1.14 from 10.0.x branch.
    Code:
    # mysql -v
    Welcome to the MariaDB monitor.  Commands end with ; or \g.
    Your MariaDB connection id is XX
    Server version: 10.1.14-MariaDB MariaDB Server
     
  7. eva2000

    eva2000 Administrator Staff Member

    55,164
    12,249
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,825
    Local Time:
    5:32 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    nice :D