viernes, 12 de noviembre de 2010

Creacion de usuarios

1.-grant all on fiesta to administrador@'localhost' identified by '1234';

2.-grant update, select on fiesta.apoderado to apoderado@'localhost' identified by '12345';
grant insert, delete on fiesta.torero to apoderado@'localhost' identified by '12345';

3.-grant insert, delete on fiesta.ganaderia to ganadero@'localhost' identified by '123456';

4.-grant insert, update, delete on fiesta.corrida to organizador@'localhost' identified by '1234567';

No hay comentarios:

Publicar un comentario