


SysPass requires Composer that helps in managing all the required libraries and dependencies. You can choose to use the sysPass tarball available on the latest releases page or just clone its repository. mysql -u root -p -e "create database syspass" mysql -u root -p -e "create user identified by ' '" mysql -u root -p -e "grant all on syspass.* to " mysql -u root -p -e "flush privileges" Feel free to change them to suite your environment. Login to MariaDB and create sysPass database and user will full privileges on the database. With Zend OPcache v7.4.29, Copyright (c), by Zend Technologies Zend Engine v3.4.0, Copyright (c) Zend Technologies Zend Engine v3.3.31, Copyright (c) 1998-2018 Zend Technologies

Just to verify the MariaDB and PHP versions installed ĭebian 10 mysqld -V mysqld Ver 10.3.34-MariaDB-0+deb10u1 for debian-linux-gnu on x86_64 (Debian 10) php -v PHP 7.3.31-1~deb10u1 (cli) (built: 15:18:08) ( NTS ) Php-ldap php-xml php-mbstring php-mysql git Php-fpm php-gd php-json php-readline php-curl php-intl \ On Debian 10/Debian 11 apt install php-pear php php-cgi php-cli php-common \ If you followed our tutorial above, some of the required modules are not installed and hence can be installed by running the command below. We have covered installation of LAMP stack on Debian 11/Debian 10 in our previous guide. PHP modules mysql, curl, json, gd, xml, mbstring, intl, readline, ldap (optional), mcrypt (optional for importing older XML export files).Web server (Apache/Nginx/Lighttpd) with SSL enabled.
