110 likes | 225 Vues
Learn how to effectively add a new user in the MySQL Admin GUI utility. This guide details the steps to configure table and column level privileges for users. Discover how to enable the right privileges in the MySQL Admin Utility under the Administrator category. We will walk you through setting up a user named "Jack" with specific select and update privileges on the student table, including inserting values into the students' database. Streamline user management with these important functionalities.
E N D
Adding New Users • Enable Table and Column Level Privileges • In the MySql Admin Utility • Tools – options – Catrgory Administrator – check show global privileges, show schema privileges, show hosts in user list.
User privileges using MySql Admin GUI • Set up user “Jack” with only Select and update privileges on the student table • Insert Into students Values (“sarahjessica parker”, "F");