From ff2865725f8944943afd985ba416b87d5fde5f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 18 Aug 2014 12:40:34 +0200 Subject: [PATCH] Mic92 created page: home --- home.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/home.markdown b/home.markdown index 26a5322..2194b39 100644 --- a/home.markdown +++ b/home.markdown @@ -2,8 +2,12 @@ ### postgres +```bash $ create-postgres-user-and-database foo bar # create user `foo` and give him access to database `bar` +``` ### mysql - $ create-mysql-user-and-database foo # create database and user `foo` \ No newline at end of file +```bash + $ create-mysql-user-and-database foo # create database and user `foo` +``` \ No newline at end of file