'XAMPP Mysql can't running on Mac
Im using XAMPP 7.4 on My Macbook air 2020 i've tried so many ways or command like :
sudo killall mysqld sudo /Applications/XAMPP/xamppfiles/bin/mysql.server start
but it keep won't running.
Solution 1:[1]
Try:
- Open XAMPP -> Services -> MySQL -> Start
or
- open terminal in your XAMPP (button
Open Terminal) and restart mysql
systemctl restart mysql
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Svyatoslav Kuznetsov |
