1.做软连接

[root@xxxxxx:/data/backup/log]# ln -s /var/lib/mysql/mysql.sock /tmp/mysql.sock
[root@xxxxxxxxx:/data/backup/log]# ln -s /var/lib/mysql/mysql.sock /data/mysql/mysql.sock

 

2.mysql> show variables like '%slave_parallel_workers%';
+------------------------+-------+
| Variable_name          | Value |
+------------------------+-------+
| slave_parallel_workers | 0     |
+------------------------+-------+
1 row in set (0.00 sec)

设置成0

相关文章:

  • 2022-12-23
  • 2022-03-07
  • 2021-10-20
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-01-17
  • 2021-12-12
  • 2021-07-28
相关资源
相似解决方案