This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
bee-backend-ARCHIVED/docker/mysql/scripts/initdb.sql
2024-08-24 20:33:05 +00:00

4 lines
126 B
SQL

CREATE DATABASE IF NOT EXISTS `log`;
CREATE DATABASE IF NOT EXISTS `template`;
GRANT ALL PRIVILEGES on *.* to 'template'@'%';