Hi, I have compiled LAMP on Fedora 11 by following the instructions from the below Howtos link http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-fedora-11-lamp While trying to access the phpMyAdmin under http://IP address/phpmyadmin/ I am facing the error : The requested URL /phpmyadmin/ was not found on this server. Apache/2.2.15 (Fedora) Server at IP address Port 80 Can anyone please help with detailed steps as I am a newbie & not aquainted with Linux yet.
Hi Pashy 1. What is output of: netstat -tap | grep mysql 2. Can you log into mysql on the commandline? Try mysql -u root -p <--- you will be asked for your mysql root password then at the > prompt type this SHOW DATABASES; make a note of the databases you have there then type quit to exit the database. 3. Have you made a website yet and is it accessible my typing: http://www.yourwebsite.com in your browser?
MySql password I am unable to login to MySql. I dont know what is the exact password for that & when did I set it. code: netstat -tap | grep mysql ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) kindly help..