Terjemahan dan hal lainnya
Probably before doing that migration, clear your cache first, from here. Also, try running SET GLOBAL SQL_MODE=ANSI_QUOTES in MariaDB, like this.
SET GLOBAL SQL_MODE=ANSI_QUOTES
Solution.
@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
Probably before doing that migration, clear your cache first, from here.
Also, try running
SET GLOBAL SQL_MODE=ANSI_QUOTES
in MariaDB, like this.