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

Conversation

zealot128
Copy link
Contributor

I always got this warning for every mysql command I do:

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.

example

I don't know when this password option was introduced, so it might break on earlier versions of MySQL.

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.
pjan added a commit that referenced this pull request Apr 2, 2014
Fix warning on MySQL >=5.5
@pjan pjan merged commit 1027ea6 into ANXS:master Apr 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants