diff --git a/openshift_images/mysql.adoc b/openshift_images/mysql.adoc index 131c6054fcd7..b89a9975dbe0 100644 --- a/openshift_images/mysql.adoc +++ b/openshift_images/mysql.adoc @@ -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