Conquer CakePHP Series 1 connection to MySQL database

Source: Internet
Author: User

Read this http://www.jb51.net/article/16244.htm first
Next, we will describe this framework step by step.
First, download the framework:
Official homepage: http://cakephp.org/
: Http://cakeforge.org/frs? Group_id = 23 & release_id = 428.
Official documents: http://book.cakephp.org/view/305/The-Manual
Third-party Introduction: http://www.1x3x.net/cakephp/
Select stable version1.1.4247692
Download the cake_1.1.4107692.zip file and decompress it, as shown in. Create a project.

Run: http: // localhost/cakephp_demo/

Modify the name of the database. php. default file to database. php, and modify the configuration information, for example:

  1. ClassDATABASE_CONFIG
  2. {
  3. Var $ Default=Array('Driver'=>'Mysql',
  4. 'Connect'=>'Mysql _ connect',
  5. 'Host'=>'Localhost',
  6. 'Login'=>'Root',
  7. 'Password'=>'Root',
  8. 'Database'=>'Test',
  9. 'Prefix'=>'');
  10. Var $ Test=Array('Driver'=>'Mysql',
  11. 'Connect'=>'Mysql _ connect',
  12. 'Host'=>'Localhost',
  13. 'Login'=>'Root',
  14. 'Password'=>'Root',
  15. 'Database'=>'Test',
  16. 'Prefix'=>'');
  17. }

Run the appeal URL again:

The database connection is successful.

Related Article

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.