Install phpMyAdmin method_php in a personal space

Source: Internet
Author: User
Tags mysql tutorial myadmin
Install the phpMyAdmin method on the personal space. Install the php Tutorial myadmin method in your personal space. of course, you have the mysql tutorial database tutorial. Download the latest phpmyadminmysql manager. Decompress the package and obtain the myadmin method for installing the php Tutorial in the personal space of phpmyadmin.

Of course, you have the mysql tutorial database tutorial. Download the latest phpmyadmin mysql manager. Decompress the package and obtain a phpmyadmin Directory (you can rename it). find the config. inc. php file in the directory, open it, find $ cfg ['pmaabsoluteuri '], and modify

Of course you have a mysql database.
Download the latest phpmyadmin mysql manager.

Decompress the package and obtain a phpmyadmin Directory (you can change the name)

Find the config. inc. php file in the directory and open
Find $ cfg ['pmaabsoluteuri ']
Modify the phpmyadmin URL that you will upload to the space
For example, $ cfg ['pmaabsoluteuri '] = 'http: // www.xxx.com/phpmyadmin /';

And the following
$ Cfg ['servers'] [$ I] ['host'] = 'localhost'; (by default, there are exceptions)

$ Cfg ['servers'] [$ I] ['auth _ type'] = 'config'; // authentication method (config, http or cookie based )?
Debug config in your own machine, if you use cookies on the Internet.

$ Cfg ['servers'] [$ I] ['user'] = 'root'; // mysql user (user name, root in your machine, set your ftp user name on the Internet)
$ Cfg ['servers'] [$ I] ['password'] = ''; // mysql password (you do not need to set the ftp password on your machine)

$ Cfg ['servers'] [$ I] ['only _ db'] = ''; // if set to a db-name, only (you have only one data set)

Other settings
$ Cfg ['defaultlang '] = 'zh ';
$ Cfg ['blowfish _ secret'] = ''. enter the mysql password. This is a top secret phrase password
After the settings are complete, you can upload them to the Internet.

Of course, you have the mysql tutorial database tutorial. Download the latest phpmyadmin mysql manager. Decompress the package to obtain a phpmyadmin object...

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.