From e3f1a9e49399986f8071b55d63a0425f5a60ca68 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Thu, 13 May 2004 17:35:01 +0000 Subject: [PATCH] Modificaciones para el molesto de Hernan. --- script/SQL/permisosSQL.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 '' -- 2.43.0