Open manaka02 opened 6 years ago
1) Open your php.ini file and remove the semi-colon in front of extension=pdo_mysql and extension_dir = "ext" (for Windows) or extension_dir = "./" 2) Ensure that the pdo_mysql.dll is in the php/ext folder
Then try again
I solved it by running this command:
sudo apt install php8.0-mysql
Hi guys, I always have this error when I run the command
php console generate:admin
I check my php.ini and it's already enabled (I try to used pdo_mysql as driver)
Thanks