PhpMyAdmin configuration memo

Source: Internet
Author: User
Normal process 1. of course, the latest version is officially downloaded (I use win, so I will zip it down ~) 2. copy the extracted files to the web application folder. find the configuration file \ libraries & gt; config. default. php copy a copy and change your identity & quot; config. inc. php & quot; ....

Normal process
 

1. download the latest official version (I use win, so I will download the zip file ~)

 

2. copy the extracted files to the web application folder.

 

3. copy the configuration file \ libraries => config. default. php and change your identity to "config. inc. php"

 

 

A. obtain the permission to use MySQL first.


// Write the domain name
$ Cfg ['servers'] [$ I] ['host'] = 'localhost ';
// Set your port
$ Cfg ['servers'] [$ I] ['port'] = '000000 ';
// Use the username of the database
$ Cfg ['servers'] [$ I] ['user'] = 'root ';
// Password of the user
$ Cfg ['servers'] [$ I] ['password'] = 'xxxxxx ';
B. access the server.

 

Configuration error I encountered
 

I am very tragic to see this ......

 

 

Solution
1. (don't forget, I just forgot... after a long time) create a folder named Temp in the php directory.

2. find the session. save_path line in php. ini and change it to session. save_path = "X:/php/Temp"

3. change the value of session. auto_start to 1 (start)

 

 

From matter605924657

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.