docker-mysql icon indicating copy to clipboard operation
docker-mysql copied to clipboard

A Dockerfile that installs a mysql server

Results 11 docker-mysql issues
Sort by recently updated
recently updated
newest added

I have a very old image that was installed using the :latest tag I am trying to take it up to something more recent, however with all the tags that...

It seems there is an issue with the mysql-server current version in the docker file because building an image give the following error. > E: Version '5.7.26*' for 'mysql-server' was...

I have installed it to my Synology, but how do I create a database and credentials?

Thanks for providing this useful container. I am doing a research aiming at finding issues in configuration files. I have a question about one MySQL config: `max_binlog_cache_size`. It seems the...

I restart my mysql containers, according to the 'docker logs - tf mysql' command to check the log information to quote the following error: Could not connect to mysql server....

I have tried it with docker-cmd-line like `docker run -ti -e ....` and run well, but run bad with `docker-compose` ## My-docker-compose ``` mysql: container_name: mysql-server image: 'sameersbn/mysql:5.7.22-1' restart: always...

Hi, i'm trying to start my container with docker-compose up but i get the error "ERROR 1133 (42000) at line 1: Can't find any matching row in the user table",...

Request to add USERMAP_UID, and USERMAP_GID like sameersbn/docker-gitlab.

Trying to get a shell in the docker using `docker run -it --rm --volumes-from=mysql sameersbn/mysql:latest mysql -uroot` causes ``` ERROR 2002 (HY000): Can't connect to local MySQL server through socket...

Would be great to have an optional environment variable or something like that to start mysql server with "event_scheduler" on.