From 63f413891d5adc596e4d51dfba4d0d23fdea3ca4 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 31 Jul 2016 10:16:40 -0700 Subject: Stop generating a static site. --- content/post/2008-08-08-customize-your-mysql-prompt.md | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 content/post/2008-08-08-customize-your-mysql-prompt.md (limited to 'content/post/2008-08-08-customize-your-mysql-prompt.md') diff --git a/content/post/2008-08-08-customize-your-mysql-prompt.md b/content/post/2008-08-08-customize-your-mysql-prompt.md deleted file mode 100644 index 801a7fe..0000000 --- a/content/post/2008-08-08-customize-your-mysql-prompt.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -date: 2008-08-08T00:00:00Z -summary: In which we customize our MySQL prompt -title: Customize your MySQL prompt ---- - -To customize your MySQL prompt, create a .my.cnf file in your $HOME then add the following: - -```sh -[mysql] -prompt="\\u [\\d] >" -``` - -Your prompt will now looks like this: `username [dabatases_name] >` -- cgit v1.2.3