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

The log show like ```` 2024-09-02T08:34:57.752532Z 0 [System] [MY-015017] [Server] MySQL Server Initialization - start. 2024-09-02T08:34:57.754536Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.4.2) initializing of server in progress as process...

It appears that there has been a change in the file path for `my.cnf` in the MySQL Docker image using Oracle Linux. The configuration file `my.cnf` is now located at...

I'm struggling to set up a custom config file. I started on 8.3 (6f343283ab56) and just tried 8.4 (5c0b42e12aec). I have the following cnf file: ``` [mysqld] default_authentication_plugin = mysql_native_password...

Hey, any chance you will update the 8.0.31 image? I know it's not recent. but the default Google Cloud SQL mysql version is 8.0.31, so we like to use that...

The `VOLUME` instruction should be removed from the image build. - Containers **already persist state internally** until the container is destroyed (_for example, an image upgraded to a new tag_)....

Hi! I am running into an issue with all mysql 8 debian images. I cannot do a simple apt-get update because it refers to an invalid signature in mysql package....

Tested on 8.0 folder Example Master Usage ```yaml version: '3.8' services: mysql: image: my-mysql-main-branch-test:latest container_name: master-mysql-test environment: MYSQL_ROOT_PASSWORD: password1 MASTER_SLAVE_ROLE: MASTER MYSQL_REPLICATION_USER: REP_USER MYSQL_REPLICATION_PASSWORD: reppassword ports: - "3306:3306" restart: unless-stopped...

Hello, I am seeing the below error and MySQL is not starting. ``` 024-10-18 12:55:51+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 9.1.0-1.el9 started. 2024-10-18 12:55:51+00:00 [ERROR] [Entrypoint]: mysqld failed...

Hi everyone! It caused me headache the last couple of days... i found something... I have a new **Ubuntu Server** and wanted to run **mysql:lts** on **docker** I always got...

Modeled after #1076, this PR updates the base Oracle Linux version to 10 (see also https://blogs.oracle.com/linux/post/oracle-linux-10-now-generally-available and https://github.com/docker-library/official-images/pull/19442). Note that this is still incomplete, given that while tooling seems available...