bibli1

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentes Révision précédente
Dernière révisionLes deux révisions suivantes
bibli1 [2018/04/11 10:50] – [installation] chabrolbibli1 [2018/04/11 11:00] – [installation] chabrol
Ligne 38: Ligne 38:
 sudo a2enmod cgi  sudo a2enmod cgi 
 sudo service apache2 restart sudo service apache2 restart
 +</Code>
 +
 +Dans MySQL :
 +<Code>
 +mysql
 +MariaDB [(none)]> CREATE DATABASE DBkoha17_11_04;
 +Query OK, 1 row affected (0.00 sec)
 +
 +MariaDB [(none)]> GRANT ALL PRIVILEGES ON *.* TO 'phpmyadmin'@'localhost';
 +Query OK, 0 rows affected (0.00 sec)
 +
 +MariaDB [(none)]> CREATE USER 'koha'@'localhost' IDENTIFIED BY 'koha@cmi';
 +Query OK, 0 rows affected (0.01 sec)
 +
 +MariaDB [(none)]> GRANT ALL PRIVILEGES ON DBkoha17_11_04.* TO 'koha'@'localhost';
 +Query OK, 0 rows affected (0.01 sec)
 </Code> </Code>
  • bibli1.txt
  • Dernière modification : 2018/04/11 11:02
  • de chabrol