keep things building in other places for now

This commit is contained in:
Adam D. Ruppe 2023-11-29 13:52:51 -05:00
parent daad84840f
commit b0b0b09d32
4 changed files with 33 additions and 11 deletions

View file

@ -208,8 +208,8 @@ class MySql : Database {
// we want UTF8 for everything
query("SET NAMES 'utf8'");
//query("SET CHARACTER SET utf8");
query("SET NAMES 'utf8mb4'");
//query("SET CHARACTER SET utf8mb4");
}
string dbname;