Вход

Просмотр полной версии : [Вопрос] Баг с запуском мода MySQL



iDiego
15.11.2014, 15:05
Мод от Eugen McLuhan (GF)
В общем, в моде все настроил, бд подключил, все без ошибок.
Но когда захожу на серв, он выключается.
Вот мускул лог:

[13:59:40] >> mysql_connect(localhost, root, gp, ******) on port 3306
[13:59:40] CMySQLHandler::CMySQLHandler() - constructor called.
[13:59:40] CMySQLHandler::CMySQLHandler() - Connecting to "localhost" | DB: "gp" | Username: "root"
[13:59:40] CMySQLHandler::Connect() - Connection was successful.
[13:59:40] CMySQLHandler::Connect() - Auto-Reconnect has been enabled.
[13:59:40] >> mysql_ping( Connection handle: 1 )
[13:59:40] CMySQLHandler::Ping() - Connection is still alive.
[13:59:40] >> mysql_query_callback( Connection handle: 1 )
[13:59:40] Passing query SELECT * FROM `Houses` |
[13:59:40] ProcessQueryThread(OnLoadHousesCallback) - Query was successful. (SELECT * FROM `Houses`)
[13:59:40] ProcessQueryThread(OnLoadHousesCallback) - Data caching enabled.
[13:59:40] CMySQLHandler::StoreResult() - Result was stored.
[13:59:40] CMySQLHandler::FreeResult() - Result was successfully free'd.
[13:59:40] CMySQLHandler::ProcessQueryThread() - Data is getting passed to ->ProcessTick()
[13:59:40] OnLoadHousesCallback() - Threaded function called.
[13:59:40] >> cache_get_data( Connection handle: 1 )
[13:59:40] ProcessTick() - The cache has been cleared.
[14:00:01] >> mysql_format( Connection handle: 1 )
[14:00:01] CMySQLHandler::EscapeString(Van_Van); - Escaped 7 characters to Van_Van.

MacMailler
15.11.2014, 15:47
mysql_format замени на обычный format или mysql до последней версии обнови.