diff --git a/tables/bugzilla_tables.sql b/tables/bugzilla_tables.sql index 82bca0b..3fb4df6 100644 --- a/tables/bugzilla_tables.sql +++ b/tables/bugzilla_tables.sql @@ -3,7 +3,7 @@ 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'@'localhost'; +grant all on bugs.* to 'qemu'@'localhost'; drop table if exists versions; diff --git a/tables/create_bugzilla_tables b/tables/create_bugzilla_tables old mode 100644 new mode 100755