-- Généré par create_db_and_user.php — à exécuter en tant que root MySQL CREATE DATABASE IF NOT EXISTS `standar_IA` CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; CREATE USER IF NOT EXISTS 'standar_IA'@'localhost' IDENTIFIED BY 'E2T297Xmo9UJbkQ2'; CREATE USER IF NOT EXISTS 'standar_IA'@'%' IDENTIFIED BY 'E2T297Xmo9UJbkQ2'; GRANT ALL ON `standar_IA`.* TO 'standar_IA'@'localhost'; GRANT ALL ON `standar_IA`.* TO 'standar_IA'@'%'; FLUSH PRIVILEGES;