Also, try running SET GLOBAL SQL_MODE=ANSI_QUOTES in MariaDB, like this.
SET GLOBAL SQL_MODE=ANSI_QUOTES
@notepass@feddit.de @rmstyle@feddit.de Also, you can change the SSH port to something not 22. Some guide here. To connect to SSH, just use ssh -p PORT site.com
ssh -p PORT site.com
@nils *2024
@notepass@feddit.de @rmstyle@feddit.de Also, you can change the SSH port to something not 22. Some guide here. To connect to SSH, just use
ssh -p PORT site.com