u
u
This commit is contained in:
parent
3b365701bb
commit
0b2245adc9
1 changed files with 3 additions and 3 deletions
|
@ -88,12 +88,12 @@ postsize="2MB"
|
||||||
|
|
||||||
[mysql]
|
[mysql]
|
||||||
host="localhost"
|
host="localhost"
|
||||||
user="mailtrain"
|
user="root"
|
||||||
password="mailtrain"
|
password="root"
|
||||||
database="mailtrain"
|
database="mailtrain"
|
||||||
# Some installations, eg. MAMP can use a different port (8889)
|
# Some installations, eg. MAMP can use a different port (8889)
|
||||||
# MAMP users should also turn on "Allow network access to MySQL" otherwise MySQL might not be accessible
|
# MAMP users should also turn on "Allow network access to MySQL" otherwise MySQL might not be accessible
|
||||||
port=3306
|
port=8889
|
||||||
charset="utf8mb4"
|
charset="utf8mb4"
|
||||||
# The timezone configured on the MySQL server. This can be 'local', 'Z', or an offset in the form +HH:MM or -HH:MM
|
# The timezone configured on the MySQL server. This can be 'local', 'Z', or an offset in the form +HH:MM or -HH:MM
|
||||||
timezone="local"
|
timezone="local"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue