Maison  >  Article  >  développement back-end  >  mysql 命令不能导出数据库

mysql 命令不能导出数据库

WBOY
WBOYoriginal
2016-06-06 20:43:481331parcourir

错误提示如下
Enter password:
mysqldump: Got error: 1168: Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist when using LOCK TABLES

回复内容:

错误提示如下
Enter password:
mysqldump: Got error: 1168: Unable to open underlying table which is differently defined or of non-MyISAM type or doesn't exist when using LOCK TABLES

show global variables like "%open%"; 看看open_files_limit参数是多少,把它调大

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn
Article précédent:第三方接入的实现Article suivant:PHP unset函数好奇怪