简体   繁体   English

Mac OSX上的Xampp管理器,最近mysql服务器停止启动

[英]Xampp manager on Mac OSX, recently the mysql server stopped starting

I tried everything, changing the port no. 我尝试了一切,更改了端口号。 and all but it still did not start I had to end the mysql process using the activity monitor and now the tables wont respond. 和所有,但仍然没有开始,我不得不使用活动监视器结束mysql进程,现在表将不响应。 When I click the name it shows an error message: #1146 table 'table_name' doesn't exist! 当我单击名称时,它显示一条错误消息:#1146表'table_name'不存在! My past projects will be wasted if they don't respond and I had forgotten to export the databases. 如果我以前的项目不响应,就会浪费掉,而我忘记了导出数据库。

you can run this command to repair any database you have: 您可以运行以下命令来修复您拥有的任何数据库:

mysqlcheck -u mysql_username -p database_name

but if you see this error after running this: 但是如果运行此命令后看到此错误:

Error: Table 'database_name.table_name' doesn't exist

you should drop your damaged table, all details can you find through this link 您应该放下损坏的桌子,可以通过此链接找到所有详细信息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM