Page MenuHomeDevCentral

No OneTemporary

diff --git a/Dockerfile b/Dockerfile
index 454e561..b5b485c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,8 @@
#
# Nasqueron - MySQL image
#
-FROM mysql
-MAINTAINER Sébastien Santoro aka Dereckson <dereckson+nasqueron-docker@espace-win.org>
+FROM hypriot/rpi-mysql
+MAINTAINER Kaliiixx <modepadu95@riseup.net>
COPY files /etc/mysql/
diff --git a/README.md b/README.md
index 8904aaa..e7ac09d 100644
--- a/README.md
+++ b/README.md
@@ -1,28 +1,29 @@
# 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
+# docker-arm-mysql-phabricator
diff --git a/files/my.cnf b/files/my.cnf
index 5daffb7..f06ac56 100644
--- a/files/my.cnf
+++ b/files/my.cnf
@@ -1,47 +1,46 @@
#
# Nasqueron MySQL configuration
#
[client]
port = 3306
socket = /var/run/mysqld/mysqld.sock
[mysqld_safe]
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
nice = 0
[mysqld]
#
# * 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
max_allowed_packet=33554432
#
# * OTRS specific settings
#
key_buffer_size=32M
#
# * More generic settings
#
user = mysql
pid-file = /var/run/mysqld/mysqld.pid
socket = /var/run/mysqld/mysqld.sock
port = 3306
basedir = /usr
datadir = /var/lib/mysql
tmpdir = /tmp
lc-messages-dir = /usr/share/mysql
-explicit_defaults_for_timestamp
!includedir /etc/mysql/conf.d/

File Metadata

Mime Type
text/x-diff
Expires
Sun, Oct 12, 12:07 (1 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3065908
Default Alt Text
(2 KB)

Event Timeline