Skip to content

MySQL 5.6.22 image is broken #45

Closed
@thaJeztah

Description

@thaJeztah

There seems to bee an issue with the MySQL 5.6.22 image on the registry.

This came to light while discussing another issue; #44 (comment)

To reproduce:

docker run -d -h mysql --name mysqltmount_all_dir -v $PWD/mysql/var/lib/mysql:/var/lib/mysql -v $PWD/mysql/etc/mysql:/etc/mysql -e MYSQL_ROOT_PASSWORD=test -e MYSQL_USER=mmx -e MYSQL_PASSWORD=mmx -e MYSQL_DATABASE=mmx mysql:5.6.22

And check the logs;

docker logs mysqltmount_all_dir

....

2015-01-28 21:08:53 1 [ERROR] Fatal error: Please read "Security" section of the manual to find out how to run mysqld as root!

2015-01-28 21:08:53 1 [ERROR] Aborting

2015-01-28 21:08:53 1 [Note] Binlog end
2015-01-28 21:08:53 1 [Note] mysqld: Shutdown complete

I've pasted the full logs here:
https://gist.github.com/thaJeztah/62dc9d655e8e836414f7

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions