Creating Secure MySQL User Accounts (Challenge)

# Introduction To complete this challenge, you will create a specific user in MySQL by fulfilling certain criteria. This involves initiating MySQL, generating a regular user, `Jane`, with the password `123456`, and forbidding remote login access for the user. Save the `createUser.sql` document in the `/home/labex/project` folder to complete this challenge. After programming the code, use the provided sample code in MySQL to confirm and certify.

|60 : 00

Click the virtual machine below to start practicing