mysql problem during installation

Discussion in 'Installation/Configuration' started by kenlec, Dec 10, 2007.

  1. kenlec

    kenlec New Member

    i hv done the installation but i cannot login the administrator account.

    i notice my mysql db is empty

    please advice

    tq
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Either you tried to install ISPConfig in a existing mysql DB or your mysql password contained special chars or the mysql user did not had admin priveliges.

    Please remove ISPConfig by running:

    /etc/init.d/ispconfig_server stop
    rm -rf /root/ispconfig
    rm -rf /home/admispconfig

    and delete the ispconfig mysql database. Then unpack and reinstall ISPConfig and make sure that 1) The database does not exist already, 2) The mysql root password does not contain special chars that might be interpreted on the shell and 3) That you use a mysql user with root priveliges.
     

Share This Page