2020-01-17

Instalar MySQL Apache y GLPI en Linux (UBUNTU)

Instalar MySQL

apt-get install mysql-server mysql-client

Acceder a MySQL

mysql -u root -p

GLPI tablas no migradas al motor InnoDB

En el servidor Linux ejecutar

php bin/console glpi:migration:myisam_to_innodb

Falta la exteción mbstring curl gd en PHP (instalar)

sudo apt-get install php7.0-mbstring php7.0-curl php7.0-gd

sudo service apache2 restart

Localizar y editar PHP.ini

Ejecutar el comando siguiente para saber cual es el archivo de configuracion de php
php -i | grep 'Configuration File'

service apache2 restart
service apache2 status