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 build PHP+MySQL environment under Ubuntu 8.04

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

This article mainly introduces how to build the PHP+MySQL environment under Ubuntu 8.04. in the daily operation, I believe that many people have doubts about how to build the PHP+MySQL environment under Ubuntu 8.04. the editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful to answer the doubts about how to build the PHP+MySQL environment under Ubuntu 8.04! Next, please follow the editor to study!

1. Install the Apache service

Sudo apt-get install apache2

Then follow the prompts to complete the installation of apahce. You can open http://127.0.0.1 here, and you can see it, so It works

2. Install php5

Sudo apt-get install php5

Sudo apt-get install libapache2-mod-php5

Sudo / etc/init.d/apache2 restart

After OK, let's check to see if it works.

Gksudo gedit / var/www/testphp.php

Entry probe

Save and run

Http://127.0.0.1/testphp.php

3. Install mysql

Sudo apt-get install mysql-server

When the installation is complete, follow the prompts to set the root secret

4. Let apache and php support mysql

Sudo apt-get install libapache2-mod-auth-mysql

Sudo apt-get install php5-mysql

Sudo / etc/init.d/apache2 restart

At this point, the apache2+php 5.2.4.2+mysql5.0.51 environment is complete.

At this point, the study on "how to build a PHP+MySQL environment under Ubuntu 8.04" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!

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

Servers

Wechat

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

12
Report