blob: db9a80906b1b41dc97db3cc6468f334b85925c34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Configuration file for the mysqld service.
# Server timeout during service start
STARTTIMEOUT=120
# Server timeout during service stop
STOPTIMEOUT=60
# Other options to pass to the server (p.e. --federated)
MYOPTIONS=
|