phpmyadmin 5.0.X cannot copy user account - error #1133 #15767
Labels
Bug
A problem or regression with an existing feature
has-pr
An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
help wanted
Projects
Milestone
Describe the bug
When i try to copy an existing user account a new user is not created and i get the error message #1133 - Can't find any matching row in the user table.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
In version 4.9.4 the feature created a new Useraccount with identical privileges.
Server configuration
Client configuration
Additional context
It looks like the new user is not created and phpmyadmin tries to grant the privileges to the new user but cannot find this user in the usertable of mariadb/mysql. That's why the error #1133 is displayed.
This used to work in every version before 5.0.X. We copied the existing config.inc.php from version 4.9.4 to 5.0.X.
The text was updated successfully, but these errors were encountered: