Zen Cart Logo
Forums / General Questions / 1033 Table Can Not Be Read

1033 Table Can Not Be Read

Locked

Views: 887

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
30 Apr 2008, 3:58 AM
#1
bindigit avatar

bindigit

New Zenner

Join Date:
Apr 2008
Posts:
1
Plugin Contributions:
0

1033 Table Can Not Be Read

Hi y'all,

I'm new here. I've been using ZenCart for almost 6 months and everything working perfect until today, I got this weird error and I searched on the board could not find a solution. While waiting for my host to figure out the problem, I'm posting this hope someone help me to fix it:

1033 Table './mydata/t_configuration' was created with a different version of MySQL and cannot be read
in:
[select configuration_key as cfgkey, configuration_value as cfgvalue from cpconfiguration]

My version is 1.3.7.1

Thanks for your help.

bindigit

30 Apr 2008, 4:19 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: 1033 Table Can Not Be Read

That looks like something went bad in a MySQL database engine upgrade performed by your hosting company.

You have three options:

  1. get your hosting company to fix it
  2. delete your database and restore from a working backup from before this happened ... but that could lose data
  3. selectively delete just the configuration table and restore it from backup ... again, you could lose data in the process

You're better off letting your hosting company fix it, since they may very well have a deeper technical knowledge of MySQL and how to fix those kinds of issues.