trying to sync my DB to a game server for my community and getting an error i have no idea how to fix

You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'FROM `players` LIMIT 1' at line 1

I have no idea where to begin

Answer Answered by Daniel Black in this comment.

What is the full query? The error is saying that when it got to the "FROM players" part of the query it was expecting something else. Look at this site for the SQL statement you are executing.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.