From 3b969826e85623c63f85695c97b7fc112e0d2e6e Mon Sep 17 00:00:00 2001 From: raynald Date: Thu, 29 Dec 2022 16:28:05 +0100 Subject: [PATCH 1/2] Update 'README.md' --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abec84f..1639bc5 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ Prerequis --------- -* php,mysql +* php,mysql, php mbstring * librairie mysqli Installation base mysql ----------------------- -cf dossier sql +cd sql +CREATE DATABASE oe_aidimpact_ascii; +mysql -uroot -p oe_aidimpact_ascii < oe_aidimpact_ascii.sql Fichier de configuration ------------------------ From 9e42e679a7f99f9311680fd91b25ca3c3aab7ca2 Mon Sep 17 00:00:00 2001 From: raynald Date: Thu, 29 Dec 2022 16:29:34 +0100 Subject: [PATCH 2/2] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1639bc5..3ed830c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Prerequis --------- -* php,mysql, php mbstring +* php,mysql, php mbstring (apt install php-mbstring) * librairie mysqli Installation base mysql