2021-10-27 14:42:27 +02:00
|
|
|
{
|
|
|
|
"mysql": {
|
|
|
|
"label": {
|
|
|
|
"host": "Host",
|
|
|
|
"port": "Port",
|
|
|
|
"user": "User",
|
|
|
|
"password": "Password",
|
|
|
|
"database": "Database",
|
|
|
|
"timezone": "Timezone",
|
|
|
|
"charset": "Charset"
|
|
|
|
},
|
|
|
|
"status": {
|
|
|
|
"badping": "Bad Ping",
|
|
|
|
"error": "Error",
|
|
|
|
"ok": "OK",
|
|
|
|
"notconnected": "not yet connected"
|
|
|
|
},
|
|
|
|
"errors": {
|
|
|
|
"notstring": "the query is not defined as a string",
|
|
|
|
"notconnected": "Database not connected",
|
|
|
|
"notconfigured": "MySQL database not configured"
|
2022-01-05 11:56:14 +01:00
|
|
|
},
|
|
|
|
"tip": "Tip: The timezone should be specified as ±hh:mm or leave blank for 'local'."
|
2021-10-27 14:42:27 +02:00
|
|
|
}
|
|
|
|
}
|