[Rt-commit] r9572 - in rt/branches/3.7-EXPERIMENTAL: .

ruz at bestpractical.com ruz at bestpractical.com
Tue Nov 6 07:04:27 EST 2007


Author: ruz
Date: Tue Nov  6 07:04:26 2007
New Revision: 9572

Modified:
   rt/branches/3.7-EXPERIMENTAL/   (props changed)
   rt/branches/3.7-EXPERIMENTAL/etc/acl.mysql

Log:
 r9296 at cubic-pc (orig r9295):  ruz | 2007-10-13 01:31:14 +0400
 * quote user to allow more different chars


Modified: rt/branches/3.7-EXPERIMENTAL/etc/acl.mysql
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL/etc/acl.mysql	(original)
+++ rt/branches/3.7-EXPERIMENTAL/etc/acl.mysql	Tue Nov  6 07:04:26 2007
@@ -19,7 +19,7 @@
         "DELETE FROM db where db = '$db_name';",
         "GRANT SELECT,INSERT,CREATE,INDEX,UPDATE,DELETE
                ON $db_name.*
-               TO $db_user\@'$db_rthost'
+               TO '$db_user'\@'$db_rthost'
                IDENTIFIED BY '$db_pass';",
     );
 }


More information about the Rt-commit mailing list