-
Hi,
Since I've installed revive adserver, I've captured a mysql error that is happening at every maintenance:
`MysqlError: The used command is not allowed with this MySQL version`
Here is the stack t…
ghost updated
8 years ago
-
When I run the following code:
auto client = new MySQLClient(...);
auto con = clieck.lockConnection();
con.use(my_db);
auto insert = inserter(con, OnDuplicate.Ignore, "users", "googleID");…
-
Andrey wrote that using a pool automatically solves problems with loss of connection to the server and missing connection.
But simple code show that the error occurs randomly.
Error: The client …
-
Problem:
After this change: https://github.com/eventuate-foundation/eventuate-cdc/commit/cb3bd8315f8acd277edb6684ab782463fadaddbd
mysql binlog client logs lifecycle events/exceptions.
But aft…
-
### What did you do?
from asktug: https://asktug.com/t/topic/1027282
deploy a downstream tidb cluster with status port is 20081 and create a task to sync data.
set dm target-database status port
…
-
- [x] I have searched the [issues](https://github.com/alibaba/canal/issues) of this repository and believe that this is not a duplicate.
- [x] I have checked the [FAQ](https://github.com/alibaba/cana…
-
**from mycli client**
```sql
mysql root@localhost:(none)> SELECT DISTINCT CONCAT('User: ''',user,'''@''',host,''';') AS query FROM mysql.user;
(1142, "SELECT command denied to user 'root'@'localhos…
-
I1008 09:31:33.836370 73346 mysql_master_session.cc:182] Master session starting
I1008 09:31:34.758591 73346 mysql_client_connection.cc:148] connected to host: x.x.x.x, port: 3306
I1008 09:31:35.422…
-
### Expected behaviour …
-