To setup Azure Sphere Device you need to create Azure Sphere tenant. To do it you need to create it using this command: azsphere tenant create -n “spheretenantname” But, you can see: …Read more
Month: July 2019
Azure App Service on Linux – mysql and mysqli driver
Azure Web App / Azure App Service on Linux by default do not offer mysql and mysqli driver to connect to MySQL database. The lowest PHP version is 5.6. Sometimes you need to move to the cloud older ap…Read more
mysqlnd cannot connect to MySQL 4.1+ using the old insecure authentication
When you move MySQL from your hosting to Azure Database for MySQL and trying to connect to it – you can see something like this: mysql_connect(): mysqlnd cannot connect to MySQL 4.1+ using the old ins…Read more
Import Database to Azure Database for MySQL or for MariaDB – real case (Got error 1 from storage engine, you need (at least one of) the SUPER privilege(s) for this operation)
Some time ago Microsoft launched Azure Database for MySQL and Azure Database for MariaDB, so we can use these databases as a Platform as a Service. We are not responsible for the operating system, dat…Read more
Azure Site recovery – Please provide targetAzureVmName that is supported by Azure
Sometimes when we deploy replication in Azure Site Recovery we see this kind of error. The error message seems to be clear – but How to resolve it? Error ID 70169 Error Message Enable protectio…Read more
Azure Site Recovery – Dynamic Disks or Multiple system disks 1,0 found. Azure doesn’t support multiple system disks
Azure Site Recovery – Dynamic Disks or Multiple system disks 1,0 found. Azure doesn’t support multiple system disks When we are trying to install Mobility Agent on Windows Server with Raid 1 Ope…Read more