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