|
Hi,
after a recent upgrade to our MySQL MacPort, I received the following error message when trying to perform a backup ..
mysqldump: Got error: 1146: Table ‘magento.catalog_product_bundle_option_link’ doesn’t exist when using LOCK TABLES
Has anyone received a similar message during an upgrade? The table appears to be there when performing a query `SHOW TABLES` but doesn’t show when doing a `SHOW OPEN TABLES`. It looks to have been dropped or corrupted.
Our process for the upgrade was to update the ‘/opt/local/ MacPorts folder on our sandbox and then move it over to dev after testing. The configuration files were preserved and the MySQL data files lie elsewhere in an outside directory as specified by the config file so not sure what occurred. Nothing is showing the MySQL error log either.
Thanks in advance.
-Tony
|