error message

[ERROR] [MY-011292] [Server] Plugin mysqlx reported: 'Preparation of I/O interfaces failed, X Protocol won't be accessible'
[ERROR] [MY-011300] [Server] Plugin mysqlx reported: 'Setup of bind-address: '*' port: 33060 failed, `bind()` failed with error: Address already in use (98). Do you already have another mysqld server running with Mysqlx ?'
[ERROR] [MY-013597] [Server] Plugin mysqlx reported: 'Value '*' set to `Mysqlx_bind_address`, X Plugin can't bind to it. Skipping this value.'
[ERROR] [MY-011300] [Server] Plugin mysqlx reported: 'Setup of socket: '/tmp/mysqlx.sock' failed, another process with PID 47399 is using UNIX socket file'

how to fix this erro

add folloiwng variables in mysqld

[mysqld]
mysqlx_socket                      = /data/3392/data/mysqlx.sock
mysqlx_port                        = 33920

 

相关文章:

  • 2021-05-16
  • 2021-10-01
  • 2021-12-09
  • 2021-12-20
  • 2021-04-11
  • 2022-01-04
  • 2021-05-23
猜你喜欢
  • 2022-03-05
  • 2021-07-17
  • 2022-12-23
  • 2022-03-09
  • 2022-12-23
  • 2021-08-14
相关资源
相似解决方案