Added node for MAMP users

Struggled with this for about 45 minutes and it seems its something that trips up most MAMP users when they run mysql outside of the mamp PHP environment. 

Not sure if this is too much info for the config file, so feel free to not accept this :)
This commit is contained in:
Wes Bos 2016-06-02 09:37:23 -04:00
parent e216c909f5
commit e51f8689c6

View file

@ -31,7 +31,7 @@ host="localhost"
user="mailtrain" user="mailtrain"
password="mailtrain" password="mailtrain"
database="mailtrain" database="mailtrain"
port=3306 # some installations, eg. MAMP can use a different port (8889) port=3306 # some installations, eg. MAMP can use a different port (8889). MAMP users should turn on "Allow network access to MySQL"
charset="utf8mb4" charset="utf8mb4"
timezone="local" timezone="local"