Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions openshift_images/mysql.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,3 +91,16 @@ $ docker stop mysql_database
== Volumes

* */var/lib/mysql/data* - This is the data directory where MySQL stores database files.

== Settings
MySQL settings can be configured by additional environment variables.

* *MYSQL_LOWER_CASE_TABLE_NAMES* - Sets how the table names are stored and compared

* *MYSQL_MAX_CONNECTIONS* - The maximum permitted number of simultaneous client connections

* *MYSQL_FT_MIN_WORD_LEN* - The minimum length of the word to be included in a FULLTEXT index

* *MYSQL_FT_MAX_WORD_LEN* - The maximum length of the word to be included in a FULLTEXT index

* *MYSQL_AIO* - Controls the *innodb_use_native_aio* setting value in case the native AIO is broken. See http://help.directadmin.com/item.php?id=529