Skip to content

nasqueron/docker-mysql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL image

## Description

This MySQL image is fairly conservative: it uses the official MySQL docker image as base, add customiszed the settings for the applications used at Nasqueron.

Ready for Phabricator

The followings settings have been added for Phabricator:

#
# * Phabricator specific settings
#
sql_mode=STRICT_ALL_TABLES
ft_stopword_file=/etc/mysql/stopwords.txt
ft_min_word_len=3
ft_boolean_syntax=' |-><()~*:""&^'
innodb_buffer_pool_size=410M

To launch it

Pick a root password and a name, then run it:

docker run -d -e MYSQL_ROOT_PASSWORD=HZQ0Gqz7P9L5RT7adqNPivHa0obX05t --name acquisitariat nasqueron/mysql

About

Docker image with MySQL, optimized for Phabricator.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published