Install error on Centos 6.2

Discussion in 'Installation/Configuration' started by DrHappyAngry, Feb 3, 2012.

  1. DrHappyAngry

    DrHappyAngry New Member

    Trying to install ISPConfig 3.0.4.2 and followed this guide http://www.howtoforge.com/perfect-server-centos-6.2-x86_64-with-nginx-ispconfig-3

    Code:
    [root@mx install]# php install.php 
    
    
    --------------------------------------------------------------------------------
     _____ ___________   _____              __ _         ____
    |_   _/  ___| ___ \ /  __ \            / _(_)       /__  \
      | | \ `--.| |_/ / | /  \/ ___  _ __ | |_ _  __ _    _/ /
      | |  `--. \  __/  | |    / _ \| '_ \|  _| |/ _` |  |_ |
     _| |_/\__/ / |     | \__/\ (_) | | | | | | | (_| | ___\ \
     \___/\____/\_|      \____/\___/|_| |_|_| |_|\__, | \____/
                                                  __/ |
                                                 |___/ 
    --------------------------------------------------------------------------------
    
    
    >> Initial configuration  
    
    Operating System: Redhat or compatible, unknown version.
    
        Following will be a few questions for primary configuration so be careful.
        Default values are in [brackets] and can be accepted with <ENTER>.
        Tap in "quit" (without the quotes) to stop the installer.
    
    
    Select language (en,de) [en]: 
    
    Installation mode (standard,expert) [standard]: 
    
    Full qualified hostname (FQDN) of the server, eg server1.domain.tld  [mydomain.com]: 
    
    MySQL server hostname [localhost]: 
    
    MySQL root username [root]: 
    
    MySQL root password []: ***********
    
    MySQL database to create [dbispconfig]: 
    
    MySQL charset [utf8]: 
    
    sh: -c: line 0: unexpected EOF while looking for matching `''
    sh: -c: line 1: syntax error: unexpected end of file
    ERROR: Unable to load SQL-Dump into database table.
    I know I'm using the right creds for mysql, and can login and clearly see the dbispconfig database was created, but it has no tables. I've downloaded it a couple times, just to make sure it wasn't a bad download.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Please ensure that your mysqlroot password does not contain spaciel chars like "'``etc.
     
  3. DrHappyAngry

    DrHappyAngry New Member

    Yup that was it. Thanks.
     

Share This Page