Manage MySQL User Permissions (Challenge)

# Introduction In this challenge, we will create a regular user named `Rong` in MySQL and grant them access to the `performance_schema`. This challenge will test your understanding of user management and permission management in MySQL. You will need to write a script that creates the user and grants the appropriate permissions, and then execute it using the provided sample code for verification.

|60 : 00

Click the virtual machine below to start practicing