-
-
mysql:latest
-
mysql
-
We need to integrate the MySQL engine into Greenmask and develop a workable solution within the current framework
-
## Development Task
```log
[2025/06/11 02:38:21.556 +00:00] [WARN] [store.rs:923] ["dbg slow store message handling"] [elapsed=13.156858ms] [msg=Tick(CompactCheck)] [thread_id=105]
```
The log is ta…
-
### Prerequisites
- [X] I have carried out troubleshooting steps and I believe I have found a bug.
- [X] I have searched for similar bugs in both open and closed issues and cannot find a duplicate.
…
-
Good day!
We are trying to create an external table in PostgreSQL from StarRocks. The table gets created, but we are unable to execute the query:
SQL Error [HV00L]: ERROR: failed to execute the MySQ…
-
### 存储引擎有哪些,InnoDB和MyISAM区别、使用场景
*大部分内容来自官网MySQL8.0文档,不是的将做标记*
#### 存储引擎
- MyISAm
- MEMORY:数据存储在内存中,容易受到崩溃、硬件问题或断电的影响,因此只能将这些表用于临时表或只读缓存
- CSV:数据存储在使用","分割值格式的文件,总是被编译到MySQL服务器中
#### InnoDB和MyISAM区…
-
Hi guys,
I install mysql-exporter with sql proxy with workload identity and i got this error:
`Error pinging mysqld" err="this user requires clear text authentication. If you still want to use it, p…
-
**Is your feature request related to a problem? Please describe.**
When automating a MySQL Flexible Server restore, I have to use plain API calls or drop to az-cli to trigger an on-demand backup. Havi…