Deconnexion
This commit is contained in:
@@ -10,7 +10,7 @@ GRANT ALL ON portfolio.* TO 'srv_portfolio'@'localhost';
|
||||
-- On actualise les permissions
|
||||
FLUSH PRIVILEGES;
|
||||
|
||||
-- Création de la table user :
|
||||
-- Création de la table user : (Généré par Beekeeper Studio : équivalent à dbGate)
|
||||
CREATE TABLE IF NOT EXISTS users (
|
||||
id INT UNSIGNED NOT NULL AUTO_INCREMENT,
|
||||
username VARCHAR(50) NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user