-- Learnyst LMS Database
-- Run this in phpMyAdmin to create the database

CREATE DATABASE IF NOT EXISTS `learnyst` CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;

USE `learnyst`;
