I'm trying to host WordPress website on Azure Linux App service.
I got this error:
Your PHP installation appears to be missing the MySQL extension which is required by WordPress
I searched everywhere but I didn't find how to install the MYSQL driver to Liunx based Azure PHP App service.
What I know that I have to do some changes to an ini
file; But I don't know how.