Drupal installation process _ MySQL

Source: Internet
Author: User
Tags mysql tutorial drupal
Drupal installation process Drupal

The entire installation process is very simple, as described in install.txt, because I want to make the website all adopt UTF-8 encoding, so you need to do the following special steps:

1. modify include/database. mysql. inc. add code in 33 lines:

@ Mysql_query ("set names UTF8 ;");

Its role is to let the PHP program in the entire database operation process, are using UTF-8 encoding to transmit data, ensure that the data encoding will not be due to incompatibility and other reasons.

2. modify database/database. mysql. add the following content after the SQL statement of each table creation:

"Default charset = UTF8"

This is to make the character set of the data table UTF8, so that the data stored in this type of table will not be caused by incompatibility or other reasons.

You need to pay attention to this issue during subsequent module installation and upgrade.

After these two steps, basically the system support UTF-8 is OK.

II. Next let's talk about the program debugging process:

Since the previous runtime environment was PHP4, no adjustment is required for every problem of the program. However, due to the current usage of php5.1.x, some features of this host space are not supported or changed, including:

$ Base_url in the sites/default/settings. php file is not available in IE browser in php5.1.x.Drupal installation process-webmaster College

Future Chinese webmasters will focus more on the development of China's networksAdvertisement service | latest update | add to favorites | set as Homepage

  • Homepage
  • Internet software
  • IDC products
  • Webmaster transaction
  • Project outsourcing
  • Business Information
  • Recruitment
  • Company Database
  • Webmaster Mall
  • Asset Information
  • Downlink
  • School
  • Work Tools
  • Tan

Popular keywords:For CSS layout color, see Dreamweaver8 apacheApacheIIS6AjaxWML

Homepage | HOME webmaster getting started operation planning search optimization website profit webpage design HtmlCSS/XhtmlDhtmlWAPDreamweaver design principles graphic animation photoshopFireworkFlash website development Asp. NetPhpJspMssqlAccessOracleMysql server FressbsdLINUXWindows

Video tutorial Frequently used manual Common advertisement code Js special effect code

Webmaster College> Website Development technical tutorial> mysql tutorial> drupal installation process

Drupal installation process

22:26:00 view learning experience

{GetProperty (Content )}

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.