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

Use empty string for mysql root user password #146

Closed
wants to merge 1 commit into from
Closed

Use empty string for mysql root user password #146

wants to merge 1 commit into from

Conversation

yahonda
Copy link
Member

@yahonda yahonda commented Dec 20, 2017

so that users can login to mysql without typing password.

Addresses #122

vagrant@rails-dev-box:~$ mysql -uroot
Welcome to the MySQL monitor.  Commands end with ; or \g.
Your MySQL connection id is 6
Server version: 5.7.20-0ubuntu0.17.10.1 (Ubuntu)

Copyright (c) 2000, 2017, Oracle and/or its affiliates. All rights reserved.

Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.

Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

mysql>

so that users can login to mysql without typing password.

Addresses #122
@yahonda
Copy link
Member Author

yahonda commented May 28, 2018

Closing it since it does not match the comment.

# Set the password in an environment variable to avoid the warning issued if set with `-p`.

@yahonda yahonda closed this May 28, 2018
@yahonda yahonda deleted the mysql_root_password branch October 27, 2018 00:05
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.

1 participant