From 5958722a91b04a5fb5c9f208bc873dbc63573bc1 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Thu, 4 Sep 2014 05:03:23 +0100 Subject: [PATCH] 2009/10/09 01:08:02 +0100 claunia: Just configured from Wine's GIT --- tables/bugzilla_tables.sql | 2 +- tables/create_bugzilla_tables | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 tables/create_bugzilla_tables 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