modifica finale a init/00_databse.sql
This commit is contained in:
parent
ff194fcd35
commit
31fff40a7b
1 changed files with 2 additions and 2 deletions
|
|
@ -19,11 +19,11 @@ CREATE USER IF NOT EXISTS 'esameits24-26_user'@'localhost'
|
|||
IDENTIFIED BY 'password_sicura';
|
||||
|
||||
GRANT SELECT, INSERT, UPDATE, DELETE
|
||||
ON `esameits24-26.`*
|
||||
ON `esameits24-26`.*
|
||||
TO 'esameits24-26_user'@'%';
|
||||
|
||||
GRANT SELECT, INSERT, UPDATE, DELETE
|
||||
ON `esameits24-26.`*
|
||||
ON `esameits24-26`.*
|
||||
TO 'esameits24-26_user'@'localhost';
|
||||
|
||||
FLUSH PRIVILEGES;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue