From 36f17776ac4f4f60ecd05a72ae2c30a6f7b07894 Mon Sep 17 00:00:00 2001 From: Andrei-Adnan Ismail Date: Wed, 27 Jan 2016 09:05:27 +0200 Subject: [PATCH] Add missing quotes --- FAQ.md | 1 + 1 file changed, 1 insertion(+) diff --git a/FAQ.md b/FAQ.md index 462fc5aea2..904490a0e4 100644 --- a/FAQ.md +++ b/FAQ.md @@ -126,6 +126,7 @@ mysql> INSERT INTO mysql_users (username, password) VALUES ('user1', '123456'); Now you can connect with that user and run queries, if you like: +``` $ mysql -u user1 -p123456 -h 127.0.0.1 -P6033 Warning: Using a password on the command line interface can be insecure. Welcome to the MySQL monitor. Commands end with ; or \g.