try to make a clean database, import server sql
and do
INSERT INTO
accounts (
id,
name,
password,
secret,
type,
premium_ends_at,
email,
key,
created,
rlname,
location,
country,
web_lastlogin,
web_flags,
email_verified,
email_new,
email_new_time,
email_code,
email_next,
premium_points,
creation,
tibia_coins,
points_second,
vote) VALUES
(1, '1', '41da8bef22aaef9d7c5821fa0f0de7cccc4dda4d', NULL, 1, 0, '', '', 0, '', '', '', 0, 0, 0, '', 0, '', 0, 0, 0, 0, 0, 0),
(2, '1234567', '41da8bef22aaef9d7c5821fa0f0de7cccc4dda4d', NULL, 6, 1813444262, '
[email protected]', '', 1782238563, '', '', 'us', 0, 3, 1, '', 0, '', 0, 0, 0, 5327, 0, 0),
and
INSERT INTO
players (
id,
name,
group_id,
account_id,
level,
reset,
vocation,
health,
healthmax,
experience,
lookbody,
lookfeet,
lookhead,
looklegs,
looktype,
lookaddons,
lookmount,
currentmount,
randomizemount,
direction,
maglevel,
mana,
manamax,
manaspent,
soul,
town_id,
posx,
posy,
posz,
conditions,
cap,
sex,
lastlogin,
lastip,
save,
skull,
skulltime,
lastlogout,
blessings,
onlinetime,
deletion,
balance,
task_hunting_points,
bounty_points,
soulseals_points,
has_weekly_expansion,
bonus_rerolls,
charmpoints,
protection_time,
offlinetraining_time,
offlinetraining_skill,
stamina,
xpboost_stamina,
xpboost_value,
skill_fist,
skill_fist_tries,
skill_club,
skill_club_tries,
skill_sword,
skill_sword_tries,
skill_axe,
skill_axe_tries,
skill_dist,
skill_dist_tries,
skill_shielding,
skill_shielding_tries,
skill_fishing,
skill_fishing_tries,
token_protected,
token_hash,
created,
hide,
comment,
blessings1,
blessings2,
blessings3,
blessings4,
blessings5,
blessings6,
blessings7,
blessings8) VALUES
(1, 'Account Manager', 1, 1, 1, 0, 0, 150, 150, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 32069, 31901, 6, '', 400, 0, 1782324551, 16777343, 1, 0, 0, 1782324594, 0, 103, 0, 0, 0, 0, 0, 0, 0, 0, 10, 43200, -1, 2516, 0, 0, 10, 0, 10, 0, 10, 0, 10, 0, 10, 0, 10, 0, 10, 0, 0, '', 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0),
(2, 'Crownots Master', 6, 2, 1, 0, 0, 100, 100, 0, 10, 10, 10, 10, 136, 0, 0, 2, 0, 3, 0, 100, 100, 0, 0, 1, 1023, 1024, 7, '', 0, 0, 1782501128, 16777343, 1, 0, 0, 1782501870, 0, 16580, 0, 0, 0, 0, 0, 1, 0, 0, 10, 43200, -1, 1040, 2640, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 1782238563, 0, '', 1, 1, 1, 1, 1, 0, 0, 0),
Error
Análisis estático:
Se encontraron 3 errores durante el análisis.
- Se esperaba un corchete de apertura seguido por un conjunto de valores. (near "and" at position 583)
- Símbolo (token) inesperado. (near "and" at position 583)
- Tipo de declaración desconocida. (near "and" at position 583)
consulta SQL: Copiar
INSERT INTO accounts (id, name, password, secret, type, premium_ends_at, email, key, created, rlname, location, country, web_lastlogin, web_flags, email_verified, email_new, email_new_time, email_code, email_next, premium_points, creation, tibia_coins, points_second, vote) VALUES (1, '1', '41da8bef22aaef9d7c5821fa0f0de7cccc4dda4d', NULL, 1, 0, '', '', 0, '', '', '', 0, 0, 0, '', 0, '', 0, 0, 0, 0, 0, 0), (2, '1234567', '41da8bef22aaef9d7c5821fa0f0de7cccc4dda4d', NULL, 6, 1813444262, '
[email protected]', '', 1782238563, '', '', 'us', 0, 3, 1, '', 0, '', 0, 0, 0, 5327, 0, 0), and INSERT INTO players (id, name, group_id, account_id, level, reset, vocation, health, healthmax, experience, lookbody, lookfeet, lookhead, looklegs, looktype, lookaddons, lookmount, currentmount, randomizemount, direction, maglevel, mana, manamax, manaspent, soul, town_id, posx, posy, posz, conditions, cap, sex, lastlogin, lastip, save, skull, skulltime, lastlogout, blessings, onlinetime, deletion, balance, task_hunting_points, bounty_points, soulseals_points, has_weekly_expansion, bonus_rerolls, charmpoints, protection_time, offlinetraining_time, offlinetraining_skill, stamina, xpboost_stamina, xpboost_value, skill_fist, skill_fist_tries, skill_club, skill_club_tries, skill_sword, skill_sword_tries, skill_axe, skill_axe_tries, skill_dist, skill_dist_tries, skill_shielding, skill_shielding_tries, skill_fishing, skill_fishing_tries, token_protected, token_hash, created, hide, comment, blessings1, blessings2, blessings3, blessings4, blessings5, blessings6, blessings7, blessings8) VALUES (1, 'Account Manager', 1, 1, 1, 0, 0, 150, 150, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 32069, 31901, 6, '', 400, 0, 1782324551, 16777343, 1, 0, 0, 1782324594, 0, 103, 0, 0, 0, 0, 0, 0, 0, 0, 10, 43200, -1, 2516, 0, 0, 10, 0, 10, 0, 10, 0, 10, 0, 10, 0, 10, 0, 10, 0, 0, '', 0, 0, '', 0, 0, 0, 0, 0, 0, 0, 0), (2, 'Crownots Master', 6, 2, 1, 0, 0, 100, 100, 0, 10, 10, 10, 10, 136, 0, 0, 2, 0, 3, 0, 100, 100, 0, 0, 1, 1023, 1024, 7, '', 0, 0, 1782501128, 16777343, 1, 0, 0, 1782501870, 0, 16580, 0, 0, 0, 0, 0, 1, 0, 0, 10, 43200, -1, 1040, 2640, 50, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 1782238563, 0, '', 1, 1, 1, 1, 1, 0, 0, 0),;
MySQL ha dicho:
#1064 - Algo está equivocado en su sintax cerca 'key, created, rlname, location, country, web_lastlogin, web_flags, email_veri...' en la linea 1