estructuraProyecto
This commit is contained in:
parent
71fe8ac1ab
commit
9599339961
|
@ -0,0 +1,5 @@
|
|||
create database DeliveryFast;
|
||||
CREATE USER 'proyectoSistemas'@'localhost' IDENTIFIED BY 'password';
|
||||
GRANT CREATE,ALTER,DROP,INSERT,UPDATE,DELETE,SELECT,CREATE VIEW,REFERENCES on DeliveryFast.* to 'proyectoSistemas'@'localhost';
|
||||
GRANT LOCK TABLES, PROCESS ON *.* TO 'proyectoSistemas'@'localhost';
|
||||
FLUSH PRIVILEGES;
|
Loading…
Reference in New Issue