After installing and configuring phpmyadmin, enter the localhostphpMyAdmin-3.5.1-all-languages does not pop up after the login window appears: IndexofphpMyAdmin-3.5.1-all-languages and no login window appears. PhpMyAdmin is extracted here. VarwwwhtmlphpMyAdmin-3.5 installation configured phpmyadmin after entering http: // localhost/phpMyAdmin-3.5.1-all-languages/no pop-up login windows
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