-
Notifications
You must be signed in to change notification settings - Fork 690
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
feat: Developer Guide - GUI - MySQL Workbench #15366
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/cc @Oreoxmt @zhangyangyu |
dveeden
approved these changes
Nov 17, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Note that TiDB v7.4.0 and newer identify as MySQL 8.0.x. For workbench this means that syntax highlighting etc will work for newer syntax like
WITH ...
(CTEs). - I would recommend to set
Use SSL
on theSSL
tab at least toRequire
, but maybe even more than that (e.g.Require an Verify Identity
). This is especially true when using TiDB Cloud over an untrusted connection to the public endpoint.
zhangyangyu
reviewed
Nov 17, 2023
Co-authored-by: Daniël van Eeden <github@myname.nl>
dveeden
reviewed
Nov 20, 2023
Oreoxmt
reviewed
Nov 27, 2023
media/develop/mysql-workbench-connection-config-dedicated-parameters.png
Outdated
Show resolved
Hide resolved
media/develop/mysql-workbench-connection-config-serverless-parameters.png
Outdated
Show resolved
Hide resolved
media/develop/mysql-workbench-store-self-hosted-password-in-keychain.png
Outdated
Show resolved
Hide resolved
Co-authored-by: Aolin <aolinz@outlook.com> Co-authored-by: Daniël van Eeden <github@myname.nl>
Oreoxmt
approved these changes
Nov 28, 2023
Co-authored-by: Aolin <aolinz@outlook.com>
17 tasks
In response to a cherrypick label: new pull request created to branch |
ti-chi-bot
pushed a commit
to ti-chi-bot/docs
that referenced
this pull request
Nov 30, 2023
In response to a cherrypick label: new pull request created to branch |
17 tasks
ti-chi-bot
pushed a commit
to ti-chi-bot/docs
that referenced
this pull request
Nov 30, 2023
/assign |
This was referenced Jan 11, 2024
/translation done |
This was referenced Jan 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
2024-tidb-docs-dash
This issue or PR is included in the 2024 TiDB Docs Dash event.
approved
area/develop
This PR relates to the area of TiDB App development.
lgtm
needs-cherry-pick-release-6.5
Should cherry pick this PR to release-6.5 branch.
needs-cherry-pick-release-7.1
Should cherry pick this PR to release-7.1 branch.
needs-cherry-pick-release-7.5
Should cherry pick this PR to release-7.5 branch.
size/L
Denotes a PR that changes 100-499 lines, ignoring generated files.
translation/done
This PR has been translated from English into Chinese and updated to pingcap/docs-cn in a PR.
translation/welcome
Waits for a contributor to translate this PR and create a PR to the pingcap/docs-cn repository.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
First-time contributors' checklist
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
Tips for choosing the affected version(s):
By default, CHOOSE MASTER ONLY so your changes will be applied to the next TiDB major or minor releases. If your PR involves a product feature behavior change or a compatibility change, CHOOSE THE AFFECTED RELEASE BRANCH(ES) AND MASTER.
For details, see tips for choosing the affected versions.
What is the related PR or file link(s)?
Do your changes match any of the following descriptions?