June 14, 2019

Setting Up a PROXY User in MySQL

In MySQL, a user is allowed to have a PROXY user. This means that a user can behave the same way as the original user with the same permissions as the original user. Granting PROXY Access GRANT PROXY ON original_user TO proxy_user Revoking PROXY Access REVOKE PROXY ON original_user FROM