|
Форум Корзина форума [SkyFire] Help ERROR: Cannot connect to world database... |
ERROR: Cannot connect to world database... |
Есть простое решение которое должно помочь, надо что бы кто-то скинул рабочую базу и всё.
Добавлено (07.08.2012, 09:53) Добавлено (07.08.2012, 16:08) Quote 2012-08-07 16:06:16 Opening databasepool 'arkworld406'. Async threads: 1, synch threads: 1 2012-08-07 16:06:17 Databasepool opened succesfuly. 2 total connections running. Quote 2012-08-07 16:06:17 ERROR: Cannot connect to world database 192.168.0.101;3306;root3;;arkworld406 Логи. Добавлено (08.08.2012, 10:55) Quote 2012-08-08 10:53:57 [ERROR]: Table 'arkworld406.locales_creature_text' doesn't exist 2012-08-08 10:53:57 Databasepool opened succesfuly. 2 total connections running.
Сообщение # 5 написано 08.08.2012 в 10:55
|
Quote (Ginezes) Table 'arkworld406.locales_creature_text' doesn't exist Code SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `locales_creature_text` -- ---------------------------- DROP TABLE IF EXISTS `locales_creature_text`; CREATE TABLE `locales_creature_text` ( `entry` mediumint(8) NOT NULL, `groupid` mediumint(8) NOT NULL, `id` mediumint(8) NOT NULL DEFAULT '0', `text_loc1` longtext NOT NULL, `text_loc2` longtext NOT NULL, `text_loc3` longtext NOT NULL, `text_loc4` longtext NOT NULL, `text_loc5` longtext NOT NULL, `text_loc6` longtext NOT NULL, `text_loc7` longtext NOT NULL, `text_loc8` longtext NOT NULL, PRIMARY KEY (`entry`,`groupid`,`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
Сообщение # 6 написано 08.08.2012 в 11:07
|
Quote (Ginezes) Эволюция: 2012-08-08 10:53:57 [ERROR]: Table 'arkworld406.locales_creature_text' doesn't exist 2012-08-08 10:53:57 Databasepool opened succesfuly. 2 total connections running. Решил данную ошибку, перетащив таблицу со скайфаера. Добавлено (08.08.2012, 11:12) --------------------------------------------- std_Suicide, а у тебя случайно нет рабочей базы под арккоре? |
std_Suicide, мужик ты гений!
Проблем с world нет, теперь есть проблема с mysql.. xD Quote 2012-08-08 12:16:16 MySQL client library: 5.5.27 2012-08-08 12:16:16 MySQL server ver: 5.5.27 2012-08-08 12:16:16 [ERROR]: In mysql_stmt_prepare() id: 3, sql: "SELECT entry, groupid, id, text, type, language, probability, emote, duration, sound FROM creature_text" 2012-08-08 12:16:16 [ERROR]: Unknown column 'text' in 'field list' 2012-08-08 12:16:16 Databasepool opened succesfuly. 2 total connections running. ... Quote 2012-08-08 12:20:02 Opening databasepool 'arkworld406'. Async threads: 1, synch threads: 1 2012-08-08 12:20:02 MySQL client library: 5.5.27 2012-08-08 12:20:02 MySQL server ver: 5.5.27 2012-08-08 12:20:02 MySQL client library: 5.5.27 2012-08-08 12:20:02 MySQL server ver: 5.5.27 2012-08-08 12:20:02 [ERROR]: In mysql_stmt_prepare() id: 3, sql: "SELECT entry, groupid, id, text, type, language, probability, emote, duration, sound FROM creature_text" 2012-08-08 12:20:02 [ERROR]: Unknown column 'text' in 'field list' 2012-08-08 12:20:02 Databasepool opened succesfuly. 2 total connections running. Добавлено (08.08.2012, 12:22) |
Quote (Ginezes) 2012-08-08 12:16:16 [ERROR]: In mysql_stmt_prepare() id: 3, sql: "SELECT entry, groupid, id, text, type, language, probability, emote, duration, sound FROM creature_text" 2012-08-08 12:16:16 [ERROR]: Unknown column 'text' in 'field list' \sql\updates\world\12_07_26_00_creature_text.sql Лить в консоль arkdb(для ленивых): Code ALTER TABLE `creature_text` CHANGE content_default text LONGTEXT;
Сообщение # 11 написано 08.08.2012 в 19:41
|
| |||
| |||