大约两天前,我开始使用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
有人可以帮忙吗?
答案 0 :(得分:0)
检查是否有另一个正在使用端口3306的应用程序。如果是,则必须终止该进程并重新启动mysql服务。