Use SELECT statements to see how the user account would be added to the user and db tables
SELECT host, user, select_priv, update_priv FROM user; SELECT host, db, user, select_priv, update_priv FROM db;
1. | Show Permission | ||
2. | Use SELECT statements to retrieve data from the user, tables_priv, and columns_priv tables |