MySQL grants should be cleaned up so that ignore_failure does not need to be true.

CommentFileSizeAuthor
#1 cleanup-mysql-grants-1181642-1.patch952 bytespdrake

Comments

pdrake’s picture

StatusFileSize
new952 bytes

Grants implicitly create users. By dropping the explicit CREATE USER statements, ignore_failure is no longer required to be true.

glennpratt’s picture

Status: Active » Closed (fixed)

Nice, that patch didn't reflect the latest changes, so I recreated them.

http://drupalcode.org/project/vagrant.git/commitdiff/ae1e4d9e246509d4a10...

glennpratt’s picture

I want to review how others do this in the future.

Possibility?: https://github.com/opscode/cookbooks/blob/master/mysql/templates/default...