modifica a password database
This commit is contained in:
parent
6b2619a0e0
commit
9054a68921
1 changed files with 2 additions and 2 deletions
|
|
@ -13,10 +13,10 @@ CREATE DATABASE IF NOT EXISTS `esameits24-26`
|
|||
COLLATE utf8mb4_unicode_ci;
|
||||
|
||||
CREATE USER IF NOT EXISTS 'esameits24-26_user'@'%'
|
||||
IDENTIFIED BY 'altra_password_sicura';
|
||||
IDENTIFIED BY 'password_sicura';
|
||||
|
||||
CREATE USER IF NOT EXISTS 'esameits24-26_user'@'localhost'
|
||||
IDENTIFIED BY 'altra_password_sicura';
|
||||
IDENTIFIED BY 'git git password_sicura';
|
||||
|
||||
GRANT SELECT, INSERT, UPDATE, DELETE
|
||||
ON `esameits24-26.*`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue