]> git.llucax.com Git - mecon/samurai.git/commitdiff
Modificaciones para el molesto de Hernan.
authorMartín Marrese <marrese@gmail.com>
Thu, 13 May 2004 17:35:01 +0000 (17:35 +0000)
committerMartín Marrese <marrese@gmail.com>
Thu, 13 May 2004 17:35:01 +0000 (17:35 +0000)
script/SQL/permisosSQL.sql

index 63cba9897cbd73d52193b4934877548356fb5348..ef98c4599e704766a9802918407853bb67002e97 100644 (file)
@@ -1,4 +1,4 @@
 -- Permisos de samurai en MySQL
 
-grant select on *.* to <usuario><@host> identified by '<password>'
-grant insert, update, delete on samurai.* to <usuario<@host> identified by '<password>'
+grant select on *.* to samurai@localhost identified by '<password>'
+grant insert, update, delete on samurai.* to samurai@localhost identified by '<password>'