-
Notifications
You must be signed in to change notification settings - Fork 5.9k
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
tidb dashboard 404 #20273
Comments
So the problem is "dashboard 404" or "mysql shows command not found"? |
I think the problem is that the instructions don't show anywhere that you need to install the MySQL command-line client (it's not bundled with TiDB). |
I find dashboard 404 first. But then I find that I forget to type 'dashboard' part for address. |
Integrity check: Please comment /info to get template |
Please edit this comment to complete the following informationNot a bug
User resolved the issue by using the correct URL for the dashboard. |
I test tidb in a server following the guide in :
https://docs.pingcap.com/zh/tidb/stable/quick-start-with-tidb
TiUP cluster
After executing following script:
tiup cluster start
mysql -h ipaddress -P 4000 -u root
shows: command not found
Tested with tidb version:
v3.1.2,v4.0.5,v4.0.6
OS:centos 7.7
The text was updated successfully, but these errors were encountered: