Задавайте вопросы, мы ответим
Вы не зашли.
Извиняюсь, что создал тему, которую по сути уже разжевывали, но я не могу найти косяк...
Данная ошибка вылазит при заливке .sql файла в бд, вот первая часть файла
____________________________
REPLACE INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction_A`, `faction_H`, `npcflag`, `speed_walk`, `speed_run`, `scale`, `rank`, `mindmg`, `maxdmg`, `dmgschool`, `attackpower`, `dmg_multiplier`, `baseattacktime`, `rangeattacktime`, `unit_class`, `unit_flags`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `minrangedmg`, `maxrangedmg`, `rangedattackpower`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `spell1`, `spell2`, `spell3`, `spell4`, `spell5`, `spell6`, `spell7`, `spell8`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `Health_mod`, `Mana_mod`, `Armor_mod`, `RacialLeader`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `movementId`, `RegenHealth`, `equipment_id`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`, `WDBVerified`) VALUES (40070, 0, 0, 0, 0, 0, 30453, 0, 30453, 0, 'Lightbringer', 'Paladin Trainer', '', 0, 83, 83, 0, 35, 35, 49, 2, 2, 1, 2, 1000, 2000, 0, 2000, 100, 1500, 1500, 2, 2, 0, 0, 0, 0, 2, 0, 200, 500, 1000, 7, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10000, 10000, '', 0, 3, 100, 50, 10, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2026, 0, 2, '', 12340);
DELETE FROM `npc_trainer` WHERE (`entry`=40070);
INSERT INTO `npc_trainer` (entry, spell, spellcost, reqskill, reqskillvalue, reqlevel) VALUES
(40070, 465, 10, 0, 0, 0),
(40070, 498, 100, 0, 0, 6),
(40070, 633, 300, 0, 0, 10),
(40070, 639, 100, 0, 0, 6),
(40070, 642, 13000, 0, 0, 34),
(40070, 643, 4000, 0, 0, 20),
(40070, 647, 2000, 0, 0, 14),
(40070, 750, 20000, 0, 0, 40),
(40070, 853, 100, 0, 0, 8),
(40070, 879, 4000, 0, 0, 20),
(40070, 1022, 300, 0, 0, 10),
(40070, 1026, 4000, 0, 0, 22),
(40070, 1032, 20000, 0, 0, 40),
(40070, 1038, 6000, 0, 0, 26),
(40070, 1042, 11000, 0, 0, 30),
(40070, 1044, 3500, 0, 0, 18),
(40070, 1152, 100, 0, 0, 8),
(40070, 2800, 11000, 0, 0, 30),
(40070, 2812, 28000, 0, 0, 50);
______________________________________
Данный файл ооочень "длинный" и все сделано по подобию первой строчки, поетому все равно придется все исправлять, но где...
Отредактированно Sturmann (13.03.2012 01:25:16)
Неактивен
Приведите полный текст сообщения об ошибке.
Неактивен
***@debian:~# mysql -uuser -ppassword database < /home/user/file.sql
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Ctrl-C' at line 1
Неактивен
В первой строке дампа у вас есть 'Ctrl-C' на которые ругается MySQL, судя по всему ещё до команды REPLACE
Неактивен
не понял, REPLACE - самое первое слово в файле
Неактивен
Выложите небольшой кусок этого файла, но в виде файла, чтобы ошибку можно было воспроизвести.
Неактивен
REPLACE INTO `creature_template` (`entry`, `difficulty_entry_1`, `difficulty_entry_2`, `difficulty_entry_3`, `KillCredit1`, `KillCredit2`, `modelid1`, `modelid2`, `modelid3`, `modelid4`, `name`, `subname`, `IconName`, `gossip_menu_id`, `minlevel`, `maxlevel`, `exp`, `faction_A`, `faction_H`, `npcflag`, `speed_walk`, `speed_run`, `scale`, `rank`, `mindmg`, `maxdmg`, `dmgschool`, `attackpower`, `dmg_multiplier`, `baseattacktime`, `rangeattacktime`, `unit_class`, `unit_flags`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `trainer_class`, `trainer_race`, `minrangedmg`, `maxrangedmg`, `rangedattackpower`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `spell1`, `spell2`, `spell3`, `spell4`, `spell5`, `spell6`, `spell7`, `spell8`, `PetSpellDataId`, `VehicleId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `Health_mod`, `Mana_mod`, `Armor_mod`, `RacialLeader`, `questItem1`, `questItem2`, `questItem3`, `questItem4`, `questItem5`, `questItem6`, `movementId`, `RegenHealth`, `equipment_id`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`, `WDBVerified`) VALUES (40070, 0, 0, 0, 0, 0, 30453, 0, 30453, 0, 'Lightbringer', 'Paladin Trainer', '', 0, 83, 83, 0, 35, 35, 49, 2, 2, 1, 2, 1000, 2000, 0, 2000, 100, 1500, 1500, 2, 2, 0, 0, 0, 0, 2, 0, 200, 500, 1000, 7, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10000, 10000, '', 0, 3, 100, 50, 10, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2026, 0, 2, '', 12340);
______________________________________________________________________ - все ето в одну первую строку
DELETE FROM `npc_trainer` WHERE (`entry`=40070);
INSERT INTO `npc_trainer` (entry, spell, spellcost, reqskill, reqskillvalue, reqlevel) VALUES
(40070, 465, 10, 0, 0, 0),
(40070, 498, 100, 0, 0, 6),
(40070, 633, 300, 0, 0, 10),
(40070, 639, 100, 0, 0, 6),
(40070, 642, 13000, 0, 0, 34),
(40070, 643, 4000, 0, 0, 20),
(40070, 647, 2000, 0, 0, 14),
(40070, 750, 20000, 0, 0, 40),
(40070, 853, 100, 0, 0, 8),
(40070, 879, 4000, 0, 0, 20),
(40070, 1022, 300, 0, 0, 10),
(40070, 1026, 4000, 0, 0, 22),
(40070, 1032, 20000, 0, 0, 40),
(40070, 1038, 6000, 0, 0, 26),
(40070, 1042, 11000, 0, 0, 30),
(40070, 1044, 3500, 0, 0, 18),
(40070, 1152, 100, 0, 0, 8),
(40070, 2800, 11000, 0, 0, 30),
(40070, 2812, 28000, 0, 0, 50);
Неактивен
Нет, лучше все-таки сам файл выложить.
У вас в начале может быть непечатемый символ, который теряется, когда вы по Ctrl+C/Ctrl+V копируете сюда его содержимое.
Неактивен
DOWNLOAD NOW!
Вот целый файл залил
Неактивен
Странно, у меня нормально реагирует:
$ mysql < Altershop\ by\ _Crispi.sql
ERROR 1146 (42S02) at line 1: Table 'data.creature_template' doesn't exist
(значит синтаксической ошибки нет)
Неактивен
Что тогда мне делать?
Неактивен
Могу скинуть целую бд (куда я заливаю)
Неактивен
А у вас ошибка повторяется с тем файлом, который выложен? Какая версия MySQL?
Неактивен
Во всяком случае сложности возникли только с тем файлом, который выложил выше, а насчет версии я точно не знаю, но скорее всего самая последняя на ОС debian
Неактивен
И что мне делать то?
Неактивен
напишите версию (показывает при запуске клиента) и выложите содержимое my.cnf
Неактивен
Раз ТС молчит, поинтересусь - что в my.cnf может вызвать такое поведение?
Неактивен
vasya написал:
Раз ТС молчит, поинтересусь - что в my.cnf может вызвать такое поведение?
Повторить такое поведение не могу. Но интересны настройки, связанные с кодировкой.
Неактивен
#
# The MySQL database server configuration file.
#
# You can copy this to one of:
# - "/etc/mysql/my.cnf" to set global options,
# - "~/.my.cnf" to set user-specific options.
#
# One can use all long options that the program supports.
# Run program with --help to get a list of available options and with
# --print-defaults to see which it would actually understand and use.
#
# For explanations see
# http://dev.mysql.com/doc/mysql/en/serve … ables.html
# This will be passed to all mysql clients
# It has been reported that passwords should be enclosed with ticks/quotes
# escpecially if they contain "#" chars...
# Remember to edit /etc/mysql/debian.cnf when changing the socket location.
[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock
# Here is entries for some specific programs
# The following values assume you have at least 32M ram
# This was formally known as [safe_mysqld]. Both versions are currently parsed.
[mysqld_safe]
socket = /var/run/mysqld/mysqld.sock
nice = 0
[mysqld]
#
# * Basic Settings
#
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
# lc-message-dir is unknown to MySQL 5.1
#lc-messages-dir = /usr/share/mysql
skip-external-locking
#
# Instead of skip-networking the default is now to listen only on
# localhost which is more compatible and is not less secure.
# bind-address = 127.0.0.1
#
# * Fine Tuning
#
key_buffer = 1020M
max_allowed_packet = 20M
thread_stack = 3M
thread_cache_size = 8
# This replaces the startup script and checks MyISAM tables if needed
# the first time they are touched
myisam-recover = BACKUP
max_connections = 30000
table_cache = 1020
#thread_concurrency = 10
#
# * Query Cache Configuration
#
query_cache_limit = 5M
query_cache_size = 20M
#
# * Logging and Replication
#
# Both location gets rotated by the cronjob.
# Be aware that this log type is a performance killer.
# As of 5.1 you can enable the log at runtime!
#general_log_file = /var/log/mysql/mysql.log
#general_log = 1
#
# Error logging goes to syslog due to /etc/mysql/conf.d/mysqld_safe_syslog.cnf.
#
# Here you can see queries with especially long duration
#log_slow_queries = /var/log/mysql/mysql-slow.log
#long_query_time = 2
#log-queries-not-using-indexes
#
# The following can be used as easy to replay backup logs or for replication.
# note: if you are setting up a replication slave, see README.Debian about
# other settings you may need to change.
#server-id = 1
#log_bin = /var/log/mysql/mysql-bin.log
expire_logs_days = 10
max_binlog_size = 100M
#binlog_do_db = include_database_name
#binlog_ignore_db = include_database_name
#
# * InnoDB
#
# InnoDB is enabled by default with a 10MB datafile in /var/lib/mysql/.
# Read the manual for more InnoDB related options. There are many!
#
# * Security Features
#
# Read the manual, too, if you want chroot!
# chroot = /var/lib/mysql/
#
# For generating SSL certificates I recommend the OpenSSL GUI "tinyca".
#
# ssl-ca=/etc/mysql/cacert.pem
# ssl-cert=/etc/mysql/server-cert.pem
# ssl-key=/etc/mysql/server-key.pem
[mysqldump]
quick
quote-names
max_allowed_packet = 16M
[mysql]
#no-auto-rehash # faster start of mysql but no tab completition
[isamchk]
key_buffer = 16M
#
# * IMPORTANT: Additional settings that can override those from this file!
# The files must end with '.cnf', otherwise they'll be ignored.
#
!includedir /etc/mysql/conf.d/
Неактивен
А что в локальном .my.cnf ?
Неактивен
Попробуйте повторить действие, но с тривиальным файлом, содержащим одну строчку
Неактивен
Посмотрите также конфигурацию в файлах в директории:
!includedir /etc/mysql/conf.d/
Есть ли там где-нибудь init-connect?
Неактивен
Остальные конфиги покажите еще? И еще — попробуйте переименовать файл
во что-то адекватное (например, одно слово латинскими буквами без пробелов).
Неактивен