Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to install mysql extension Module in php

2025-04-06 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)05/31 Report--

Today, I would like to share with you the relevant knowledge of how php installs the mysql extension module. The content is detailed and the logic is clear. I believe most people still know too much about this, so share this article for your reference. I hope you can get something after reading this article. Let's take a look at it.

1. Download the mysql extension from php website

2. Decompress, initialize with phpize tool, compile: file package.

# tar xzvf mysql-45881bd.tar.gz

3. Enter the mysql extension directory

# cd mysql-45881bd/

4. Initialize it with phpize and put it in phpize in the / opt/ directory.

# / opt/php/bin/phpize

5. Edit the php.ini file directly, copy mysql.so to the current directory of php.ini, and then add extension=mysql.so to php.ini.

# cp / root/mysql-fae9884/modules/mysql.so / etc/

6. Restart php.

# / etc/init.d/php-fpm restartGracefully shutting down php-fpm. DoneStarting php-fpm done

When we use php, we usually configure some modules, and the function of the light itself is far from enough. Mysql is our commonly used database, and its extension module can be used in php.

These are all the contents of the article "how to install the mysql extension module in php". Thank you for reading! I believe you will gain a lot after reading this article. The editor will update different knowledge for you every day. If you want to learn more knowledge, please pay attention to the industry information channel.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report