Unity3D online database issue

Hello! I’ve created and connected a database that I’ve created using phpMyAdmin with my unity3D game. (using XAMPP) But, when I run the built .exe (my game) and try to connect, it is not possible without running XAMPP externally and starting the server thereby. Please tell me, whether to find a script to run XAMPP externally or to activate it using C# in unity. If any, please tell me.

XAMPP is for development/testing, so why can’t you just start the server before launching your Unity app?