Exploring MySQL User Permissions (Challenge)

# Introduction To complete this challenge, query the user table to retrieve permission information for a specific user with `root` user modify privileges. Start MySQL, switch to the `mysql` database, and write an SQL statement to obtain the necessary data. Save the file containing the statement in the `/home/labex/project` directory and name it `showGrant.sql`. After saving the file, run the provided example code in MySQL for verification.

|60 : 00

Click the virtual machine below to start practicing