【发布时间】:2012-02-01 11:53:58
【问题描述】:
我尝试安装最新版本的 Mantis,但我不断收到此错误:
APPLICATION ERROR #401
Database query failed. Error received from database was #1146: Table 'user_mantis.mantis_user_table' doesn't exist for the query: SELECT *
FROM mantis_user_table
WHERE username=?.
Please use the "Back" button in your web browser to return to the previous page. There you can correct whatever problems were identified in this error or select another action. You can also click an option from the menu bar to go directly to a new section.
我确定数据库凭据,我不知道还有什么。
感谢您的帮助!
【问题讨论】:
-
您能否添加更多信息,例如操作系统、MySQL 版本、PHP 版本和您的 config_inc.php 文件?
-
在数据库中手动检查,是否有
user_mantis.mantis_user_table? -
补充一点,我要确保
mantis_user_table确实属于user_mantis模式。该表可能存在,但在另一个架构上。
标签: mysql installation mantis