help with phpmyadmin

Discussion in 'Installation/Configuration' started by techs21, Sep 24, 2011.

  1. techs21

    techs21 New Member

    when useing command rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt i get an error of import read error

    and when I try to modify file /usr/share/phpmyadmin/config.inc.php it says no file or directory


    any help would be helpful

    im trying to install centos 5.7
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Try
    Code:
    wget http://apt.sw.be/RPM-GPG-KEY.dag.txt
    rpm --import RPM-GPG-KEY.dag.txt
    instead.
     

Share This Page