diff --git a/src/storage/connection/mysql/AphrontMySQLDatabaseConnection.php b/src/storage/connection/mysql/AphrontMySQLDatabaseConnection.php index 9f570f862e..01d223b4a1 100644 --- a/src/storage/connection/mysql/AphrontMySQLDatabaseConnection.php +++ b/src/storage/connection/mysql/AphrontMySQLDatabaseConnection.php @@ -163,7 +163,7 @@ final class AphrontMySQLDatabaseConnection extends AphrontDatabaseConnection { if (!$ret) { $this->throwQueryException($conn); } - mysql_set_charset('utf8'); + mysql_set_charset('utf8', $conn); } $profiler->endServiceCall($call_id, array());