-
Notifications
You must be signed in to change notification settings - Fork 174
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
Database recipe causing error if run a second time #55
Comments
Running on Ubuntu 14.04. Only other Chef packages running are |
Same issue with Temporary workaround: directory '/var/run/mysqld' do
owner 'ubuntu'
group 'ubuntu'
mode '0755'
action :create
end
include_recipe 'wordpress::default' b) Manually create this directory and the symlink: sudo mkdir -p /var/run/mysqld && sudo ln -s /var/run/mysql-default/mysqld.sock /var/run/mysqld/mysqld.sock |
@joe4dev thanks that worked |
Reprovisioning or server restart led to broken db connection according to: brint#55 (comment)
I'm using Chef with Vagrant. If I run
vagrant reload --provision
having previously provisioned the machine I get an error:wordpress::database line 56
The text was updated successfully, but these errors were encountered: