13.07.2016, 19:49
Your update query's problem is your query size, increase it to ~300 at least (not sure how you would save password but lets say 100 characters is that if you hash, each names are 24 each, each floats are 4+1+6 each(precision) that'll take you to 100+48+33 alone, were to lazy to count other characters in your query, but it surely is more than 126.
However if you follow Konstantinoses tips it'll probably be enough (I.E if you use player sqlid as index and only update the pos)
However if you follow Konstantinoses tips it'll probably be enough (I.E if you use player sqlid as index and only update the pos)