Old Today, 01:11 AM #1
sriphp
LQ Newbie
Registered: Apr 2009
Posts: 9
Thanked: 0
phpmyadmin installation on fedora
Hai all
this is srinath.
i am new to linux please help me urgent
i am using fedora. i think by installing fedora mysql support also there
so i want phpmyadmin on fedora for that i tried below like
1. Downloaded phpMyAdmin-3.1.4-all-languages.tar.bz2 to my desktop
2. extract here at there
3. opened terminal
4.mv phpMyAdmin-3.1.4-all-languages /usr/share/ //Move it to the appropriate place.
5. cd /usr/share/phpMyAdmin-3.1.4-all-languages //Configure phpMyAdmin
6. cp config.sample.inc.php config.inc.php
7. nano -w config.inc.php
Locate each of the following lines and be sure each has the following settings.
$cfg['Servers'][$i]['auth_type'] = 'http';
below two lines are not in the file. but i written
$cfg['Servers'][$i]['user'] = 'root'; // MySQL? user
$cfg['Servers'][$i]['password'] = ''; // MySQL? password (only nee$
8. Saved the file.
9. echo "alias /webdb /usr/share/phpMyAdmin-2.7.0-pl1" > /etc/httpd/conf.d/phpMyAdmin.conf //Created the apache config file for phpmyadmin and restart apache.
10. service httpd restart
11. at System/Administration/Service Configuration i started httpd and mysqld services
and when i tried to open
http://localhost/phpmyadmin i am getting 404 - Not Found error.
please tell me how to solve this at terminal
please give me each and every step or commands at terminal to do this
Thanks
Srinath.M