3

When I want to give a user full permission to the database like this:

GRANT PROXY ON 'homestead'@'%' TO 'homestead'@'localhost' WITH GRANT OPTION;

Users:

 +-----------+
    | User      |
    +-----------+
    | homestead |
    | homestead |
    | root      |
    | mysql.sys |
    | root      |
    +-----------+

It returns:

Can't find any matching row in the user table
Ash
  • 3,242
  • 2
  • 23
  • 35
Jamie
  • 10,302
  • 32
  • 103
  • 186

0 Answers0