Fix instructions for first connect

Fixes #5024
This commit is contained in:
Roman Frołow
2022-12-20 11:30:25 +01:00
committed by GitHub
parent 0d7f032153
commit 9ec207b469

View File

@@ -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.