Closed
Description
Cannot run mysql:5.7.28 with '-t' option:
docker run --rm -t -e MYSQL_ALLOW_EMPTY_PASSWORD=true mysql:5.7.28
2019-10-16 06:25:00+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.28-1debian9 started.
2019-10-16 06:25:00+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
2019-10-16 06:25:00+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 5.7.28-1debian9 started.
2019-10-16 06:25:00+00:00 [Note] [Entrypoint]: Initializing database files
2019-10-16T06:25:00.882890Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2019-10-16T06:25:01.081984Z 0 [Warning] InnoDB: New log files created, LSN=45790
2019-10-16T06:25:01.122587Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2019-10-16T06:25:01.182468Z 0 [Warning] No existing UUID has been found, so we assume that this is the first time that this server has been started. Generating a new UUID: aed9b346-efdd-11e9-bac1-0242ac110004.
2019-10-16T06:25:01.186354Z 0 [Warning] Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
2019-10-16T06:25:01.922428Z 0 [Warning] CA certificate ca.pem is self signed.
2019-10-16T06:25:02.027645Z 1 [Warning] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
2019-10-16 06:25:04+00:00 [Note] [Entrypoint]: Database files initialized
2019-10-16 06:25:04+00:00 [Note] [Entrypoint]: Starting temporary server
Please enable --log-error option or set appropriate redirections for standard output and/or standard error in daemon mode.
2019-10-16 06:25:04+00:00 [ERROR] [Entrypoint]: Unable to start server.
mysql:5.7.27 has no problem with '-t' option:
docker run --rm -t -e MYSQL_ALLOW_EMPTY_PASSWORD=true mysql:5.7.27
Metadata
Metadata
Assignees
Labels
No labels