Jump to content

Using database prefixes


edzkidz

Recommended Posts

Hi

 

I currently use cc4 and would like to start a new website using the same mysql db. I understand that this can be done using table prefixes. However, when I try to install cc4 on my new site I keep getting the following error.

 

MySQL Error Occurred

Error Message:
1146: Table xxxxxxx.xxxxxxx_CubeCart_admin_users' doesn't exist

SQL:
INSERT INTO `xxxxxxx_CubeCart_admin_users` (`name`, `username`, `password`, `salt`, `email`, `isSuper`, `notes`) VALUES ('steve', 'steve', '5bed62c87f504d9c05a00fa57f403ec9', 'UyCf2z', [email protected]', '1', 'This user was setup during installation.');

 

I've replaced some info with xxxxx's but I bet you knew that.

 

I guess I'm doing something wrong but I'll be buggered if I know what it is.

 

Please point me in the direction of a different topic if this has already been covered as I've missed it.

 

Thanks all

 

Steve

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...