dokku-mysql icon indicating copy to clipboard operation
dokku-mysql copied to clipboard

a mysql plugin for dokku

Results 8 dokku-mysql issues
Sort by recently updated
recently updated
newest added

## Description of problem Running `dokku mysql:export my-db > data.dump` I get `mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying...

Fixes #140 Adds the No tablespaces flag to the mysqldump command to avoid the error > mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for...

Bumps mysql from 8.0.29 to 8.0.30. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mysql&package-manager=docker&previous-version=8.0.29&new-version=8.0.30)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

closes #109 Instead of only backing up the primary database (which must be the same name as the mysql instance), we are now backing up all databases, including the ones...

This isn't really an issuer per se as much a documentation issue... We had some issues trying to get an outside user of the mysql-service to connect and administer their...

I'm having the problem that the service which uses my mysql service uses the root user and creates new databases on demand. When I schedule an automatic backup of the...

Related to https://github.com/dokku/dokku-redis/issues/239

## Description of problem I have a small app which needs to have the DB on a different host than the code. Due to this, I've installed `dokku-mysql` on host...