This commit is contained in:
enzo
2026-02-12 16:14:14 +01:00
parent 5033d81233
commit 6eff7c6680
2 changed files with 4 additions and 4 deletions

View File

@@ -26,6 +26,6 @@ CREATE TABLE measurements (
);
CREATE USER IF NOT EXISTS 'web_user'@'%' IDENTIFIED BY 'Poubelle-2026';
CREATE USER IF NOT EXISTS 'web_user'@'%' IDENTIFIED BY 'Doupio_750985$';
GRANT ALL PRIVILEGES ON smart_bins.* TO 'web_user'@'%';
FLUSH PRIVILEGES;