-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Add more faqs in TiCDC #3723
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
Add more faqs in TiCDC #3723
Conversation
|
PTAL @leoppro @overvenus |
ticdc/troubleshoot-ticdc.md
Outdated
| {{< copyable "shell-regular" >}} | ||
|
|
||
| ```shell | ||
| how variables like '%time_zone%'; |
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.
| how variables like '%time_zone%'; | |
| show variables like '%time_zone%'; |
| {{< copyable "shell-regular" >}} | ||
|
|
||
| ```shell | ||
| mysql_tzinfo_to_sql /usr/share/zoneinfo | mysql -u root mysql -p |
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.
What is the "mysql_tzinfo_to_sql"?
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.
added a link to MySQL document
overvenus
left a comment
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.
LGTM
zier-one
left a comment
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.
LGTM
|
@overvenus, @leoppro, PTAL. |
|
LGTM |
|
/merge |
|
/run-all-tests |
Signed-off-by: ti-srebot <ti-srebot@pingcap.com>
|
cherry pick to release-4.0 in PR #3751 |
What is changed, added or deleted? (Required)
Which TiDB version(s) do your changes apply to? (Required)
What is the related PR or file link(s)?