Last active
June 27, 2018 02:48
-
-
Save mrkhoa99/7c62558a8867358185fd9d6c0ca799c9 to your computer and use it in GitHub Desktop.
Server on Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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