Problem with the database's instalation

Discussion in 'Installation/Configuration' started by cunchinko, Sep 3, 2007.

  1. cunchinko

    cunchinko New Member

    The instalation's script finish and the database is created but it's empty. Here is the output of the instalation's script :



    All prerequisites are fulfilled.
    Here we go...
    Please enter your MySQL server:localhost
    OK
    Please enter your MySQL user:root
    Please enter your MySQL password:
    OK
    Please enter a name for the ISPConfig database (e.g. db_ispconfig):db_ispconfig
    Please enter the IP address of the ISPConfig web (e.g. 192.168.0.1):xxxxxxxx
    OK
    Please enter the host name (e.g. www):xxxxxxx
    Please enter the domain (e.g. xyz.de):xxxxxxxxxx
    OK
    Please select the protocol (http or https (SSL encryption)) to use to access the ISPConfig system:
    1) HTTPS
    2) HTTP
    Your Choice: 1

    Connected successfully to MySQL server
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
    sh: 3: command not found
    sh: at0$: command not found
    Restarting some services...
    httpd not running, trying to start
    Stopping Postfix Mail Transport Agent: postfix.
    Starting Postfix Mail Transport Agent: postfix.
    Stopping ftp server: proftpd.
    Starting ftp server: proftpd.
    Starting ISPConfig system...
    /root/ispconfig/httpd/bin/apachectl startssl: httpd started

    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!FreshClam is already running!
    ISPConfig system is now up and running!
    Congratulations! Your ISPConfig system is now installed.

     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    1) Which linux distribution do you use?
    2) Did you execute the installer with sudo?
     
  3. cunchinko

    cunchinko New Member

    1) Debian 4.0 r1
    2) Root launch ./setup
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Please make sure that your mysql password does not conatin special chars that might be interpreted on the sell like $*% etc.
     
  5. cunchinko

    cunchinko New Member

    re

    Thanks, It was the problem. The password contained some special charaters. I changed the password for one without special chars and all went well.
    I have other(s) question: Can i use a database's password with special characters after the instalation of ispconfig? Is possible change the password after instalation? How?

    Thanks again Till:
     
  6. falko

    falko Super Moderator Howtoforge Staff

    You can change the password, but make sure that you put your new password in /home/admispconfig/ispconfig/lib/config.inc.php as well.
     

Share This Page