Home  >  Article  >  Database  >  How to solve the mysql installation bus error problem

How to solve the mysql installation bus error problem

藏色散人
藏色散人Original
2020-11-01 14:40:412651browse

Mysql installation bus error solution: 1. For the Redhat series, use "yum installl php_mysql" to install php_mysql; 2. For the Debian series, install php_mysql through apt-get.

How to solve the mysql installation bus error problem

Recommendation: "mysql video tutorial"

Bus error occurs when downloading mysql from liunx:

Linux does not use dll form. You need to install php_mysql. If it is a Redhat series, use yum installl php_mysql. If it is a Debian series, use apt-get to install it.

The above is the detailed content of How to solve the mysql installation bus error problem. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn