我收到这个错误。我试过谷歌搜索,通过 StackOverflow 搜索,但我找不到相同的错误代码。这是我得到的:
#7 - Error on rename of './wp_data/products_per_store.frm' to './wp_data/#sql2-c16-40.frm' (Errcode: 1)
尝试运行此查询时:
ALTER TABLE `products_per_store`
DROP `brand`,
DROP `upc`,
DROP `price_increase`,
DROP `price_decrease`,
DROP `oos_certeincomp`,
DROP `oos_allcomp`,
DROP `flagged`,
DROP `optimal`,
DROP `low`;
我在 Linux 上使用 XAMPP(如果重要的话,Fedora 18)。我尝试更改文件权限,但没有帮助,重新启动 MySQL 也没有。