XAMPP 7.2.10-0 macOS Mojave - No button label are visible

天大地大妈咪最大 提交于 2019-12-02 17:41:32

at the moment please turn on the services from terminal using this command : sudo /Applications/XAMPP/xamppfiles/xampp start

Hussain Thajutheen

The problem is with the button text not the functionality. You can still click on the buttons to function the features. You just need to know which button is meant for what.

You can check the picture attached for the buttons with texts.

Vincent Ting-Syuan Wang

The latest version of Xampp will solve this problem!

You can download it at the link below: https://sourceforge.net/projects/xampp/files/XAMPP%20Mac%20OS%20X/7.2.11/

You can run from the terminal as follows:

-> cd /Applications/xampp/xamppfiles

-> sudo ./xampp start

To check on MYSQL status:

-> mysql status -u [username] -p [password]

To stop:

-> sudo ./xampp stop

I too got the same issue after updating to Mojave. Try uninstalling the older version and install using the link given below. It works

https://www.apachefriends.org/xampp-files/7.2.12/xampp-osx-7.2.12-0-installer.dmg

I've been having this same problem so I just started using the terminal as a way to start the server

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!