add database setup commands as well

This commit is contained in:
pentarctagon 2024-07-26 20:04:40 -05:00
parent ebe4ee9d09
commit 8a377e58b2

View File

@ -1,3 +1,8 @@
-- database initial setup
-- GRANT ALL ON *.* TO 'wesnoth'@'localhost' IDENTIFIED BY 'wesnoth' WITH GRANT OPTION;
-- create database wesnoth;
-- use wesnoth;
-- a minimal users table, if not using a phpbb3 installation
-- create table users
-- (