-
Are alternative databases like MySQL/MariaDB supported?
-
### Please answer the questions below, it helps us to keep track of the issue. Please do not ignore it or your issue will be closed.
1. Which driver are you using and version of it (Ex: PostgreSQL …
-
### System information
Type | Version/Name
--- | ---
Distribution Name | Ubuntu
Distribution Version | 22.04
Kernel Version | 6.10.14
Architecture | x86_64
OpenZFS Version | 2.3.99-1…
-
canal 版本:1.1.4
mysql版本:5.7.28
## Question
2024-10-23 10:50:10.788 [destination = shuzi-binlog , address = /11.28.20.200:3306 , EventParser] WARN c.a.otter.canal.parse.inbound.mysql.tsdb.Memo…
-
## session1
### 1. SELECT ... FOR UPDATE でロックを確認
```sql
START TRANSACTION;
SELECT * FROM sales_logs WHERE id = 1 FOR UPDATE;
```
### 2. NSERT のロック確認
このクエリでsupremumへのロックがかかるはず。
```sql
INSERT…
-
### Description
When I used the latest version of SQL replication, I found data anomalies after execution. The reason is that there is a JSON field containing the character '\\', but the copied SQL…
-
To enable audit logs to a LAW in Azure, the following MySQL configuration entries are needed:
"audit_log_enabled" = "ON",
"audit_log_events" = "ADMIN,CONNECTION,DCL,DDL"
The latter may vary depen…
-
#### 1. 项目背景
我们公司内部有非常多的页面需要管理,一直没有找到一款称心如意的软件
这款软件需要认证用户信息,可以通过注册登录或者企业微信登录或者其他方式方式进行认证
认证完成主页需要当前登录用户的用户名水印
以及简洁的主页,支持快速检索链接并且直接Enter快速访问
所以基于以上的契机就有了这款EasyNav
…
-
## Bug report
Failure to scrape Series on Systems with MySQL Database
### Describe the bug
This behaviour was observed on Systems working with MySQL Database: when trying to scrape some TV seri…
-
Hello everyone!
I am currently running a long running migration on Aurora MySQL 5.7. I running it on a copy of my production database. With Aurora style replication (meaning not actual replication…