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 )}