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 21:02:48 +00:00

4 lines
116 B
SQL

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