Updated piwigo

This commit is contained in:
2024-08-08 14:42:13 -07:00
parent 2c83fa7d02
commit 866ff88e7a
5 changed files with 50 additions and 24 deletions
+9
View File
@@ -25,4 +25,13 @@ CREATE USER IF NOT EXISTS 'wordpress_user'@'%' IDENTIFIED BY 'wordpress_password
GRANT ALL PRIVILEGES ON wordpress_db.* TO 'wordpress_user'@'%';
FLUSH PRIVILEGES;
```
### Change command
```yaml
# heimdall, pwigo
command: --max_allowed_packet=32505856
# monica
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW --innodb-file-per-table=1 --skip-innodb-read-only-compressed
```