skooda Posted June 3, 2012 Posted June 3, 2012 (edited) Can some tell me what im doing wrong when i insert this into my database. It say it was successfully uploaded but when i go to my users table it doesnt show fixed thanks kyle Edited June 3, 2012 by skooda fixed Quote
KyleMassacre Posted June 3, 2012 Posted June 3, 2012 (edited) You already have the table users I believe you need to alter the table and not "create" it since it already exsists Edited June 3, 2012 by KyleMassacre Quote
Guest Posted June 3, 2012 Posted June 3, 2012 Instead of removing the code after its solved maybe keep it? So others can use it for future reference? Quote
KyleMassacre Posted June 3, 2012 Posted June 3, 2012 Here i'll give the gist of it for future reference: He had a SQL apparently for a mod hes implementing And it started out with CREATE TABLE IF NOT EXSISTS users He had an issue with importing the SQL because mc code databases come with a users table so it wont add it since it already exsists. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.