Default user needs permissions to access the bugs database, add a grant line to the bugzilla
database and table creation
This commit is contained in:
@@ -2,6 +2,9 @@ create database if not exists bugs;
|
||||
|
||||
use bugs;
|
||||
|
||||
/* make sure the wineowner user has access to the bugs database */
|
||||
grant all on bugs.* to wineowner;
|
||||
|
||||
drop table if exists versions;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user