Hello,
I want to use the "connect engine" from an external machine to an azure database.
The problem is with the connexion URL as the Microsoft "user" to connect to the Azure PAAS already contains an "@" which is (in other worlds) the user/host separator ...
Format of standard URL : mysql://user:password@host/database_name/table_name
as the "user" contains already an "@" on a MariaDB PAAS the URL is stated as "Syntax error" by Mariadb on the external server ....
Is there a solution to solve that problem.
Regards