Files
edx-platform/.github/workflows/init/01.sql
2020-09-23 04:44:08 +00:00

4 lines
158 B
SQL

CREATE DATABASE IF NOT EXISTS `edxapp`;
CREATE DATABASE IF NOT EXISTS `edxapp_csmh`;
GRANT ALL PRIVILEGES ON *.* TO 'edxapp001'@'%' IDENTIFIED BY 'password';