Profesora + Anotaciones mias.

This commit is contained in:
2026-03-08 20:07:17 +01:00
commit 1236e1ff4a
30 changed files with 1924 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
CREATE USER 'user_empresa'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON empresa.* TO 'user_empresa'@'localhost';
FLUSH PRIVILEGES;