热词:
mysql安装bus error的解决办法:1、对于redhat系列来说,用“yum installl php_mysql”安装php_mysql;2、对于debian系列来说,通过apt-get安装php_mysql。
liunx下装mysql出现bus error:
Linux下不使用dll形式,你需要安装php_mysql,如果是Redhat系列的话就用yum installl php_mysql,如果是Debian系列的话就用apt-get来安装。