After installing and configuring phpmyadmin, enter http: // localhost/phpMyAdmin-3.5.1-all-languages/no pop-up login window solution

Source: Internet
Author: User
After installing and configuring phpmyadmin, enter http: // localhost/phpMyAdmin-3.5.1-all-languages/no pop-up login window appears after login: Indexof/phpMyAdmin-3.5.1-all-languages and no login window appears. PhpMyAdmin I am after installing and configuring phpmyadmin input http: // localhost/phpMyAdmin-3.5.1-all-languages/no pop-up login window
After login, the following error occurs:
Index of/phpMyAdmin-3.5.1-all-languages
The logon window does not appear.

PhpMyAdmin is extracted here.
/Var/www/html/phpMyAdmin-3.5.1-all-languages

Libraries/config. default. php
The configuration file is as follows:
$ Cfg ['servers'] [$ I] ['host'] = 'localhost ';
$ Cfg ['servers'] [$ I] ['port'] = '';
$ Cfg ['servers'] [$ I] ['auth _ type'] = 'cooker ';
$ Cfg ['servers'] [$ I] ['user'] = 'root ';
$ Cfg ['servers'] [$ I] ['password'] = '';
$ Cfg ['pmaabsoluteuri '] = 'http: // localhost/phpMyAdmin-3.5.1-all-languages /';

------ Solution --------------------
1: rename the phpMyAdmin-3.5.1-all-languages to phpMyAdmin
2: Copy the config. sample. inc. php file in phpMyAdmin and name it config. inc. php.
3: find the following two lines and remove the // annotator. And change it to your mysql User name and password.
// $ Cfg ['servers'] [$ I] ['controluser'] = 'PMA ';
// $ Cfg ['servers'] [$ I] ['controlpass'] = 'pmapass ';

4: enter http: // localhost/phpMyAdmin/index. php on the url for access.
------ Solution --------------------
...

? Starting with php?
If the source code is? Add a file in front of php <and check if you have changed the file.
------ Solution --------------------
Discussion

Reference:

...

? Starting with php?
If the source code is? Add a file in front of php <and check if you have changed the file.

Sorry. I copied a missing symbol.

/* Vim: set expandtab sw = 4 ts = 4 sts = 4 :*/
/**
* Forms frameset
*
*......

------ Solution --------------------
Enter/setup/after the address to view the corresponding file in your folder and generate a configuration file. see help. Modify related permissions, clear the browser cache, and restart apache...
Are you Centos? It is said that this permission is abnormal and has not been tried yet. you should set it carefully.
------ Solution --------------------
Running your phpinfo () code in php only produces results. The code displayed in the browser indicates that Apache does not parse the. php file.
So correct configuration of Apache, PHP and mysql: http://download.csdn.net/detail/dmtnewtons/4253940

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.