The mysql database and the php program are on the same server. How can I write php when connecting to the database?

Source: Internet
Author: User
The mysql database and php program are installed on the same server. When php connects to the database, does DB_HOST write localhost or the ip address of this server? The mysql database and php program are installed on the same server. When php connects to the database, does DB_HOST write localhost or the ip address of this server?

Reply content:

The mysql database and php program are installed on the same server. When php connects to the database, does DB_HOST write localhost or the ip address of this server?

There is no need to write the ip address of the machine to the same server, and the ip address of the machine will change.
Write localhost, or 127.0.0.1.

If the IP address is set to 127.0.0.1 or localhost, the IP address is OK...

As long as you do not write a public ip address, the LAN ip address may also pass through the nic and route. We recommend that you127.0.0.1OrLocahost.

If the server is a VM instance or a VM instance, there is basically no problem according to the answers provided above. If it is a VM instance, the database link requires the service provider to provide the database address, user name, password, and database name.

127.0.0.1 use this locally.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.