I installed the new version of XAMPP for Apple Mac OS, that is 7.2.10-0. When I open the manager-osx the label of button aren\'t visible. Below is a photo of my man
XAMPP
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