In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail how to use phpmyadmin and access address locally. The editor thinks it is very practical, so I share it with you as a reference. I hope you can get something after reading this article.
The way to use phpmyadmin and access address locally: first install the latest version and extract it to the htdocs folder; then modify the relevant code and configure the [config.default.php] file; finally, enter the [localhost/phpmyadmin] login information in the browser.
How to use phpmyadmin locally and access address:
1. Https://www.phpmyadmin.net/ visits this page to download the latest version of the installation package.
2. Unpack the installation package and put it in the htdocs folder in APMSever.
3. Change the content in phpMyAdmin/libraries/config.default.php
$cfg ['blowfish_secret'] =''
Change to
$cfg ['blowfish_secret'] =' 123456characters; (note: '123456' is a random character)
In the phpMyAdmin directory, open config.sample.inc.php and find line 18
$cfg ['blowfish_secret'] =''
Change to
$cfg ['blowfish_secret'] =' 123456characters; (note: '123456' is a random character)
4. Configure the config.default.php file
(1) Open config.default.php and find
$cfg ['PmaAbsoluteUri'] = ""
Plus the path where phpmyadmin is located
Such as:
$cfg ['PmaAbsoluteUri'] = "http://218.241.157.76:3380/"
(2) find
$cfg ['Servers'] [$I] [' user'] = 'root'; $cfg [' Servers'] [$I] ['password'] =''; fill in the user and password of your mysql respectively. Here is $cfg ['Servers'] [$I] [' user'] = 'root'; $cfg [' Servers'] [$I] ['password'] =' 123456'
(3) change the root user and password.
5. After modifying the file, enter "localhost/phpmyadmin" login information in the browser as follows:
Server: 127.0.0.1purl 3306
User name: root
Password: blank (left empty)
This is the end of the article on "how to use phpmyadmin locally and access address". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, please share it for more people to see.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.