-
**Describe the bug**
* [mysql-enum](https://github.com/nmap/nmap/blob/master/scripts/mysql-enum.nse) generates false positives for MySQL/MariaDB versions where the vulnerability the script relies on …
-
Errors being addressed:
[Mon Nov 25 20:33:23.852016 2024] [cgi:error] [pid 853343] [client 127.0.0.1:46582] AH01215: DBD::mysql::st execute failed: Column 'Name' cannot be null at SelectEmailPrefs …
-
## Issue Description
Accessing a BigInt Unsigned field with mariadb driver will not display the value, instead it will display a Long object with `low`, `high`, and `unsigned` fields.
Changing…
-
When upgrading icingadb MariaDB/MySQL from version 5 to version 6, three errors occur.
Example:
```
MariaDB [icingadb]> ALTER TABLE checkcommand_argument MODIFY COLUMN argument_key_override varchar…
-
Hi,
I'm using following command to run test and login to test machine:
_tmt run --all -vvv provision --how minute --image rhel8 test --name . login_
Test run ok. After login, I'm in following d…
-
### Steps To Reproduce
I am trying to set up a locally hosted Bitwarden (only for my home network).
This is my `docker-compose.yml`:
```yaml
services:
bitwarden:
depends_on:
- db
…
-
### :speaking_head: Foreword
## :ghost: Brief Description
Using AlmaLinux, the [platform_version check](https://github.com/sous-chefs/yum-mysql-community/blob/main/resources/repo.rb#L62-L65) fails d…
-
1,采用docker安装方式
2,正确配置了数据库信息
数据库类型:MySql
连接字符串:
Server=127.0.0.1;Port=3306;Uid=xxxxxx;Pwd=yyyyyyy;Database=mysscms;SslMode=Preferred;CharSet=utf8;
3,/ss-admin/install/ 在数据库页面报错:
One or more err…
-
Hello,
We are facing OOM with JDBC source connector with large table (80 millions of rows)
We have found some existing issues
- https://github.com/confluentinc/kafka-connect-jdbc/issues/34
- …
-
Please add UNIX socket database connection.This will be default with the new Mariadb 10.4. You could add the option `bench set-mariadb-socket "/var/run/mysqld/mysqld.sock"` to let users connect to the…