From 74fe1b96d464f87d349cf5cd0c6fc152b1ce326d Mon Sep 17 00:00:00 2001 From: Wruczek Date: Sat, 2 Feb 2019 15:43:09 +0100 Subject: [PATCH] Updated [EN] Website Installation (markdown) --- [EN]-Website-Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[EN]-Website-Installation.md b/[EN]-Website-Installation.md index 4455cb8..e7477b9 100644 --- a/[EN]-Website-Installation.md +++ b/[EN]-Website-Installation.md @@ -58,7 +58,7 @@ sudo apt-get install php-mbstring php-curl Create a database: ``` sudo mysql -CREATE DATABASE ts-website; +CREATE DATABASE tswebsite; exit ```