X-Git-Url: https://git.llucax.com/mecon/samurai.git/blobdiff_plain/d64888213ea19cb5c89b71cbed2703b7d1b0377c..HEAD:/script/SQL/permisosSQL.sql 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 ''