whenever i try to type in:
Code:
INSERT INTO account SET name='eqemu', password='eqemu', status 200,lsaccount_id=0;
i just get this:
Code:
ERROR 1064: you have an error in your SQL syntax near '200,lsaccount_id=0' at line 1
i also has this when i was trying it without the lsaccount_id=0 at the end. what is wrong?..