Import large .sql file into MySQL Magento | Uncategorized C:> mysql -hlocalhost -uroot -proot mysql> SHOW VARIABLES LIKE ‘wait_timeout’; If this is very low (e.g. 30 seconds) then increase… July 29, 2014 Read more
“The service is unavailable.” Magento admin links Magento | Uncategorized Issue was with some kind of Zend cache! I simply went to magento/lib/Zend/Cache/Backend/File.php and changed the ‘cache_dir’ => null, to… July 25, 2014 Read more
Upgrading Magento Via SSH Magento | Uncategorized Once you’ve accessed your site via SSH, change in to the directory where Magento is installed and run the following… July 8, 2014 Read more