您的位置: 首页 > 文章 > 基于Ububtu上并在Apache web服务器上PHP连接MySQL 基于Ububtu上并在Apache web服务器上PHP连接MySQL 分类: 文章 • 2025-04-06 18:36:57 前提 服务器上装有Ubuntu,且linux系统上装有Apache Web服务器、MySQL以及安装php 关键点 关键就是php连接mysql,进入root界面,两条命令搞定 1: apt install php7.4-mysql 2: service apache2 restart 截图 具体可以参考GitHub(外网): https://gist.github.com/lanrion/9867179 总结 国内百度一小时,不如国外谷歌3秒!!!