Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下のコードを使用してMySQLデータベース接続を開きました
Mage::getSingleton('core/resource')->getConnection('core_write');
この mysql 接続を自分で閉じる必要がありますか? それとも Magento がデフォルトで処理しますか?
いいえ、閉じる必要はありません。
カスタムクエリでdbとの接続を閉じないと、スリープクエリになるため、db接続を閉じる必要があります。私が直面している問題は、正しいmysqlサーバーがスリープ状態のクエリでいっぱいであることです。私はその解決策を見つけています。