Доброго времени суток уважаемые пользователи. Собрал ядро ArkCORE Залил базы. Все сделал как надо. Запускаю authserver.exe, вылетает ошибка ERROR: Cannot connect to database Пробовал ставить коннекты в конфиге и через рут пользователя, и нового делал. Все напрасно. Если делаю нового юзера, то при коннекте вылетает такая ошибка:
2012-08-02 14:12:06 ERROR: Could not connect to MySQL database at 127.0.0.1: Access denied for user 'arkcore'@'localhost' (using password: YES)
2012-08-02 14:12:06 ERROR: Could not connect to MySQL database at 127.0.0.1: Access denied for user 'arkcore'@'localhost' (using password: YES)
2012-08-02 14:12:06 ERROR: Cannot connect to database
Стоит AppServ 2.5.10 Думаю что проблема в конфиге мускула, но что-то мне подсказывает, что все не так просто. Буду очень благодарен за помощь. С меня +:)
Причин может быть несколько: 1)В конфиге authservera указал не верный пароль для пользователя arkcore 2)В мускуле не существует пользователь arkcore 3)Пользователю arkcore не разрешено подключение с localhost (смотреть в мускуле права пользователя)
База от ArkCore. Взял в исходниках. Все там подходит.
Quote (Paralitik)
Причин может быть несколько: 1)В конфиге authservera указал не верный пароль для пользователя arkcore 2)В мускуле не существует пользователь arkcore 3)Пользователю arkcore не разрешено подключение с localhost (смотреть в мускуле права пользователя)
Перепробовал все что можно. Заметил такую фишку. Когда с коннектом все ок, то есть, юзер и пароль совпадают, выскакивает такая ошибка:
Запустил я authserver.exe (создал новго юзера и все стало ок) Теперь, при запуске worldserver.exe, вылетает ошибка:
Code
2012-08-02 23:16:57 ERROR: Cannot connect to world database 127.0.0.1;3306;core;0304;world
У authserver свой юзер, у worldserver свой. Есть подозрения на батник, через который я и заливал базу мира, тупо сломал базу. Ну батник с офф сайта arkcore. Пробовал и 3.5 и 3.6 версии базы мира. Помогите плиз
SQLDriverLog в помощь. Включаете в конфиге, смотрите, что написано в логе.
2012-08-04 00:14:40 Opening databasepool 'world_test'. Async threads: 1, synch threads: 1 2012-08-04 00:14:41 MySQL client library: 5.5.15 2012-08-04 00:14:41 MySQL server ver: 5.0.51b-community-nt 2012-08-04 00:14:41 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements. 2012-08-04 00:14:41 [ERROR]: In mysql_stmt_prepare() id: 1, sql: "DELETE FROM linked_respawn WHERE guid = ?" 2012-08-04 00:14:41 [ERROR]: Table 'world_test.linked_respawn' doesn't exist 2012-08-04 00:14:41 [ERROR]: In mysql_stmt_prepare() id: 2, sql: "REPLACE INTO linked_respawn (guid, linkedGuid) VALUES (?, ?)" 2012-08-04 00:14:41 [ERROR]: Table 'world_test.linked_respawn' doesn't exist 2012-08-04 00:14:41 MySQL client library: 5.5.15 2012-08-04 00:14:41 MySQL server ver: 5.0.51b-community-nt 2012-08-04 00:14:41 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements. 2012-08-04 00:14:41 [ERROR]: In mysql_stmt_prepare() id: 0, sql: "SELECT entry, pool_entry FROM pool_quest" 2012-08-04 00:14:41 [ERROR]: Table 'world_test.pool_quest' doesn't exist 2012-08-04 00:14:41 [ERROR]: In mysql_stmt_prepare() id: 3, sql: "SELECT entry, groupid, id, text, type, language, probability, emote, duration, sound FROM creature_text" 2012-08-04 00:14:41 [ERROR]: Table 'world_test.creature_text' doesn't exist 2012-08-04 00:14:41 [ERROR]: In mysql_stmt_prepare() id: 4, sql: "SELECT entryorguid, source_type, id, link, event_type, event_phase_mask, event_chance, event_flags, event_param1, event_param2, event_param3, event_param4, action_type, action_param1, action_param2, action_param3, action_param4, action_param5, action_param6, target_type, target_param1, target_param2, target_param3, target_x, target_y, target_z, target_o FROM smart_scripts ORDER BY entryorguid, source_type, id, link" 2012-08-04 00:14:41 [ERROR]: Table 'world_test.smart_scripts' doesn't exist 2012-08-04 00:14:41 [ERROR]: In mysql_stmt_prepare() id: 5, sql: "SELECT entry, pointid, position_x, position_y, position_z FROM waypoints ORDER BY entry, pointid" 2012-08-04 00:14:41 [ERROR]: Table 'world_test.waypoints' doesn't exist 2012-08-04 00:14:41 [ERROR]: In mysql_stmt_prepare() id: 6, sql: "SELECT entry, groupid, id, text_loc1, text_loc2, text_loc3, text_loc4, text_loc5, text_loc6, text_loc7, text_loc8 FROM locales_creature_text" 2012-08-04 00:14:41 [ERROR]: Table 'world_test.locales_creature_text' doesn't exist 2012-08-04 00:14:41 Databasepool opened succesfuly. 2 total connections running.
Добавлено (04.08.2012, 00:16) --------------------------------------------- Спасибо)) Сейчас буду копать.
Добавлено (04.08.2012, 00:41) --------------------------------------------- Столько ошибок.... Я просто в шоке.
Добавлено (04.08.2012, 00:57) --------------------------------------------- Dimitro, как думаешь, может SkyFire лучше чем ArkCore? (Для личной разработки. Хочу попробовать что нибудь поразрабатывать)
Сообщение # 15 отредактировано DenBell - Суббота, 04.08.2012, 01:04
2012-11-30 14:15:03 Opening databasepool 'world'. Async threads: 1, synch threads: 1 2012-11-30 14:15:03 MySQL client library: 5.5.9 2012-11-30 14:15:03 MySQL server ver: 5.5.27 2012-11-30 14:15:03 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements. 2012-11-30 14:15:03 MySQL client library: 5.5.9 2012-11-30 14:15:03 MySQL server ver: 5.5.27 2012-11-30 14:15:03 [WARNING] MySQL client/server version mismatch; may conflict with behaviour of prepared statements. 2012-11-30 14:15:03 [ERROR]: In mysql_stmt_prepare() id: 3, sql: "SELECT entry, groupid, id, text, type, language, probability, emote, duration, sound FROM creature_text" 2012-11-30 14:15:03 [ERROR]: Table 'world.creature_text' doesn't exist 2012-11-30 14:15:03 Databasepool opened successfully. 2 total connections running.
вот такая ошибка ... помогите
Делаю сборки на заказ Trinity 3.3.5a, 4.1.0 Фан + Установка!!!!