Linux Beginner-MARIADB Graphics Management Chapter

Source: Internet
Author: User
Tags phpmyadmin

Linux Beginner-MARIADB Graphics Management Chapter

MARIADB not only has the text management method, but also has the tool's graphical management way. Its graphical management tool is "phpMyAdmin". This software can be downloaded in the "phpMyAdmin" website, as shown in.

Once you have downloaded the software, you can configure the graphical management of MARIADB with the following steps:

A, "Yum install httpd php php-mysql-y". Install httpd, PHP, and Php-mysql software.

B, "Tar jxf phpmyadmin-3.4.0-all-languages.tar.bz2-c/var/www/html/". Unzip the downloaded software into the "/var/www/html" directory. This article is renamed "phpMyAdmin" because its name is too long. You can see that there are many files inside. "Less Documentation.txt" can view Help for this software.

C, "CP config.sample.inc.php config.inc.php". Copy the "config.sample.inc.php" file to "config.inc.php".

D, "Vim config.inc.php". Edit this file as shown in the 17th quotation mark to write "ba17c1ec07d65003". You can also write some content casually.

E, "systemctl restart Httpd.service". Restart the httpd service, and turn off the firewall or do a firewall configuration.

After the above steps are completed, MARIADB's graphical management is configured, enter the browser, enter "native ip/phpmyadmin" namely "172.25.254.102/phpmyadmin", you can enter the graphical management, change the language, Enter your account password and log in to use it. As shown, the SQL statement is also generated automatically for each operation.

Linux Beginner-MARIADB Graphics Management Chapter

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.