From: Martín Marrese Date: Thu, 13 May 2004 17:35:01 +0000 (+0000) Subject: Modificaciones para el molesto de Hernan. X-Git-Tag: svn_import~3 X-Git-Url: https://git.llucax.com/mecon/samurai.git/commitdiff_plain/e3f1a9e49399986f8071b55d63a0425f5a60ca68 Modificaciones para el molesto de Hernan. --- diff --git a/script/SQL/permisosSQL.sql b/script/SQL/permisosSQL.sql index 63cba98..ef98c45 100644 --- a/script/SQL/permisosSQL.sql +++ b/script/SQL/permisosSQL.sql @@ -1,4 +1,4 @@ -- Permisos de samurai en MySQL -grant select on *.* to <@host> identified by '' -grant insert, update, delete on samurai.* to identified by '' +grant select on *.* to samurai@localhost identified by '' +grant insert, update, delete on samurai.* to samurai@localhost identified by ''