You can access XAMPP 8.2.4 MySQL via command line in MacOS by following these steps.
1. Go to XAMPP 8.2.4 MySQL folder in MacOS
1 |
/Applications/XAMPP/xamppfiles/bin/ |
2. Type This Command
1 |
./mysql -u username -p |
If successful, XAMPP will connect to MariabDB instead of MySQL
You can double check by getting all databases in the MariaDB.
1 |
show databases; |
