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:
parent
e216c909f5
commit
e51f8689c6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue