Fix mysql port

This commit is contained in:
Dave Pedu 2016-02-13 16:47:02 -08:00
parent 5ecbeaf179
commit b7d3b74119
1 changed files with 1 additions and 0 deletions

1
start
View File

@ -3,6 +3,7 @@
trap 'kill $(jobs -p)' EXIT
: ${MYSQL_PORT:=3306}
export MYSQL_PORT
if [ ! -d /var/lib/mysql/mysql ] ; then
/usr/bin/mysql_install_db