"Login with user password in phpMyAdmin" supplement

Source: Internet
Author: User
Important: Please modify the IIS5 + PHP + MYSQl and PWS + PHP + MYSQL environments. during debugging, my machine had a tmp directory on the disk running php, so there was no accident, some netizens wrote that the PWS environment cannot run because SyntaxHighlighter may be running on a disk running php in windows.
Important: modify the IIS5 + PHP + MYSQl and PWS + PHP + MYSQL environments.

During debugging, my machine had the tmp directory on the disk where php was running, so there was no accident. some netizens wrote that PWS cannot run in the environment because of this, in windows, the tmp directory may not exist on the disk where php is running, and the directory "/tmp /~ Userfile/"is not successful, and an error is prompted. You can set $ userfiletmp = "/tmp /~ Userfile /~ Tmp. inc ";
Change
$ Userfiletmp = "/tmp /~ Tmp. inc ";
Or modify the following statement in the file index0.php "if ($ step = 3) {":
If (! File_exists (dirname ($ userfiletmp ))){
Mkdir (dirname ($ userfiletmp), 0700 );
}
Become
If (! File_exists ("tmp ")){
Mkdir ("tmp"), 0700 );
}
If (! File_exists (dirname ($ userfiletmp ))){
Mkdir (dirname ($ userfiletmp), 0700 );
}
You can.



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.