installing The Perfect Server CentOS 8 with Apache, PHP etc.

Discussion in 'ISPConfig 3 Priority Support' started by Robertus, Jan 23, 2021.

  1. till

    till Super Moderator Staff Member ISPConfig Developer

    SquirrelMail is not used anymore, all current setups use RoundCube as a webmail client.
     
  2. Robertus

    Robertus Member

    Of course I meant RoundCube, the error I get is in the previous messages of this thread.
     
  3. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    Can you log in to the DB with your user and see the DB?
    Code:
    mysql -u roundcube -p
     
  4. Robertus

    Robertus Member

    yes,

    root@ ~]# mysql -u roundcubeuser -p
    Enter password:
    Welcome to the MariaDB monitor. Commands end with ; or \g.
    Your MariaDB connection id is 11710
    Server version: 10.3.27-MariaDB MariaDB Server
    Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
    Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

    MariaDB [(none)]>
     
  5. Th0m

    Th0m ISPConfig Developer Staff Member ISPConfig Developer

    And can you view the DB?
     
  6. Robertus

    Robertus Member

    Yes I think the database is empty, that is what went wrong during the installation, I don't see where I can press initialize database.

    MariaDB [roundcubedb]> show tables;
    Empty set (0.001 sec)
    MariaDB [roundcubedb]>
     

Share This Page