Skip to content
No frills - Tips & Tricks on Magento, Wordpress, CakePHP, Amazon EC2, Rackspace, DigitalOcean, Linode and more
  • About
  • Contact Us
  • Privacy Policy
  • Tips/Tricks

    1. Home>
    2. Tips/Tricks>
    3. Page 2

    Get Magento’s database configuration

    • Post author:cliper
    • Post published:December 7, 2010
    • Post category:Blog
    • Post comments:0 Comments

    On Linux, make a php file anywhere in your filesystem while including the magento Mage file. <?php require_once "/home/cliper/magento/app/Mage.php"; Mage::app(); $config = Mage::getConfig()->getResourceConnectionConfig("default_setup"); $dbinfo = array(“host” => $config->host, “user” =>…

    Continue ReadingGet Magento’s database configuration

    Rebuilt Magento Indexes in terminal with php-cli

    • Post author:cliper
    • Post published:December 7, 2010
    • Post category:Blog
    • Post comments:0 Comments

      For the past 6 months, had been doing a lot of work with Magento. I’ve notice that the more I know the whole thing, the more I don’t want…

    Continue ReadingRebuilt Magento Indexes in terminal with php-cli
    • Go to the previous page
    • 1
    • 2

    Recent Comments

      Copyright - WordPress Theme by OceanWP