Jump to content

Upgrading - Access Denied


Guest paulabakerparkin

Recommended Posts

Guest paulabakerparkin

Hello,

I'm currently upgrading my store, but when running the upgrade script I come up with this:

MySQL Error Occured

1045: Access denied for user 'zrfthpz_ccrt1'@'localhost' (using password: YES)

How do I resolve this problem?

Paula

Link to comment
Share on other sites

Guest EverythingWeb

The upgrade script uses the database settings (username, password, host etc) from the config of the store itself.

Make sure you haven't overwritten the global.inc.php with the upgrade and that your database user has permission to create tables (more likely)

Hope this helps.

Link to comment
Share on other sites

Hi Paula,

This is because the user for mysql probably doesn't have table create privilidges.

You need to upgrade the users permissions. This can be done in phpmyadmin I think.

If not try this command in phpmyadmin.

Substitute xxx_ with your tables prefix if you have one.

CREATE TABLE `xxx_CubeCart_cats_lang` (

  `id` int(11) NOT NULL auto_increment,

  `cat_master_id` int(11) NOT NULL default '0',

  `cat_lang` varchar(20) NOT NULL default '',

  `cat_name` varchar(255) NOT NULL default '',

  KEY `id` (`id`)

) ENGINE=MyISAM AUTO_INCREMENT=1;

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