Jump to content

Error in db.sql file


Guest Doc_loveless

Recommended Posts

Guest Doc_loveless

Took me a minute but everytime I tried to dump the files in the database I kept getting an error. admin user table doesnt exsits.

if you have this same problem here is the fix:

replace: INSERT INTO `CubeCart_admin_users` VALUES (1, 'Default User', 'root', '5f4dcc3b5aa765d61d8327deb882cf99', '[email protected]', 1, 1, 'This is the default user.');

replace with: INSERT INTO `latest_CubeCart_admin_users` VALUES (1, 'Default User', 'root', '5f4dcc3b5aa765d61d8327deb882cf99', '[email protected]', 1, 1, 'This is the default user.');

Hope this helps anyone who needs it,

Thanks

Doc

Link to comment
Share on other sites

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...