MYSQL Error!
#2

You probably set the column username as primary key and when you try to insert another player with the same name you get this error.

I suggest to use a numeric ID to identify player row on the database table.
Reply


Messages In This Thread
MYSQL Error! - by Puff - 17.09.2017, 15:24
Re: MYSQL Error! - by pollo97 - 22.09.2017, 10:55
Re: MYSQL Error! - by Puff - 22.09.2017, 11:29

Forum Jump:


Users browsing this thread: 1 Guest(s)