Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL Server 9.1.0-1.el9 with docker mysql:latest is no longer starting #1092

Open
Adandu opened this issue Oct 18, 2024 · 2 comments
Open

Comments

@Adandu
Copy link

Adandu commented Oct 18, 2024

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 while attempting to check config

	command was: mysqld --verbose --help --log-bin-index=/tmp/tmp.xpO6wtikXP

	2024-10-18T12:55:51Z UTC - mysqld got signal 11 ;

Signal SIGSEGV (Address not mapped to object) at address 0x73f5748e5c98

Most likely, you have hit a bug, but this error can also be caused by malfunctioning hardware.

BuildID[sha1]=f2c92ca4c390c2a53fc641dcd9d1cdb92fe79d3b

Thread pointer: 0x0

Attempting backtrace. You can use the following information to find out

where mysqld died. If you see no messages after this, something went

terribly wrong...

stack_bottom = 0 thread_stack 0x100000

 #0 0xc65db0 <unknown>

 #1 0x73f520e456ef <unknown>

 #2 0x9f457f <unknown>

 #3 0xa19471 <unknown>

 #4 0xa21e5e <unknown>

 #5 0x73f520e3058f <unknown>

 #6 0x73f520e3063f <unknown>

 #7 0x9eee74 <unknown>

 #8 0xffffffffffffffff <unknown>

The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains

information that should help you find out what is causing the crash

Docker Compose is the following:

  mysql:
    image: mysql:latest
    container_name: MySQL
    ports:
      - 3306:3306
    environment:
      - MYSQL_ROOT_PASSWORD=<SOME_PASS>
    volumes:
      - $DOCKERDIR/mysql/db:/var/lib/mysql

Any help would be much appreciated.

@Divaaaaaan
Copy link

Same here, I get mysql.plugin doesn't exist error and the connection just closes.

@yosifkit
Copy link
Member

Were you running 9.0.1 previously? latest was updated from 9.0.1 to 9.1.0 just last week (b733345 -> docker-library/official-images#17721). Perhaps there is something in the changelog? https://dev.mysql.com/doc/relnotes/mysql/9.1/en/news-9-1-0.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants