mirror of
https://github.com/cytopia/devilbox.git
synced 2025-01-18 10:46:23 +00:00
Merge pull request #243 from ortic/disable-mysql-general-log
disable mysql query log by default
This commit is contained in:
commit
6453954565
@ -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:**
|
||||
|
@ -453,7 +453,7 @@ MYSQL_ROOT_PASSWORD=
|
||||
###
|
||||
### Custom MySQL Runtime Settings
|
||||
###
|
||||
MYSQL_GENERAL_LOG=1
|
||||
MYSQL_GENERAL_LOG=0
|
||||
|
||||
###
|
||||
### Expose MySQL Port to Host
|
||||
|
Loading…
Reference in New Issue
Block a user