Poweradmin problem install step 4

Discussion in 'Installation/Configuration' started by webdjam, Nov 5, 2011.

  1. webdjam

    webdjam New Member

    Hi everybody,
    I Am trying to Install poweradmin whit the installer, power dns was installed and everything was made properly including the PEAR MB2 and the php mcrypt .
    But now I have a problem when the install arrive to the step 4 updating database, nothing happened. No error message. Maybe I don’t have enough right to the root access.
    http://www.dzairwebhosting.dz/poweradmin/install/index.php
    I am using plesk as admin server panel, my linux distribution is Debian Lenny 5.0
    Some advice to how I can fix this issue will be helpful.
    Thank you.
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Do you have MySQL root access?
     
  3. webdjam

    webdjam New Member

    Hi Falko,
    Yes i have Mysql root access, in my case the root password is the same as the admin pass for Plesk.
     
  4. falko

    falko Super Moderator Howtoforge Staff

    Did you check if the MySQL root login works on the shell?

    Code:
    mysql -u root -p
     
  5. webdjam

    webdjam New Member

    To access MySQL by shell i use this command # mysql -uadmin -p`cat /etc/psa/.psa.shadow`
    Maybe the problem comes from that i can not access the Mysql using mysql -u root -p
     
  6. falko

    falko Super Moderator Howtoforge Staff

    That is most likely the problem. You need a MySQL user with full privileges.
     
  7. webdjam

    webdjam New Member

    Hi falko,
    Thank you very much for the answer, I will give the privileges to the powerdns data base.
     

Share This Page