-
### Database Type
mysql
### Database Version
mysql8.0.31
### Druid Version
1.2.23
### JDK Version
jdk17
### Error SQL
no sql
just spring boot init . and run in druid init() method. was slow…
-
表结构如下:
```
CREATE TABLE `test`
(
id int primary key not null,
a int default 0 not null
);
insert into `test` (id, a) values (1, 1), (2, 2), (3, 3);
```
例子
```
func main() {
sql…
-
bifrost版本是最新的2.3.6版本
mysql8.0.26版本 一直再频繁报这个错 有没有办法解决或者跳过呢
{"Type":"ERROR","DbName":"mysql-prod","SchemaName":"","TableName":"","Channel":"","Body":"err:parseEvent err:Json type 108 is not handled;…
-
nacos 2.0.1 mysql5.7成功启动,mysql8启动之后无法访问,并会多出如下日志:
```
mysql | Initializing database
mysql | 2021-05-14T10:41:38.567761Z 0 [Warning] [MY-011070] [Server] 'Disabling symbolic links using --skip…
-
### Please confirm that the bug report does ***not*** already exist
- [X] I confirm there is no existing issue for this bug.
### Steps to reproduce
1. use mysql8.4 as default db
2. create a …
-
Hi - is this library still supported? I'm running into some issues installing the package on my mac via opam, and I strongly suspect its related to my installation of mysql8 being installed via homebr…
-
```bash
array_key_exists(): Argument #2 ($array) must be of type array, null given
```
Typecho 版本:1.2.1
-
## Expected Behavior
Start Success
## Actual Behavior
```
2023-08-31T17:46:43.067380+0800 error /Users/admin/go/pkg/mod/go.temporal.io/server@v1.21.5/common/persistence/persistenceMetricClient…
-
### What version of SQLBoiler are you using (`sqlboiler --version`)?
4.16.2
### What is your database and version (eg. Postgresql 10)
mysql8
### If this happened at generation time what was th…
-
springboot 2.6.13 mysql8.0数据库 报错java.lang.NumberFormatException: For input string: "null" java.lang.NumberFormatException: For input string: "null"
用DBeaver连接也报同样的错