-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>'