This commit is contained in:
szabomarton 2025-01-15 07:58:57 +01:00
parent 833afb1afd
commit c66953c001

7
20250115/db.sql Normal file
View File

@ -0,0 +1,7 @@
/*az előző órai autoberles adatbázist használjuk*/
use autoberles;
SELECT user FROM mysql.user;
GRANT UPDATE ON berlok TO titkar;