xampp

nwlls2ji  于 2021-06-21  发布在  Mysql
关注(0)|答案(1)|浏览(272)

我想从一本书中学习php+mysql,我想用mysql改变mariadb。
到目前为止,我尝试使用旧版本的xampp(2015年11月),但仍然得到了mariadb的支持,并使用了以下内容:https://gist.github.com/odan/c799417460470c3776ffa8adce57eece
不幸的是,它没有起作用:

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

我是否应该尝试使用mysql而不是mariadb来获得xampp版本(那将是一个非常旧的版本?如果是,你能给我一个吗?)
我该怎么修?我在事件查看器和错误日志中都没有得到任何信息(tbh我想xampp正在向我显示另一个日志,因为最后一行是从21:11开始的,它没有更新)。
关于用mysql替换mariadb的想法,记住以上几点?

3zwtqj6y

3zwtqj6y1#

我知道这并不完全是你想要的,但我不得不问:为什么你想用mysql取代mariadb?它们非常相似(请参阅本文),如果用其他的东西来替换xampp中的mariadb服务器可能会更麻烦。
我认为在大多数情况下(如果不是所有情况下)使用mariadb而不是mysql是非常好的。他们声称mariadb有速度上的改进,但是查询应该是相同的,如上面链接的帖子所述。我使用xampp进行本地测试已经有相当长一段时间了,还从未遇到过两者之间的问题。

相关问题