如何修复 Ubuntu PHP 错误:Your PHP installation appears to be missing the MySQL extension which is required by WordPress

问题:

加载你的 wordpress 页面时,你看到以下消息:

php_mysql_extension_missing.txt
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.

解决方案

为运行 wordpress 的 PHP 版本安装 php[VERSION]-mysql 包。

例如:

install_php_mysql.sh
sudo apt -y install php8.1-mysql

Check out similar posts by category: Linux