Skip to main content

Questions tagged [mysql]

For questions about MySQL, which is an open source Relational Database Management System (RDBMS).

0 votes
0 answers
28 views

I want to deploy a highly available mysql cluster in kubernetes, but the example in kubernetes official documentation is too old to operate. Because the xtrabackup image is not supported by Docker24+. ...
Stray Cat's user avatar
0 votes
1 answer
132 views

I am trying to use this code: resource "azurerm_mysql_flexible_server" "shared" { name = var.mysql_server_name resource_group_name = azurerm_resource_group....
Mark McGookin's user avatar
0 votes
1 answer
971 views

I have been trying for a few days to set up a multi-target MySQL exporter (MSE) deployed with Helm inside a k8s cluster. The chart that I am using is the https://artifacthub.io/packages/helm/...
alban boitier's user avatar
1 vote
1 answer
5k views

I've been trying to get keycloak running for a bit now. I had it going using the legacy tag but it seems like bad practice to get started with a legacy version. So I wanted to get the most recent ...
Bas Visscher's user avatar
0 votes
2 answers
175 views

I have multiple servers running in data centers around the world. Each server has its own configuraiton database, and cli command needs to be executed to update in-memory cache. I want to automate ...
Shadow's user avatar
  • 111
0 votes
1 answer
781 views

I am using K8S with Helm 3. I am also using MYSQL 5.7 database. How can I create MYSQL pod, that the database will persist (created on first time) after first time the pod is created, and even the pod ...
Eitan's user avatar
  • 103
1 vote
1 answer
2k views

I have used community.mysql collection and was able to run a query against the database. --- - name: Get stats of a file hosts: localhost become: true tasks: - name: run mysql query ...
Ravi Kumar CH's user avatar
0 votes
1 answer
1k views

I am neither a DB administrator, nor a DevOps but I need to migrate a very large table (~500M rows) from one MySQL schema to another. For doing so, I use mysqldumpbackup tool. Also, since the DB is an ...
Armine's user avatar
  • 71
0 votes
1 answer
2k views

The connection is not succeeding in docker. Look at my settings: Dockerfile FROM python:3.8.5-alpine WORKDIR /app COPY requirements.txt . RUN python3 -m pip install --upgrade pip RUN pip install -...
Flavio W.'s user avatar
2 votes
0 answers
114 views

Specifically: I want to deploy a docker mariadb image to Heroku, that my other heroku app will connect to, in part because I want that skill, in part so I can extend the architecture in the future, ...
gcr's user avatar
  • 121
2 votes
3 answers
3k views

I have an AWS RDS MySQL Database. The size of the Database is around of 1.5 GB. We are using MySQL 5.7.32. We tried with SQL dump but in dump data is missing in Dump. We found out that we can use ...
Hiren Namera's user avatar
1 vote
2 answers
2k views

I'm trying to bootstrap a MariaDB Galera cluster in Docker containers. The following configuration works when I set network_mode: host, but then I can't directly access the MariaDB from inside other ...
Gerald Schneider's user avatar
0 votes
1 answer
2k views

I'm trying to create a .my.cnf file for my MySQL docker-container that would allow me to prefill the user and password for the MySQL client. To achieve this I created the following dockerfile: FROM ...
Beach Chicken's user avatar
0 votes
1 answer
448 views

I am running a confluence container containing an image for the application itself and one for the mySQL db. This was running smoothly until I run the latest Docker update. Since then, the mySQL image ...
Michi's user avatar
  • 11
0 votes
2 answers
59 views

I want to create a schema that reflects the following relationships, and I'm trying to do this in MySQL Workbench. (I'm no DB expert) I have 3 environments - sandbox, staging, and production I ...
Chris F's user avatar
  • 487

15 30 50 per page