mac版xampp里面的mysql无法启动

mac版xampp里面的mysql无法启动,第1张

xampp

mysql无法启动问题

在xampp安装目录下找到xamp这个文件(默认路径是:/applications/xampp/xamppfiles/xampp)

用文本编辑器打开,搜索:$xampp_root/bin/mysql.server

start

>

/dev/null

&

在那一行前面添加:

unset

dyld_library_path

保存退出,重新打开xampp,开启mysql。

方法/步骤 1、今天运行XAMPP启动MySQL数据库时出现错误: 21:37:31 [mysql] Status change detected: stopped 21:37:31 [mysql] Error: MySQL shutdown unexpectedly. 21:37:31 [mysql] This may be due to a blocked port, missing dependencies, 21:37:31 [mysql] improper privileges, a crash, or a shutdown by another method. 21:37:31 [mysql] Press the Logs button to view error logs and check 21:37:31 [mysql] the Windows Event Viewer for more clues 21:37:31 [mysql] If you need more help, copy and post this 21:37:31 [mysql] entire log window on the forums s 2、有遇到这类问题的朋友可以试试小编的方法,反正我是解决了。 打开你的xampp安装目录,这里小编把它安装在D:\Program Files\xampp目录。 3、下拉鼠标,找到Mysql文件夹,这里就是你的本地MySQL数据库,点击打开。 4、继续打开data文件夹,data一般是指保存数据的文件夹,也可能是软件生成的临时文件夹。 5、这里有个文件名为 ibdata1 的文件 ,ibdata就是用来储存文件的数据的。这里我们把它删除掉。 6、重新运行XAMPP程序,启动MySQL数据库。 系统提示:Status change detected: running说明MySQL数据库启动成功。 7、再次进入D:\Program Files\xampp\mysql\data文件目录我们可以看到,系统又重新生成了一个 ibdata1 文件。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/8586302.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-04-18
下一篇 2023-04-18

发表评论

登录后才能评论

评论列表(0条)

保存