-
## Enhancement
According to the MySQL doc, the general log should be useful when we "want to know exactly what the client sent". MySQL recorded very detailed information, even for every connection an…
-
**问题描述**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
MySQL 8.0 client use caching_sha2_password authentication plugin as default authentication .
…
-
Getting this error when compiling the latest version of toolbelt 3.5.
```
, Stderr: + set -u
++ grep -c '^processor' /proc/cpuinfo
+ CPUS=4
+ export HOME=/var/vcap
+ HOME=/var/vcap
+ export …
-
### What did you do?
the value is never used
![image](https://github.com/user-attachments/assets/f4a52de3-cf4d-42b2-aba1-fe79f60954cd)
### What did you expect to see?
_No response_
### What did…
-
### Description
I tried to make a backup as normally. And after the execution an error was shown by the mysql-dump program.
Task execution failed, reason: /usr/bin/mysqldump:
Deprecated program …
-
I ran into something I don't quite understand the other day when making a gem compatible with `trilogy`: https://github.com/cainlevy/scenic-mysql_adapter/pull/2 / https://github.com/cainlevy/scenic-my…
-
```
What steps will reproduce the problem?
1. Set up a master or direct replication service from a MySQL 5.5 instance
with relay downloading enabled (default for installation).
2. Run a steady tr…
-
when I use mysql client connect to arana, I got an error that
```
ERROR 1045 (28000): Access denied for user 'root'
```
**What happened**:
**What you expected to happen**:
**How to repr…
dobet updated
8 months ago
-
### Question
When using Cloud SQL Proxy with the `--private-ip` flag to connect a MySQL instance hosted in a private IP setup, the connection fails inside a GKE pod. Without the `--private-ip` flag, …
-
In debug page view, secrets are not visible due to masked with '*'. When there is mysql db connection error due to unreachable db server: self.connection = self.get_new_connection(conn_params) exposes…