In the IIS + PHP + MySQL environment, which of the following operations does PHP. INI need to be modified? _ MySQL

Source: Internet
Author: User
IIS + PHP + MySQL environment, PHP. INI to modify the source address: http://hi.baidu.com/zhixianliu/blog/item/dbfc63f5efbdfd2cbd310946.html

Output_buffering = On

If the default 4096 is used, the PHP performance in IIS6 will be very bad.

Register_globals = Off

Extension_dir = "c:/PHP/ext"

Upload_max_filesize = 100 M

Extension = php_mbstring.dll

Extension = php_mysql.dll

Mysql. default_port = 3306 (important: I forgot to add it before, and the server error 500 has always occurred .)

Mysql. default_host = localhost

Mysql. default_user = root

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.