Its pretty clear that the installation does not know where the MySQL is or its not installed
Before anything make sure you have everything setup as per #Post 6 if your install is a remote db based one if its a regular install, please follow instructions on EPRNext wiki
@Saditi
Unless you install mysql or do a complete install you are not going to get much further. As I mentioned, your MySQL DB is not installed. Be it locally or remotely.
So please check that you have the right setup before progressing further
Itās fairly easy to set up , the problem with Azure Remote DB is it accepts username in a āusername@hostnameā format and this conflicts with frappeās code which uses āusernameā to create new dbās manage access etc.
Yeah, it works for amazon since the username expected is in āusernameā format. Azure requires it to be sent in username@hostname format in the connection string and this cannot be changed from azureās side afaik. We might need to customize database.py