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.