Skip to content

Instantly share code, notes, and snippets.

@mrkhoa99
Last active June 27, 2018 02:48
Show Gist options
  • Save mrkhoa99/7c62558a8867358185fd9d6c0ca799c9 to your computer and use it in GitHub Desktop.
Save mrkhoa99/7c62558a8867358185fd9d6c0ca799c9 to your computer and use it in GitHub Desktop.
Server on Mac
<h2>APACHE Server<h2>
To start httpd:
`sudo /usr/sbin/apachectl start`
To stop httpd:
`sudo /usr/sbin/apachectl stop`
To restart httpd:
`sudo /usr/sbin/apachectl restart`
List homebrew services
`brew services list`
Troubleshoot with Mysql has gone away Magento 2:
Change:
/etc/my.cnf
[mysqld]
table_open_cache=250
max_allowed_packet = 256M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment