Configure phpMyAdmin on Fedora

Source: Internet
Author: User
Php is provided on Fedora, and its association with apache is also configured. You do not need to configure it. After configuring apache, add a test in/var/www/html. on the php web page, the content of the page is to test whether the php test is successful. If the test is successful, the php-related configuration information graph will appear. here we will focus on phpMyAdmin configuration: Download The phpMyAdmin version (alllanguages ages), change the decompressed file name to phpMyAdmin, and modify the text

Php is provided on Fedora, and its association with apache is also configured. You do not need to configure it. After configuring apache, add a test in/var/www/html. on the php web page, the content of the page is to test whether the php test is successful. If the test is successful, the php-related configuration information graph will appear.

The configuration of phpMyAdmin is as follows:

Download phpMyAdmin (all versions), change the decompressed file name to phpMyAdmin, and modify the file config. sample. inc. change php to config. inc. php: open the file and find $ cfg ['servers'] [$ I] ['controluser'] = "username". Enter the mysql user name, find $ cfg ['servers'] [$ I] ['controlpass'] = "password". Enter the mysql password here. Finally, don't forget to find $ cfg ['blowfish _ secret'] = '';/* you must fill in this for cookie auth! */. It also indicates that you must enter something to write, enter anything in it, and save it. Enter http: // localhost/phpMyAdmin in the browser and you will see the logon page for managing mysql.

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.