Magento'nın örneği yanlış veritabanına işaret

0 Cevap php

Anyone ever have this problem? local.xml has been modified. core_config_data table has been modified for unsecure and secure url as well as cookie domain. Cache dirs have been wiped clean, session values have been cleared, log tables have been truncated.

it is under version control with subversion. have also run find to locate where it could possibly be getting the production DB IP.

find ~/path/to/application -type f -print0 | xargs -0 grep -l "IP Of incorrect DB"

yine DB üzerinde bir hata atma

SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'IP of incorrect DB' (4)

Son derece şaşkın ve muhtemelen üretim DB'ın IP almak olacaktır nerede benim yaşam için bulunamıyor

kalkınma adrese local.xml puan.

0 Cevap