From e51f8689c605440bcaddf5216eb08cf8b38ce811 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Thu, 2 Jun 2016 09:37:23 -0400 Subject: [PATCH] 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 :) --- config/default.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.toml b/config/default.toml index 816a07ca..dfee7128 100644 --- a/config/default.toml +++ b/config/default.toml @@ -31,7 +31,7 @@ host="localhost" user="mailtrain" password="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" timezone="local"