• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

MYSQL ERROR: Unknown column 'death_points' in 'field list'

Jarthal

New Member
Joined
Apr 6, 2016
Messages
15
Reaction score
0
Dobry Wieczór mam takie pytanie chodzi mi o skrypt na dodanie brakującej kolumny ponieważ w konsoli po śmierci bohatera pojawia się błąd następującej treści


mysql_real_query<>: UPDATE 'players' SET 'death_points' - <death_points + 5> WHERE 'id' - 13; - MYSQL ERROR: Unknown column 'death_points' in 'field list' <1054>

Proszę o pomoc szukałem już w Googlach ale nigdzie mi takiego wpisu nie znajduje





Good evening, my question is I mean the script to add the missing column because the console after the death of the hero get an error as follows

mysql_real_query <> UPDATE 'players' SET 'death_points' - WHERE id - 13; - MYSQL ERROR: Unknown column 'death_points' in 'field list' <1054>

Please help looking for already in Google but nowhere me such an entry is not
 
i find it this problem. Here i take anserv for this problem

  1. ALTER TABLE `players` ADD `death_points` int(11) NOT NULL default 0;
  2. ALTER TABLE `players` ADD `QUESTPOINTS` int(11) NOT NULL default 0;
 

Similar threads

Back
Top