Warnings at end of install

Discussion in 'Installation/Configuration' started by ThE-LyNX, Mar 12, 2006.

  1. ThE-LyNX

    ThE-LyNX New Member

    Code:
    Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /root/ispconfig/scripts/lib/config.inc.php on line 47
    No results found!ISPConfig system is now up and running!
    and when i try to login it just keeps saying

    Code:
    ERROR 101: wrong username or password.
    Running on Fedora Core 4
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    It seems that the mysql database has not been created correctly by the installer. Did you get any errors or warnings before the error you psoted above?

    Does the mysql username and password you entered in the iSPConfig installer had the permissions to create databases?

    Please run these commands:

    rm -rf /home/admispconfig
    rm -rf /root/ispconfig

    then delete ispconfig mysql database if it exists and the run the iSPConfig installer gaian.
     

Share This Page