-
Notifications
You must be signed in to change notification settings - Fork 53
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
Add mysql user if not root #45
Conversation
|
👍 works as expected.
|
After ISLANDORA_DISTRO="centos/7" vagrant up it failed in mysql continue well... |
@DigitLib I've seen that recently, too. But I was building for Ubuntu and it would only happen if I attempted to provision twice (due to Fits failing) while still using the root mysql user. I'll report this on Islandora/documentation#762 |
I was experiencing the same problem as @DigitLib building on CentOS 7. Attempting to reprovision the vagrant box (i.e. issuing @Natkeeran 's PR fixes it. |
Github issue
Changes
If the user wants to use a drupal user other than root, that user needs to be created. Otherwise, ansible will fail. This PR creates the mysql user and gives permissions for the drupal database for that user.
Testing
@dannylamb