xray@Ubuntu:~$ cat /etc/php5/conf.d/mysql.ini
cat: /etc/php5/conf.d/mysql.ini: No such file or directory
xray@Ubuntu:~$ sudo apt-get install php5-mysql
Reading package lists... Done
Building dependency tree
Reading state information... Done
php5-mysql is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded.
xray@Ubuntu:~$ cat /etc/php5/conf.d/mysql.ini
cat: /etc/php5/conf.d/mysql.ini: No such file or directory
xray@Ubuntu:~$
我也是这个问题.重装后也找不的到那个文件夹. 但是提示php5-mysql 安装成功. 但就是找不到.
因为你已经安装了php5-mysql 你可以选择卸载php5-mysql再安装php5-mysql
重新安装一下php5-mysql