Remote MySQL Connection on Ubuntu

Enable Remote Connection Edit /etc/mysql/my.cnf Basic Editing Options: 1. Less secure, most accessible: Comment out bind-address 2. More secure, less accessible: change bind to your server’s IP address Save and exit. $ sudo service mysql restart Grant Access to your … Continued

Magento 2 CLI Install Ubuntu 14.04

Stuck on the first steps of the CLI install for your Magento 2 project?   This is the terrible documentation provided by Magento. http://devdocs.magento.com/guides/v2.0/install-gde/install/cli/install-cli.html   Here’s how you quickly setup Magento CLI so you can use the command magento instead of … Continued