mysql icon indicating copy to clipboard operation
mysql copied to clipboard

Docker Official Image packaging for MySQL Community Server

Results 53 mysql issues
Sort by recently updated
recently updated
newest added

Currently I'm using `mysql:8.0.29` we want to use latest image for mysql. However when image tag was changed in docker-compose file and brought up it tries to change ownership of...

Hi. I noticed the `mysqlcheck` binary is missing in 8.0.29-oracle and 8.0.28-oracle while it is present in the debian flavour. Probably this is valid for older versions too, but I...

This warning appears when I restart MySQL docker instance: > 2022-10-24T10:19:24.316236Z 0 [Warning] [MY-011068] [Server] The syntax '--skip-host-cache' is deprecated and will be removed in a future release. Please use...

Request

After I perform a mysqldump operation, the mysql memory has not been released. And mysqld displays the memory used, which is much higher than performance_schema ```yaml apiVersion: apps/v1 kind: StatefulSet...

I set the TZ='Asia/Shanghai' environment variable so that the time zone of the mysql container is cst, and the time of mysql is displayed as cst time, but the time...

This prevents weird errors when attributes get shifted to newline and are executed by docker-entrypoint.sh. This PR removes the newline and when newline is stripped a 'Warning' is printed. Short...

Hi, I'm using docker for a development environment which has a mysql image. On my current computer, running arch linux up to date with the default docker setup (`community/docker` and...

question

I have an issue with SQL entrypoint, which runs without any issues when imported manually. Error: ``` database | 2021-03-08 16:07:08+00:00 [Note] [Entrypoint]: /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/0.sql database | ERROR 1064...

question

I'm using docker-compose with existant datas on my mysql container. Is it possible to execute mysql_upgrade without create my own image of mysql based on the official mysql? In fact,...

Issue

Hi. My inquiry may seem strange, but i really don't get it. Why does MySQL Dockerfile contain VOLUME directive? From my perspective, there are more cons than pros: - (+)...

question
Request