foilen / foilen-infra-plugins-core

All the common resources in a single plugin
MIT License
0 stars 1 forks source link

MariaDB - Server not updated when adding a new user #3

Open simonfoilen opened 6 years ago

simonfoilen commented 6 years ago

steps to reproduce

  1. create a server
  2. create a database
  3. create a user

State: all good

  1. create a second database
  2. create a second user attached to the second database

Actual: the server is not updated with the new user Expected: the new user is on the server

simonfoilen commented 6 years ago

could not reproduce in unit tests as-is