Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade MariaDB version from 10.1 to 10.2 (stable) #657

Merged
merged 1 commit into from
Aug 30, 2017
Merged

Upgrade MariaDB version from 10.1 to 10.2 (stable) #657

merged 1 commit into from
Aug 30, 2017

Commits on Aug 30, 2017

  1. Upgrade MariaDB version from 10.1 to 10.2 (stable)

    Note: This commit differs slightly from the initial attempt at https://github.com/laravel/homestead/pull/441/files in that this commit addresses the erroneous `default_password_lifetime` directive, too.
    
    For the reasons described from #529 (comment) to the end of the thread, it seems appropriate to re-introduce Maria DB 10.2.x, now that the 10.2 series is marked GA/stable, per https://mariadb.com/kb/en/the-mariadb-library/changes-improvements-in-mariadb-102/ .
    
    Also, according to https://mariadb.com/kb/en/the-mariadb-library/system-variable-differences-between-mariadb-101-and-mysql-57/ , the `default_password_lifetime` is a `MySQL-only variable determining how long passwords are valid for before expiring.`
    
    With this directive present, Homestead (v6.1.0) provisioning fails with:
    
        ==> homestead-7: mysql: unknown variable 'default_password_lifetime=0'
    
    Removing this directive resolves the problem.
    cbj4074 authored Aug 30, 2017
    Configuration menu
    Copy the full SHA
    84639a6 View commit details
    Browse the repository at this point in the history