Skip to content

Commit

Permalink
Mysql version 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nanofi committed Dec 5, 2014
1 parent 7caae13 commit b19d697
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mysql:5.7
FROM mysql:5.6

MAINTAINER nanofi <[email protected]>

Expand Down
6 changes: 0 additions & 6 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ if [ ! -d '/var/lib/mysql/mysql' -a "${1%_safe}" = 'mysqld' ]; then
exit 1
fi

mkdir -p -m 700 /var/lib/mysql
chown -R mysql:mysql /var/lib/mysql

mkdir -p -m 0755 /run/mysqld
chown -R mysql:root /run/mysqld

mysql_install_db --user=mysql --datadir=/var/lib/mysql

# These statements _must_ be on individual lines, and _must_ end with
Expand Down

0 comments on commit b19d697

Please sign in to comment.