Clean up database creation to create the mysql interface user and grant permissions. Group

database setup together so the user is prompted for only a couple of times during
initialization.
This commit is contained in:
Chris Morgan
2007-07-24 21:49:23 +00:00
committed by WineHQ
parent b127c30f1c
commit 33faa569eb
4 changed files with 14 additions and 38 deletions

2
tables/create_user.sql Normal file
View File

@@ -0,0 +1,2 @@
create user wineowner identified by 'lemonade';