Linux(Ubuntu)环境下php无法连接到mysql数据库

原因很有可能是没有安装php-mysql 模块;
解决方法如下:

apt install php-mysql

安装完成后,执行如下命令,重启apache2服务器

service apache2 restart

如下为效果图:
Linux(Ubuntu)环境下php无法连接到mysql数据库

相关文章: