In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly explains "how to log on to phpMyAdmin on Linux server". Interested friends may wish to have a look. The method introduced in this paper is simple, fast and practical. Let's let the editor take you to learn how to log in to phpMyAdmin on Linux server.
PhpMyAdmin tool
1. Check whether php, php-mysql, apache and other tools have been installed
[root@localhost src] # rpm-qa | grep php
Php-cli-5.3.3-26.el6.i686
Php-gd-5.3.3-26.el6.i686
Php-mysql-5.3.3-26.el6.i686
Php-pdo-5.3.3-26.el6.i686
Php-5.3.3-26.el6.i686
Php-xml-5.3.3-26.el6.i686
Php-common-5.3.3-26.el6.i686
[root@localhost src] #
2. Download "phpMyAdmin" and https://www.phpmyadmin.net/ from the official website of phpMyAdmin.
3. Copy the downloaded software to the "/ var/www/html/" directory and rename "phpMyAdmin"
[root@localhost down] # tar-zxvf phpMyAdmin-4.8.2.tar.gz
[root@localhost down] # cp-r phpMyAdmin-4.8.2 / var/www/html/phpMyAdmin
4. Modify the configuration file "config.sample.inc.php" to replace "cookie" in line 29 with "http"
[root@localhost src] # cd / var/www/html/phpMyAdmin/
[root@localhost phpMyAdmin] # gedit config.sample.inc.php
/ * Authentication type * /
$cfg ['Servers'] [$I] [' auth_type'] = 'http'
5. Start Apache and mysql
[root@localhost phpMyAdmin] # service httpd start
Starting httpd:
[root@localhost phpMyAdmin] # service mysqld start
Starting mysqld: [OK]
[root@localhost phpMyAdmin] #
6. Type "127.0.0.1/phpMyAdmin" in the browser to log in to phpMyAdmin
A Linux learning platform has been made, and a prototype has come out at present, which you can refer to and use.
Link: https://pan.baidu.com/s/1GOLVU2CbpBNGtunztVpaCQ password: n7bk
At this point, I believe you have a deeper understanding of "how to log on to phpMyAdmin on the Linux server". You might as well do it in practice. Here is the website, more related content can enter the relevant channels to inquire, follow us, continue to learn!
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: 207
*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.