You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Azure Mysql, username must include "@".
If it set Azure Msql in Craftcms, username will be cut off after "@".
And than, if it enter the database host (domain) of Azure Mysql, it converts to ip by Craftcms and tries to connect.
Azure SQL cannot be accessed by ip.
it must used domain name where connect to Azure data base.
###
DescriptionIn Azure Mysql, username must include "@".
If it set Azure Msql in Craftcms, username will be cut off after "@".
And than, if it enter the database host (domain) of Azure Mysql, it converts to ip by Craftcms and tries to connect.
Azure SQL cannot be accessed by ip.
it must used domain name where connect to Azure data base.
Steps to reproduce
DB_SERVER='users_info.mysql.database.azure.com'
DB_USER='your_username@yours_username'
Additional info
I added my log
The text was updated successfully, but these errors were encountered: