跨 AWS 上的 7 个服务器的 Magento 4 HTTPD 1 Memcached 1 Main DB 1 Media DB
上传图像工作,在管理员中加载缩略图,然后在保存时导致错误:SQLSTATE[42S02]: Base table or view not found: 1146 Table 'magento.core_file_storage' doesn't exist
我知道桌子在那里。我能看到它。core_file_storage ~471,510 InnoDB utf8_general_ci 2.1 GiB
有任何想法吗?有什么想法可以反弹吗?
- -编辑
SQL错误不再出现,保存成功但图片为空。
---使用 local.xml 调用第二个数据库:
<media_storage>
<connection>
<host><![CDATA[127.0.0.1]]></host>
<username><![CDATA[root]]></username>
<password><![CDATA[password]]></password>
<dbname><![CDATA[magento]]></dbname>
<initStatements><![CDATA[SET NAMES utf8]]></initStatements>
<model><![CDATA[mysql4]]></model>
<type><![CDATA[pdo_mysql]]></type>
<pdoType><![CDATA[]]></pdoType>
<active>1</active>
</connection>
</media_storage>