summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-01-13 05:27:16 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-01-13 05:27:16 (GMT)
commit72c6f7491c5986c68d12cfd66e276930c50b04fc (patch)
tree62e977e993bb8ca30d5a17ca996d8e88537c87c0 /abs/core-testing/mythtv
parent0c175bafc1fc5d3a3b884de3d8aed6f538a31552 (diff)
downloadlinhes_pkgbuild-72c6f7491c5986c68d12cfd66e276930c50b04fc.zip
linhes_pkgbuild-72c6f7491c5986c68d12cfd66e276930c50b04fc.tar.gz
linhes_pkgbuild-72c6f7491c5986c68d12cfd66e276930c50b04fc.tar.bz2
add --skip-resolve-hostnames to mysql startup scripts.
Diffstat (limited to 'abs/core-testing/mythtv')
-rwxr-xr-xabs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD2
-rwxr-xr-xabs/core-testing/mythtv/stable/mythdb-initial/permissions.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD b/abs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD
index 447ff84..367a387 100755
--- a/abs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD
+++ b/abs/core-testing/mythtv/stable/mythdb-initial/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythdb-initial
pkgver=1
-pkgrel=7
+pkgrel=8
pkgdesc="setup the initial mythtv database for linhes"
url=""
license=""
diff --git a/abs/core-testing/mythtv/stable/mythdb-initial/permissions.sql b/abs/core-testing/mythtv/stable/mythdb-initial/permissions.sql
index acb4673..5a36e15 100755
--- a/abs/core-testing/mythtv/stable/mythdb-initial/permissions.sql
+++ b/abs/core-testing/mythtv/stable/mythdb-initial/permissions.sql
@@ -1,6 +1,6 @@
GRANT ALL ON mythconverg.* TO mythtv@localhost IDENTIFIED BY "mythtv";
-GRANT ALL ON mythconverg.* TO mythtv@"%" IDENTIFIED BY "mythtv";
+GRANT ALL ON mythconverg.* TO mythtv@'%' IDENTIFIED BY "mythtv";
GRANT ALL ON mythconverg.* TO mythtv@myhost IDENTIFIED BY "mythtv";
GRANT FILE ON *.* TO 'mythtv'@'%';
FLUSH PRIVILEGES;