In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/02 Report--
Editor to share with you how to install phpmyadmin under linux and detailed process steps, I believe that most people do not know much, so share this article for you to learn, I hope you will learn a lot after reading this article, let's go to learn the method!
How to install phpmyadmin in linux: first log in with your root account; then download PhpMyAdmin and select the file with the [tar.gz] extension; then start the shell terminal; finally, start the browser for verification.
How to install phpmyadmin under linux:
1. We need to log in as a root account.
2 PHP supports module installation. After the installation of the CentOS operating system, the PHP support module is not installed. If you want to use PhpMyAdmin, you need to install the PHP support module first.
We need two PHP support modules: one, "PHP scripting language for creating dynamic web sites"
Second, "A module for PHP applications that use MySQL databases"
Once these two modules are installed, we can run PHP and have access to MySQL in PHP.
3. Download PhpMyAdmin. Official website: http://www.phpmyadmin.net/home_page/index.php comes here to download the latest version of PhpMyAdmin and select the file with the "tar.gz" extension. When the download is complete, copy the download file to the "/ var/www/html" directory.
At present, the latest version of PhpMyAdmin is "phpMyAdmin-3.5.5-all-languages.tar.gz". This file name is used below.
4. Start the shell terminal and follow the steps below:
A, enter the root directory of the website
Cd / var/www/html
B, decompress the program package
Tar xvfz phpMyAdmin-3.5.5-all-languages.tar.gz
C, move the directory phpMyAdmin-3.5.5-all-languages to the phpmyadmin folder
Mv phpMyAdmin-3.5.5-all-languages phpmyadmin
D, enter the phpmyadmin directory
Cd phpmyadmin
E, copy the sample configuration file to the config.inc.php file
Cp config.sample.inc.php config.inc.php
F, restart apache
Service httpd restart
5. Verify that PhpMyAdmin is installed successfully. Launch the browser and type in the address bar: http://localhost/phpmyadmin/ if the installation is successful, you should see the page of PhpMyAdmin.
The above are all the contents of the method and detailed process steps of installing phpmyadmin under linux. Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!
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.