Closed (fixed)
Project:
Vagrant
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jun 2011 at 19:31 UTC
Updated:
7 Jun 2011 at 19:48 UTC
Jump to comment: Most recent file
MySQL grants should be cleaned up so that ignore_failure does not need to be true.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | cleanup-mysql-grants-1181642-1.patch | 952 bytes | pdrake |
Comments
Comment #1
pdrake commentedGrants implicitly create users. By dropping the explicit CREATE USER statements, ignore_failure is no longer required to be true.
Comment #2
glennpratt commentedNice, that patch didn't reflect the latest changes, so I recreated them.
http://drupalcode.org/project/vagrant.git/commitdiff/ae1e4d9e246509d4a10...
Comment #3
glennpratt commentedI want to review how others do this in the future.
Possibility?: https://github.com/opscode/cookbooks/blob/master/mysql/templates/default...