Skip to main content

All Questions

Tagged with
0 votes
0 answers
879 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
357 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
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
855 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
1 vote
1 answer
581 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
1 vote
0 answers
970 views

kubernetes pod exit 137 and resource limit is not set

error Hey, All friends, my pod is exit with code 137 when i connect mysql in this pod. error message command terminated with non-zero exit code: Error executing in Docker Container: 137 ...
UniQ's user avatar
  • 11
1 vote
1 answer
1k views

phpmyadmin docker site can't be reached

Very frustrating error. I hope you can advise me something. I removed all images, all containers, made system prune with docker. Then, I run the following command. I know I am not specifying mysql ...
Nika Kurashvili's user avatar
1 vote
1 answer
2k views

how to install tomcat server and mysql db within same docker container using dockerfile?

I know that its better to use seperate containers for mysql and tomcat and link them before deploying them , but since i want to deploy this using kubectl(kubernetes) its easier if its done on a ...
Vignesh Swaminathan's user avatar
16 votes
1 answer
15k views

How to expose Linux socket file from Docker container (MySQL, MariaDB, etc.) to host

Disclaimer: I am not looking for a way to configure MySQL/MariaDB to use TCP connections. I am aware of that option and the question is not about that aspect. I am having trouble binding a socket ...
Torque's user avatar
  • 389
1 vote
0 answers
177 views

Unable to connect to mysql running in docker container inside rhel host from windows machine

I am developing a Java application where I want to connect my MYSQL WorkBench client to MySQL Server which is running on a Docker container on a red hat machine. Here's my setup: MySQL WorkBench ( ...
user2594's user avatar
  • 111
0 votes
1 answer
120 views

Arch+KDE, connect to MySQL server in local container?

I'm running Manjaro/Arch with KDE, which uses MariaDB. I need to use MySQL specifically, so I have created a local container running MySQL 5.7. However, I cannot seem to connect to the instance ...
Josh M.'s user avatar
  • 1,518
5 votes
2 answers
5k views

mysql-server installation stuck in docker

In my Dockerfile I have command for installing mysql-server: RUN apt-get install -y mysql-server The problem occurs when I type root password. I press enter and nothing happens and installation is ...
Jozef Cipa's user avatar
1 vote
1 answer
6k views

Install mysqlclient-python in Docker

I am trying install mysqlclient-python in docker with Debian 8 but when I run python3 setup.py install I get error: x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,...
mjablecnik's user avatar