Posts: 1,648
Threads: 482
Joined: Jun 2010
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.
Posts: 1,426
Threads: 56
Joined: Dec 2010
Reputation:
0
You are using MySQL. Do you even know what MySQL is?
Posts: 2,726
Threads: 85
Joined: Jul 2010
Reputation:
0
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.
Posts: 1,648
Threads: 482
Joined: Jun 2010
Yes, It already exists.
It loads the name etc too.
Posts: 1,426
Threads: 56
Joined: Dec 2010
Reputation:
0
Not sure if it doens't matter - but did you watched highercast / lowercast?
Posts: 2,726
Threads: 85
Joined: Jul 2010
Reputation:
0
Are you sure you are selecting the right table and database?
Posts: 1,648
Threads: 482
Joined: Jun 2010
Yes, I'm sure.
It may be something to do with the MySQL plugin, it still works, its just a strange error.