Jump to content
MakeWebGames

Recommended Posts

Posted

i need a bit of help with this im trying to upload these SQLs

ALTER TABLE `users` ADD `mayfair` int(11) NOT NULL default '0';

ALTER TABLE `users` ADD `richmond` int(11) NOT NULL default '0';

ALTER TABLE `users` ADD `sterling` int(11) NOT NULL default '0';

ALTER TABLE `users` ADD `superkings` int(11) NOT NULL default '0';

ALTER TABLE `users` ADD `dollups` int(11) NOT NULL default '0';

ALTER TABLE `users` ADD `smoking` int(11) NOT NULL default '0';

 

and it keeps saying #1146 - Table 'streets1_imaxhome.users' doesn't exist

can sommone help me with this

Posted

I bet its not. Im guessing hes using PHPMyAdmin, so that will automatically add the prefix, and the SQLS dont contain a prefix. So thats right.

Kierans right, your users table doesn't exist. Try running the installer file that came with mccodes.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...