MySQL error, displayed on Samp-server
#1

Very strange:

Quote:

MySQL error 1054: unknown column `id` in `where clause`

It runs the server, but its very strange and I do not understand it.
Reply
#2

You are using MySQL. Do you even know what MySQL is?
Reply
#3

You need to create the "id" column in your MySQL database.

For example, now you have:
name, password, money, score.
You should have:
id, name, password, money, score.
Reply
#4

Yes, It already exists.

It loads the name etc too.
Reply
#5

Not sure if it doens't matter - but did you watched highercast / lowercast?
Reply
#6

Are you sure you are selecting the right table and database?
Reply
#7

Yes, I'm sure.

It may be something to do with the MySQL plugin, it still works, its just a strange error.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)