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]
|
||||
host="localhost"
|
||||
user="mailtrain"
|
||||
password="mailtrain"
|
||||
user="root"
|
||||
password="root"
|
||||
database="mailtrain"
|
||||
# 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
|
||||
port=3306
|
||||
port=8889
|
||||
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
|
||||
timezone="local"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue