From 9ec207b4690f34c7c9de4f5dbe14836a0e965035 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Fro=C5=82ow?= Date: Tue, 20 Dec 2022 11:30:25 +0100 Subject: [PATCH] Fix instructions for first connect Fixes #5024 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19390d7b10..f66a47816f 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ Your terminal will just hang there. This means the server is running. Any errors In the new terminal, we will now connect to the running database server using a client. Dolt also ships with a MySQL compatible client. ```bash -% dolt sql-client +% dolt sql-client -u root # Welcome to the Dolt MySQL client. # Statements must be terminated with ';'. # "exit" or "quit" (or Ctrl-D) to exit.