• 2020-11-01
如何解决mysql安装bus error问题

mysql安装bus error的解决办法:1、对于Redhat系列来说,用“yum installl php_mysql”安装php_mysql;2、对于Debian系列来说,通过apt-get安装......

11