2009/10/09 01:08:02 +0100 claunia: Just configured from Wine's GIT
This commit is contained in:
@@ -3,7 +3,7 @@ create database if not exists bugs;
|
|||||||
use bugs;
|
use bugs;
|
||||||
|
|
||||||
/* make sure the wineowner user has access to the bugs database */
|
/* make sure the wineowner user has access to the bugs database */
|
||||||
grant all on bugs.* to 'wineowner'@'localhost';
|
grant all on bugs.* to 'qemu'@'localhost';
|
||||||
drop table if exists versions;
|
drop table if exists versions;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
0
tables/create_bugzilla_tables
Normal file → Executable file
0
tables/create_bugzilla_tables
Normal file → Executable file
Reference in New Issue
Block a user