#Mysql常见故障

Error: bind_address

配置多个ip时,报错

bind_address = 10.10.12.23, 127.0.0.1
2018-10-21T10:59:51.690388+08:00 0 [ERROR] SSL error: Unable to get private key from 'server-key.pem'
2018-10-21T10:59:51.690411+08:00 0 [Warning] Failed to set up SSL because of the following SSL library error: Unable to get private key
2018-10-21T10:59:51.690513+08:00 0 [ERROR] Can't start server: Bind on TCP/IP port: Cannot assign requested address
2018-10-21T10:59:51.690530+08:00 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2018-10-21T10:59:51.690543+08:00 0 [ERROR] Aborting

References

猜你喜欢

转载自blog.csdn.net/qixiaoya/article/details/82779360