我一直在研究一个问题几天了.我们的本地mediawiki页面位于我们的盒子帐户上,自行销毁,我们一直致力于将其联机.使用XAMPP控制面板v3.2.1,错误很多,所以我们决定更新XAMPP(v3.2.2)并将'htdocs'和'mysql/data'文件移到新的数据库中.
第一个错误:
9:50:21 AM [mysql] Attempting to start MySQL app...
9:50:22 AM [mysql] Status change detected: running
9:50:22 AM [mysql] Status change detected: stopped
9:50:22 AM [mysql] Error: MySQL shutdown unexpectedly.
9:50:22 AM [mysql] This may be due to a blocked port, missing dependencies,
9:50:22 AM [mysql] improper privileges, a crash, or a shutdown by another method.
9:50:22 AM [mysql] Press the Logs button to view error logs and check
9:50:22 AM [mysql] the Windows Event Viewer for more clues …Run Code Online (Sandbox Code Playgroud) 我突然间在Mac上遇到了这个问题.我无法启动我的MySQL数据库.我只能启动我的ProFTPD和Apache Web服务器.
这是应用程序日志:
Starting all servers...
Starting MySQL Database...
Starting Apache Web Server...
/Applications/XAMPP/xamppfiles/apache2/scripts/ctl.sh : httpd started
Starting ProFTPD...
Checking syntax of configuration file
/Applications/XAMPP/xamppfiles/proftpd/scripts/ctl.sh : proftpd started
Run Code Online (Sandbox Code Playgroud)
我甚至通过stackoverflow做了一些研究.首先,我试图通过我的活动监视器结束该过程,因为我无法在过滤器搜索区域找到关键字sql.我尝试的第二种方法是添加,unset DYLD_LIBRARY_PATH
但这甚至没有为我工作.
我可以知道如何解决这个问题.帮助将非常感激.谢谢