This question may be very simple, but I really cannot find a real answer on the Internet. I already know that I can connect to the sqlite database stored on my computer with FireDac, but now I want to go to the sql online server.
I have a domain with an internal sql server.

This is my configuration and it tells me the Unknown configuration host . I need to connect to a SQL database. Is FireDAC a real solution?
I have a server side connection string like this:
$pdo = new PDO('mysql:host=mysql.netsons.com;dbname=caorobwq_worldcup', 'username', 'password');
source share