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
Prochaine révision
Révision précédente
bibli1 [2018/04/11 10:50] – [installation] chabrolbibli1 [2018/04/11 11:02] (Version actuelle) – [installation] chabrol
Ligne 39: Ligne 39:
 sudo service apache2 restart sudo service apache2 restart
 </Code> </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>
 +
 +Modification du fichier : ''/etc/mysql/koha-common.cnf''
  • bibli1.txt
  • Dernière modification : 2018/04/11 11:02
  • de chabrol