Hi, we are experiencing an issue with a roleout in Microsoft Azure, where
the DB  username contains a "@" sign. This seems to be the default in MySQL
in Azure.  Is there anyway to escape this the URL for the clusterer module?

 

If you use mysql client it's typical something like

 

Mysql -h host.mysql.azure.com -u opensips@host -popensips opensips, which
works fine

 

In clustererar where we use this this translates to:

 

modparam("clusterer",
"db_url","mysql://opensips@host:opens...@host.mysql.azure.com/opensips")

 

which fails

 

Any ideas on a workaround on this?

 

BR / Olle

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to