XAMPP上的MySQL无法运行

时间:2019-07-02 10:02:08

标签: mysql xampp

大约两天前,我开始使用XAMPP,但由于无法正常工作,我试图检查我所说的错误:

function wrapText(){
    var slide=SlidesApp.getActivePresentation().getSlides()[4]
    var shape = slide.getShapes()[0];

    shape.wrapText();
}

但是我发现的所有固定问题以及我认为可能的固定问题都无法解决问题。
我检查了日志错误,但不知道到底是什么错误 错误日志如下:

Error: MySQL shutdown unexpectedly.
10:56:40  [mysql]   This may be due to a blocked port, missing dependencies, 
10:56:40  [mysql]   improper privileges, a crash, or a shutdown by another method.
10:56:40  [mysql]   Press the Logs button to view error logs and check
10:56:40  [mysql]   the Windows Event Viewer for more clues
10:56:40  [mysql]   If you need more help, copy and post this
10:56:40  [mysql]   entire log window on the forums

有人可以帮忙吗?

1 个答案:

答案 0 :(得分:0)

检查是否有另一个正在使用端口3306的应用程序。如果是,则必须终止该进程并重新启动mysql服务。