summaryrefslogtreecommitdiff
path: root/contrib/create-database.sql
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2008-07-27 15:17:25 +0000
committerAndreas Brachold <vdr07@deltab.de>2008-07-27 15:17:25 +0000
commitac6b1338382543613e1a7d319aeecb4451a7de9e (patch)
treef8dbd70be0d8961e43054df86a188a68afc2f675 /contrib/create-database.sql
parent180fcff6fe93d51e6ac68fc43e6fb186dcee80d8 (diff)
downloadxxv-ac6b1338382543613e1a7d319aeecb4451a7de9e.tar.gz
xxv-ac6b1338382543613e1a7d319aeecb4451a7de9e.tar.bz2
* Redesign SVDRP Communation to support more as one video disk recorder (Change database schema to version 30)
Diffstat (limited to 'contrib/create-database.sql')
-rw-r--r--contrib/create-database.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/create-database.sql b/contrib/create-database.sql
index 8c31b90..91ffa08 100644
--- a/contrib/create-database.sql
+++ b/contrib/create-database.sql
@@ -14,7 +14,7 @@ use xxv;
-- USR=username
-- The first line is useful for granting access to user xxv on all computers in a network.
-/* grant all privileges on xxv.* to username@'%' IDENTIFIED BY 'password'; */
+-- grant all privileges on xxv.* to username@'%' IDENTIFIED BY 'password'; --
-- Grant access to user xxv on the local machine with password 'xxv'
grant all privileges on xxv.* to xxv@localhost IDENTIFIED BY 'xxv';