Hi,
I am trying to install eGroupware on a fresh installation of Centos.
I allways receive the following error:
Can not connect to mysqli database mysql on host localhost:3306 using user root! (ADOdb::Connect(localhost:3306, root, $Password, mysql) failed.) Installation failed --> exiting
Following steps I have performed following the instruction:
wget http://dl.fedoraproject.org/pub/epel/7/x86_64/Packages/e/epel-release-7-11.noarch.rpm`
rpm -ivh epel-release-7-11.noarch.rpm
rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
yum install -y mod_php71w php71w-cli php71w-common php71w-gd php71w-mbstring php71w-mcrypt php71w- mysqlnd php71w-xml
systemctl restart httpd
So far I did not receive any errors.
rpm -Uvh https://centos7.iuscommunity.org/ius-release.rpm
yum install ius-release
yum install epel-release
yum install yum-plugin-replace
php -v
PHP 7.1.11 (cli) (built: Oct 29 2017 17:26:51) ( NTS )
Copyright (c) 1997-2017 The PHP Group
Zend Engine v3.1.0, Copyright (c) 1998-2017 Zend Technologies
I changed the timezone in /etc/php.ini
finally I installed (or try to) egroupware:
cd /etc/yum.repos.d/
wget https://download.opensuse.org/repositories/server:eGroupWare/CentOS_7/server:eGroupWare.repo
yum install egroupware-epl