After move I cant get this work. I am getting error:
Still trying to connect to ‘mysql1.myhost.ie’ but the local.xml has host: localhost. cache and session folder is empty. htaccess file is default. can you help me ? I am using Ubuntu with ISPconfig Cpanel and Apache
a:4:{i:0;s:80:"SQLSTATE[HY000] [2003] Can't connect to MySQL server on 'mysql1.myhost.ie' (110)";i:1;s:2613:"#0 ......
my local.xml is:
<host><![CDATA[localhost]]></host>
so I dont understand why wants to connect to ‘mysql1.myhost.ie’. var and cache is empty
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
It seems that Magento 1.x versions will in fact load any file from the
app/etc/
with the.xml
file extension. So there is likely a backup of your old configuration that is being loaded and taking precedence. This in depth post goes into some detail about how those files are loaded and interpreted: