From d4d5ed5dede7023cfbe2f0ac8231cc0bbb0c3f80 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Sat, 2 Feb 2019 15:43:37 +0100 Subject: [PATCH] Updated [PL] Instalacja (markdown) --- [PL]-Instalacja.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[PL]-Instalacja.md b/[PL]-Instalacja.md index 2de66f1..3fab7b2 100644 --- a/[PL]-Instalacja.md +++ b/[PL]-Instalacja.md @@ -58,7 +58,7 @@ sudo apt-get install php-mbstring php-curl Stwórz bazę danych: ``` sudo mysql -CREATE DATABASE ts-website; +CREATE DATABASE tswebsite; exit ```