From ac6b1338382543613e1a7d319aeecb4451a7de9e Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Sun, 27 Jul 2008 15:17:25 +0000 Subject: * Redesign SVDRP Communation to support more as one video disk recorder (Change database schema to version 30) --- contrib/create-database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/create-database.sql') 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'; -- cgit v1.2.3