重启后MySQL服务器无法启动

时间:2017-11-26 10:52:48

标签: mysql database configuration

标题几乎描述了所有内容。我已多次检查但是我找不到任何可能使用相同端口的内容,而在错误日志中我得到了这两个[错误]行:

[Warning] Plugin mysqlx reported: 'Failed at SSL configuration: "SSL context is not usable without certificate and private key"'
[Note] Plugin mysqlx reported: 'For more information, please see the Using Secure Connections with X Plugin section in the MySQL documentation.'
[Note] Plugin mysqlx reported: 'IPv6 is available'
[ERROR] Plugin mysqlx reported: 'Preparation of I/O interfaces failed, X Protocol won't be accessible'
[ERROR] Plugin mysqlx reported: 'Setup of TCP (bind-address:'*', port:1604) failed, `bind()` failed with error: An attempt was made to access a socket in a way forbidden by its access permissions.

所以我猜测问题出在插件或某个目录上,因为sql workbench会出现这些错误:

ERROR  Can't open the mysql.plugin table. Please run mysql_upgrade to create it.
Note  Plugin mysqlx reported: 'Scheduler "work" started.'
Note  Plugin mysqlx reported: 'Scheduler "network" started.'
Warning  Gtid table is not ready to be used. Table 'mysql.gtid_executed' cannot be opened.
Warning  Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
ERROR  Can't start server: Bind on TCP/IP port: No such file or directory

这是我的第一个sql server,所以我真的不确定是什么问题。 我也试过在另一个端口上运行它,但我得到了相同的结果。 有什么建议?

0 个答案:

没有答案