Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README instruction does not work for connecting #5024

Closed
rofrol opened this issue Dec 20, 2022 · 2 comments · Fixed by #5025
Closed

README instruction does not work for connecting #5024

rofrol opened this issue Dec 20, 2022 · 2 comments · Fixed by #5025

Comments

@rofrol
Copy link
Contributor

rofrol commented Dec 20, 2022

% brew install dolt
% dolt sql-server
Starting server with Config HP="localhost:3306"|T="28800000"|R="false"|L="info"|S="/tmp/mysql.sock"

On another terminal

% dolt sql-client
--user or -u argument is required
@rofrol
Copy link
Contributor Author

rofrol commented Dec 20, 2022

This worked:

% dolt sql-client -u root
# Welcome to the Dolt MySQL client.
# Statements must be terminated with ';'.
# "exit" or "quit" (or Ctrl-D) to exit.
mysql> create database getting_started;
mysql> SELECT user,host FROM mysql.user;
+------+------+
| User | Host |
+------+------+
| root | %    |
+------+------+
1 row in set (0.00 sec)

mysql>

rofrol added a commit to rofrol/dolt that referenced this issue Dec 20, 2022
@fulghum
Copy link
Contributor

fulghum commented Dec 20, 2022

Hey @rofrol, thanks for reporting this and even bigger thanks for sending us the documentation fix! 🙏

Let us know if you hit any other snags or have any other feedback. We're happy to help if you have any questions at all on Dolt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants