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

User needs PROCESS privilege when doing file-per-database backup #500

Merged
merged 1 commit into from
Apr 22, 2014
Merged

User needs PROCESS privilege when doing file-per-database backup #500

merged 1 commit into from
Apr 22, 2014

Conversation

nerdlich
Copy link
Contributor

The following error occured:
mysqldump: Couldn't execute 'SELECT /*!40001 SQL_NO_CACHE */ * FROM INNODB_BUFFER_PAGE': Access denied; you need (at least one of) the PROCESS privilege(s) for this operation (1227)

@igalic
Copy link
Contributor

igalic commented Apr 22, 2014

Hi @nerdlich, thanks for the patch, and sorry for the delay in reply, I've been busy doing nothing over the holidays.

Can you please also adapt this test

@nerdlich
Copy link
Contributor Author

Hi there and no worries. Sorry, for missing the test - pull request has been updated.

@igalic
Copy link
Contributor

igalic commented Apr 22, 2014

Please squash those two commits down to one!
Meanwhile I've updated our tests so they don't fail anymore.

The following error occured:
mysqldump: Couldn't execute 'SELECT /*!40001 SQL_NO_CACHE */ * FROM `INNODB_BUFFER_PAGE`': Access denied; you need (at least one of) the PROCESS privilege(s) for this operation (1227)
@nerdlich
Copy link
Contributor Author

done.

igalic added a commit that referenced this pull request Apr 22, 2014
User needs PROCESS privilege when doing file-per-database backup
@igalic igalic merged commit aa82f83 into puppetlabs:master Apr 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants