Skip to content
Discussion options

You must be logged in to vote

Thank you for sharing the log output. Let's try to remove OSMT from the equation and run MySQL as a Docker container on your M1 Macbook.

Run docker ps and ensure you don't have any MySQL containers running, and then run this:

docker run --name=mysql1 -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 -d library/mysql:8.0

Then run docker ps again. What do you see?

Replies: 1 comment 14 replies

Comment options

You must be logged in to vote
14 replies
@JohnKallies
Comment options

@jengalbert2022
Comment options

@jengalbert2022
Comment options

@JohnKallies
Comment options

@jengalbert2022
Comment options

Answer selected by JohnKallies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants