PhpMyAdmin allows you to log on remotely.

Source: Internet
Author: User

* Modifications in Linux *
Add the following to phpmyadmin. conf:
<Directory "phpmyadmin path">
AllowOverride None
Order allow, deny
# Allow from 127.0.0.1
Allow from all
</Directory>

* Modification in Windows *
1. Click the "WAMPSERVER" icon in the lower right corner.
2. Select "Apache"> "Alias directories"> "http: // localhost/phpmyadmin/"> "Editalias"
3. After phpmyadmin. conf is enabled, search for the Section in <Directory "c:/wamp/apps/phpmyadmin3.5.1/">.
* Note: c:/wamp is the directory where I installed WAMPSERVER. If you installed it in another directory, please remember to search for <Directory "your installation Directory/apps/phpmyadmin3.5.1/">.
4. Put this section:
Order Deny, Allow
Deny from all
Allow from 127.0.0.1
Modify:
Order Allow, Deny
Allow from all
After modification, remember to "save" the file.
5. Click WAMPSERVER again and select "Restart All services ".
6. You have successfully logged on to phpmyadmin from another computer.
Modify the config. inc. php file in c:/wamp/apps/phpmyadmin3.5.1 /.
Set phpmyadmin logon Password
PhpMyAdmin cookie authorization mode:
Change 'auth _ type' to 'cooker', and then modify 'blowfish _ secret' to use an arbitrary string as the cookie's encrypted string. If no encryption key exists, the system displays "the configuration file currently requires a top secret phrase password (blowfish_secret)". The configuration file is as follows:
$ Cfg ['servers'] [$ I] ['auth _ type'] = 'cooker ';
$ Cfg ['blowfish _ secret '] = '44e2f5aece2855. 93921574'; (this item is not added by yourself)


In phpmyadmin3, there is a new configuration method, that is, you do not need to create config. inc. php. You only need to modify the configuration items in the libraries/config. default. php configuration file. This is because libraries/config is loaded by default in phpmyadmin3. default. php configuration file content, if there is config. inc. in the config. inc. the same variables are found in the php configuration file and overwritten. Therefore, if there are no special settings, you do not need to create a config. inc. php, As long as in libraries/config. default. php configuration.

PhpMyAdmin details: click here
PhpMyAdmin: click here

Recommended reading:

Install the LAMP \ Vsftpd \ Webmin \ phpMyAdmin service and settings in Ubuntu 13.04

Example of LAMP architecture collaborative application-phpMyAdmin

PhpMyAdmin and Wordpress for LAMP applications

PhpMyAdmin logon timeout Solution

Install phpMyAdmin and Adminer in Ubuntu

Implement SSL functions based on LAMP and install phpMyAdmin

Error in phpMyAdmin mcrypt

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.