mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-17 22:48:01 +00:00
add database setup commands as well
This commit is contained in:
parent
ebe4ee9d09
commit
8a377e58b2
|
@ -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
|
||||
-- (
|
||||
|
|
Loading…
Reference in New Issue
Block a user