PDA

Просмотр полной версии : [Вопрос] Не включается сервера из за БД.



FarSS
10.10.2014, 19:46
Вобщем такая песня
http://prntscr.com/4ute93
Скрин выше
Помогите как исправить это и где именно

Osetin
10.10.2014, 19:48
Скрины заливайте на наш фотохостинг и выкладывайте их так. Полностью логи, после включения сервера скиньте.

FarSS
10.10.2014, 19:51
там только этим зафлужено все

- - - Добавлено - - -

а нет, вот

Loaded log file: "server_log.txt".
----------

SA-MP Dedicated Server
----------------------
v0.3z-R4, (C)2005-2014 SA-MP Team

[18:36:04]
[18:36:04] Server Plugins
[18:36:04] --------------
[18:36:04] Loading plugin: sscanf.so
[18:36:04]

[18:36:04] ===============================

[18:36:04] sscanf plugin loaded.

[18:36:04] Version: 2.8.1

[18:36:04] (c) 2012 Alex "Y_Less" Cole

[18:36:04] ===============================

[18:36:04] Loaded.
[18:36:04] Loading plugin: streamer.so
[18:36:04]

*** Streamer Plugin v2.7.4 by Incognito loaded ***

[18:36:04] Loaded.
[18:36:04] Loading plugin: sql.so
[18:36:04] >> SQL plugin v2.6 successfully loaded.
[18:36:04] + MySQL support is enabled.
[18:36:04] Loaded.
[18:36:04] Loading plugin: regex.so
[18:36:04]

[18:36:04] ______________________________________

[18:36:04] Regular Expression Plugin v0.2.1 loaded
[18:36:04] ______________________________________

[18:36:04] By: Fro (c) Copyright <TBG> 2009-2011
[18:36:04] ______________________________________

[18:36:04] Loaded.
[18:36:04] Loading plugin: PointToPoint.so
[18:36:04] PointToPoint Plugin Loaded.
[18:36:04] Loaded.
[18:36:04] Loading plugin: crashdetect.so
[18:36:04] In order for runtime error detection to work CrashDetect must be loaded before streamer.so.
[18:36:04] CrashDetect v4.10 is OK.
[18:36:04] Loaded.
[18:36:04] Loading plugin: mysql.so
[18:36:04]

> MySQL plugin R6 successfully loaded.

[18:36:04] Loaded.
[18:36:04] Loaded 7 plugins.

[18:36:04]
[18:36:04] Filterscripts
[18:36:04] ---------------
[18:36:04] Loading filterscript 'yom_buttons.amx'...
[18:36:04] *** Streamer Plugin: Warning: Include file version (0x26105) does not match plugin version (0x27401) (script might need to be recompiled with the latest include file)
[18:36:05] Loaded 1 filterscripts.

[18:36:05]
[18:36:05]
[18:36:05]
[18:36:05] =======================================
[18:36:05] | |
[18:36:05] | YSI version 1.06.0002 |
[18:36:05] | By Alex "Y_Less" Cole |
[18:36:05] | |
[18:36:05] =======================================
[18:36:05]
[18:36:05] [plugin.sql][warning] Natives::sql_debug: Switching the log levels to (0, 3)...
[18:36:05] [plugin.sql][warning] Natives::sql_connect: Connection (conn->id = 1) failed! (error = 1045, Access denied for user 'root'@'146.255.195.66' (using password: YES))
[18:36:05] �� ������� ������������ � MySQL
[18:36:05] Number of vehicle models: 0
[18:36:05]
[18:36:05] ==========================================
[18:36:05] | |
[18:36:05] | A new version (v3.09.0684) of YSI is |
[18:36:05] | available from: |
[18:36:05] | |
[18:36:05] | www.y-less.com/YSI/YSI_1.0.zip |
[18:36:05] | |
[18:36:05] | Changelog: |
[18:36:05] | |
[18:36:05] | 3.00.0000: |
[18:36:05] | |
[18:36:05] | YSI 3.0 released! Now includes the |
[18:36:05] | "y_text" library for better messages, |
[18:36:05] | and a reworked "y_classes" library. |
[18:36:05] | Largely documented here |
[18:36:05] | "http://forum.sa-mp.com/showthread.php |
[18:36:05] | ?t=321092". |
[18:36:05] | |
[18:36:05] | 3.01.0002: |
[18:36:05] | |
[18:36:05] | Small fixes to "y_text" and |
[18:36:05] | "y_classes". |
[18:36:05] | |
[18:36:05] | 3.09.0684: |
[18:36:05] | |
[18:36:05] | Reverted to old download location. |
[18:36:05] | Improved (and fixed) version checks; |
[18:36:05] | added y_bitmap, y_areas, y_races, |
[18:36:05] | y_zonenames, better documentation; |
[18:36:05] | MANY other bug fixes - see the github |
[18:36:05] | repository for more details: |
[18:36:05] | |
[18:36:05] ==========================================
[18:36:05]

Osetin
10.10.2014, 19:54
crashdetect ставьте всегда первым, чтобы не возникало проблем. И перезалейте плагин sql.so

Nurick
10.10.2014, 20:05
const host[] - "localhost"
const user[] - "root"

- - - Добавлено - - -


Loading plugin: sql.so
Loading plugin: mysql.so


sql_connect(...);
mysql_connect(...);

Osetin
10.10.2014, 20:09
const host[] - "localhost"
const user[] - "root"

- - - Добавлено - - -


Loading plugin: sql.so
Loading plugin: mysql.so


sql_connect(...);
mysql_connect(...);

И что вы ему советуете?

DeimoS
10.10.2014, 20:52
Streamer Plugin: Warning: Include file version (0x26105) does not match plugin version (0x27401) (script might need to be recompiled with the latest include file)
У вас плагин и инклюд разной версии (о стримере речь, если первые два слова в ошибке вас не натолкнули ни на что)

Nurick
10.10.2014, 21:20
И что вы ему советуете?
Речь шла о БД?:

error = 1045, Access denied for user 'root'@'146.255.195.66' (using password: YES))

- - - Добавлено - - -

То что у него User стоит пустым а должно быть "root"