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

Fix warning on MySQL >=5.5 #2

Merged
merged 1 commit into from
Apr 2, 2014
Merged

Fix warning on MySQL >=5.5 #2

merged 1 commit into from
Apr 2, 2014

Commits on Apr 1, 2014

  1. Fix warning on MySQL >=5.5

    I always got this warning:
    
    ```Warning: Using unique option prefix pass instead of password is deprecated and will be removed in a future release. Please use the full name instead.```
    
    (http://www.serveridol.com/2013/11/19/mysql-dump-warning-using-unique-option-prefix-pass-instead-of-password-is-deprecated/)
    for every mysql command I do.
    I don't know, when this password option was introduced, so it might break on earlier versions of MySQL.
    zealot128 committed Apr 1, 2014
    Configuration menu
    Copy the full SHA
    942d840 View commit details
    Browse the repository at this point in the history