From 6258360b83f03bdb187f015a8c5f9b7f2dceac2b Mon Sep 17 00:00:00 2001 From: Wruczek Date: Thu, 27 Dec 2018 23:53:42 +0100 Subject: [PATCH] Updated [PL] Instalacja (markdown) --- [PL]-Instalacja.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/[PL]-Instalacja.md b/[PL]-Instalacja.md index 9fd4d97..9548b55 100644 --- a/[PL]-Instalacja.md +++ b/[PL]-Instalacja.md @@ -55,6 +55,12 @@ Zainstaluj kilka dodatkowych pakietów PHP: ``` sudo apt-get install php-mbstring php-curl ``` +Stwórz bazę danych: +``` +sudo mysql +CREATE DATABASE ts-website; +exit +``` #### Instalacja TS-website