Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/mysql/56.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Mysql 正在端口XXXX上启动生成的服务器。。。错误:生成服务器操作失败_Mysql_Database_Innodb_Frm - Fatal编程技术网

Mysql 正在端口XXXX上启动生成的服务器。。。错误:生成服务器操作失败

Mysql 正在端口XXXX上启动生成的服务器。。。错误:生成服务器操作失败,mysql,database,innodb,frm,Mysql,Database,Innodb,Frm,我正在使用MySQL实用程序从.frm文件恢复表模式。每次在默认模式下运行mysqlfrm命令时,我都会收到以下消息: 正在端口XXXX上启动生成的服务器。。。错误:生成服务器操作失败。要进行诊断,请再次运行该实用程序,并使用--verbose选项查看来自衍生服务器的消息,并更正出现的任何错误,然后再次运行该实用程序 因此,我使用-verbose运行相同的命令。这一次的信息是: Starting the spawned server on port 5974 ... ERROR: Port 5

我正在使用MySQL实用程序从.frm文件恢复表模式。每次在默认模式下运行mysqlfrm命令时,我都会收到以下消息:

正在端口XXXX上启动生成的服务器。。。错误:生成服务器操作失败。要进行诊断,请再次运行该实用程序,并使用--verbose选项查看来自衍生服务器的消息,并更正出现的任何错误,然后再次运行该实用程序

因此,我使用-verbose运行相同的命令。这一次的信息是:

Starting the spawned server on port 5974 ... ERROR: Port 5974 in use. Please choose an available port.
如果我更改端口并使用-verbose运行命令:

Starting the spawned server on port XXXX ... ERROR: Spawn server operation failed. To diagnose, run the utility again and use the --verbose option to view the messages from the spawned server and correct any errors presented then run the utility again.
在--diagnostic模式下运行命令我得到:

Reading .frm file for wp_commentmeta.frm:
# The .frm file is a TABLE.
错误:无法读取列标题

有什么想法吗