modifica a file inti/00_database.sql
All checks were successful
Deploy to VPS / build (push) Successful in 16s
Deploy to VPS / deploy (push) Successful in 18s

This commit is contained in:
AV77web 2026-06-21 02:11:37 +02:00
parent 06a66084c9
commit 845f5bc09c

View file

@ -19,8 +19,8 @@ CREATE USER IF NOT EXISTS 'corrieri_user'@'localhost'
IDENTIFIED BY 'altra_password_sicura';
GRANT SELECT, INSERT, UPDATE, DELETE
ON corrieri\.*
TO 'corrieri\_user'@'%';
ON corrieri.*
TO 'corrieri_user'@'%';
GRANT SELECT, INSERT, UPDATE, DELETE
ON corrieri.*