Merge pull request #243 from ortic/disable-mysql-general-log

disable mysql query log by default
This commit is contained in:
cytopia 2018-05-04 08:55:02 +02:00 committed by GitHub
commit 6453954565
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1337,7 +1337,7 @@ As the Devilbox is intended to be used for development, this feature is turned o
+-------------------------+-------------------+---------------------+
| Name | Allowed values | Default value |
+=========================+===================+=====================+
| ``MYSQL_GENERAL_LOG`` | ``0`` or ``1`` | ``1`` |
| ``MYSQL_GENERAL_LOG`` | ``0`` or ``1`` | ``0`` |
+-------------------------+-------------------+---------------------+
**MySQL documentation:**

View File

@ -453,7 +453,7 @@ MYSQL_ROOT_PASSWORD=
###
### Custom MySQL Runtime Settings
###
MYSQL_GENERAL_LOG=1
MYSQL_GENERAL_LOG=0
###
### Expose MySQL Port to Host