Fedora 11 error: phpMyAdmin/ was not found

Discussion in 'Installation/Configuration' started by Pashy, Jun 3, 2010.

  1. Pashy

    Pashy New Member

  2. CSsab

    CSsab New Member

    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?
     
  3. Pashy

    Pashy New Member

    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..:(
     
  4. falko

    falko Super Moderator Howtoforge Staff

Share This Page