Install php tutorial myadmin in personal space
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.