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 ```