Skip to main content

All Questions

Tagged with
2 votes
2 answers
137 views

Permissions error in directories used by Docker and application I am developing

I have run a docker container mysql from my own application development on C#, and configured data persistence to this path: C:\ProgramData\Persistence\data\mysql When i start everything goes well ...
Francisco IA Lover's user avatar
0 votes
0 answers
118 views

Can't stop MySQL service (running but not found)

I have MySQL server running in docker FROM ubuntu/mysql:8.0-22.04_beta I am trying to stop the service $> /etc/init.d/mysql stop bash: /etc/init.d/mysql: No such file or directory $> service ...
spraff's user avatar
  • 2,198
1 vote
1 answer
417 views

MySQL Docker container on Plesk isn't accesible from the exterior

I'm trying to set up a MySQL database to use it externally. I have a Ubuntu server with Plesk and Docker. The main problem is that when logged in the server the port seems to be used/open, but ...
5n10m's user avatar
  • 13
0 votes
0 answers
876 views

How to use mysql commands in lando environment?

I tried to test some different mysql commands in a script running in a lando container dedicated to a drupal installation. I run the setup as described in the getting started guide. Everything is ...
xdobx's user avatar
  • 13
-1 votes
1 answer
352 views

How to fix MySQL installation in Ubuntu:20.04 Docker container

invoke-rc.d: could not determine current runlevel invoke-rc.d: policy-rc.d denied execution of start. ... Cannot stat file /proc/3352/fd/0: Permission denied Cannot stat file /proc/3352/fd/1: ...
Olivier OUYA's user avatar
1 vote
1 answer
196 views

RDBMS user managment through Gitlab CI/CD

I'm setting up Gitlab CI/CD, to test and deploy a project that uses micro services. The service are build in Laravel and each runs in a Dockers container of their own. Each micro service has a ...
St. Jan's user avatar
  • 63
2 votes
3 answers
1k views

MariaDB --tc-heuristic-recover in Docker container

I have a MariaDB database in a docker container for my home automation (homeassistant). For some reason it stopped working and I get this error in the docker system logs: 221001 12:27:03 mysqld_safe ...
derhannes's user avatar
0 votes
0 answers
2k views

null, message from server: Host '172.17.0.1' is not allowed to connect to this MySQL server

I am on Acer Aspire 5738 with 8GB ram, swap 16GB installed with Pop!_OS. I am using DBeaver as a RDBMS client and have created 3 containers and 3 separate volumes (to persist data) for 3 database ...
sifar's user avatar
  • 111
0 votes
0 answers
854 views

How do I convert a linux iso into docker image/container

I am trying to convert a linux distro(RasPBX) into a docker container. So, far I was able to deploy the container, its runs without the desired outcome. Here is the docker file and dockerignore file: ...
Safiq Rahman's user avatar
0 votes
1 answer
476 views

How to find MySQL 8.0 user and password on Docker + WSL2

I followed the instructions as shown on the Laravel website: Getting Started On Windows And now I have a running container with a few images, one of them is the MySQL 8.0. But I can't log in to MySQL ...
Liargo's user avatar
  • 1
0 votes
1 answer
194 views

install mysql using docker are they located in the same server

I installed mysql8 using docker by following official guide docker mysql getting started docker run --name mysql8 -e MYSQL_ROOT_PASSWORD=xxx -d mysql:8.0 And I noticed the following phenomena: I ...
Tiina's user avatar
  • 3,207
0 votes
0 answers
1k views

Start mySQL docker container with existing InnoDB Database failing on startup

I'm testing the workflow to start a mySQL Docker Container with an existing InnoDB directory. This was pretty much rsync'ed from a remote server. I tried MariaDB with the following result: db_mariaDB |...
Codebaard's user avatar
  • 103
3 votes
3 answers
11k views

MySQL 8 no longer starts because of lower_case_table_names

I have a docker mysql 8 container that I have been using for a couple years. Suddenly out of no where it won't start with these errors: [Warning] [MY-010159] [Server] Setting lower_case_table_names=2 ...
brenjt's user avatar
  • 175
0 votes
1 answer
1k views

How should I set up volumes for multi-task database service in docker swarm?

I am new to Docker and I want to do mini-project with Docker Swarm. I built docker image with my Django app. In dockerfile I added project files, migrated all models, and then ran server. Now it is ...
aFku's user avatar
  • 3
1 vote
1 answer
580 views

Can user privilege of docker container impact permission of host machine on mounted volume in docker-compose.yml?

I have docker-compose.yml as below, version: '2' services: mysql: image: centos/mysql-56-centos7:latest restart: always container_name: mysql environment: - ...
lily's user avatar
  • 1,895

15 30 50 per page