最佳答案
从您显示的图像看起来MysqL和MariaDB都已经运行了!
@H_502_1@注意:这有点内存饥饿!
@H_502_1@简单测试以查看MysqL和MariaDB是否都在运行.启动PHPMyAdmin并查看登录屏幕.如果两者都在运行,您应该在“用户名”和“密码”字段下看到“服务器选择”下拉列表.在那里你会看到2个选项,如下所示.
@H_502_1@
@H_502_1@Small note WAMPServer is now at V3.1.2,07002 This contains a fix that if I remember correctly,contains a relevant fix. This is the WAMPServer backup repo,but it is a lot easier to navigate than SourceForge and is often more up to date than SourceForge as Oto does not have to jump through all the SourceForge loops to keep it up to date. @H_502_1@Also note: that MariaDB and MysqL cannot both run on the same port i.e. 3306. So by default MysqL runs on 3306 and MariaDB runs on 3307. When you come to write PHP code you will have to specify port 3307 on your database connection code to make the connection to MariaDB if you are going to run both at the same time. @H_502_1@Alternatively,if you want to use just MariaDB,Turn off MysqL and then switch MariaDB to use port 3306. There are menu items that make it quite easy if you look for them.