A Simple Course Database (Challenge)

# Introduction In this challenge, we will create a simple LabEx course database in MySQL. The objective is to create a database named `labex` with three tables: `user`, `course`, and `usercourse`. The data for these tables will be imported from CSV files. The challenge also includes setting up the MySQL service, creating the necessary users and permissions, and importing the data files into the database.

|60 : 00

Click the virtual machine below to start practicing