You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
It could be great to include both users as it is - 'root'@'localhost' and 'root'@'%'
Or have possibility to apply withUser(String username, String host, String password)
The text was updated successfully, but these errors were encountered:
Hej @islisava - that could be done. I would vote for withUser(String username, String host, String password) overload, but I'm curious what is the use case/why do you need it.
Hi,
A sample use case, I think, would be a an embedded database for test, managed by Liquibase where we create schemas.
This is my current use-case.
How we can do without being root ?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It could be great to include both users as it is - 'root'@'localhost' and 'root'@'%'
Or have possibility to apply withUser(String username, String host, String password)
The text was updated successfully, but these errors were encountered: