📌  相关文章
📜  找不到驱动程序 (SQL: select * from information_schema.table - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:54.812000             🧑  作者: Mango

代码示例1
#In your php.ini configuration file simply uncomment the extension
;extension=php_pdo_mysql.dll
#in ubuntu, you can run
sudo apt-get install php8.0-pdo-mysql

#I recommend wsl for windows users