summaryrefslogtreecommitdiffstats
path: root/abs/core/ncid/ncidpermissions.sql
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-05-10 20:06:06 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-05-10 20:06:06 (GMT)
commit2b532b540f448f02d7aee7ff04fa3d31655e7f8f (patch)
tree61dc3cbb6ce683a7d9d5fed2af090f63a086e86b /abs/core/ncid/ncidpermissions.sql
parent42ae9b94604db5f6bd515863e0ffd3a44b6c866e (diff)
downloadlinhes_pkgbuild-2b532b540f448f02d7aee7ff04fa3d31655e7f8f.zip
linhes_pkgbuild-2b532b540f448f02d7aee7ff04fa3d31655e7f8f.tar.gz
linhes_pkgbuild-2b532b540f448f02d7aee7ff04fa3d31655e7f8f.tar.bz2
ncid: reintroduction to repo
Diffstat (limited to 'abs/core/ncid/ncidpermissions.sql')
-rw-r--r--abs/core/ncid/ncidpermissions.sql8
1 files changed, 8 insertions, 0 deletions
diff --git a/abs/core/ncid/ncidpermissions.sql b/abs/core/ncid/ncidpermissions.sql
new file mode 100644
index 0000000..eb660fa
--- /dev/null
+++ b/abs/core/ncid/ncidpermissions.sql
@@ -0,0 +1,8 @@
+
+GRANT ALL ON ncid.* TO mythtv@localhost IDENTIFIED BY "mythtv";
+GRANT ALL ON ncid.* TO mythtv@"%" IDENTIFIED BY "mythtv";
+GRANT FILE ON *.* TO 'mythtv'@'%';
+FLUSH PRIVILEGES;
+
+FLUSH PRIVILEGES;
+ALTER DATABASE ncid DEFAULT CHARACTER SET latin1;