I hope you can help me.
I am developing an application for raspberry. For this application I need to connect to a database that is mounted on XAMPP for mac, but I have not found a way to remotely access the database. I need to make queries to that database that is on my mac. I have searched for tutorials but I have not been successful. How can I access that database that is on my mac from raspberry? My only intention is to have both teams (MAC and raspberry) within a local network, the service will not put it on the Internet or anything like that.
NOTE: Develop a web application that should show data that is brought from the raspberry, that's why I have everything mounted on my mac :).