Be able to connect to the In-App MySQL instance using the correct credentials.
Unable to connect. Always throws the following error (even with the correct settings):
[Illuminate\Database\QueryException]
could not find driver (SQL: select * from information_schema.tables where t
able_schema = localdb and table_name = migrations)
[PDOException]
could not find driver
# Database details
DB_HOST=127.0.0.1:51002
DB_DATABASE=localdb
DB_USERNAME=azure
DB_PASSWORD=6#vWHD_$
php artisan migrateIf you run this command from the commandline: php -m
do then have the pdo_mysql extension?
I do not. How do I go about installing them on an Azure Web App? If I try editing php.ini, it says "access is denied". It doesn't look like it allows me to modify it directly from the console.
Ah, thank you. I got it working. My problem was that I redefined a library in the extensions ini they have you add in that guide, and it crashed the website. Thanks for your help!
Most helpful comment
https://docs.microsoft.com/en-us/azure/app-service/web-sites-php-configure