mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 16:55:25 +02:00
mysql*: remove version from More Info link (#16236)
This commit is contained in:
parent
33a0189799
commit
2d0d82ec72
6 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# mysqlbinlog
|
||||
|
||||
> MySQL 바이너리 로그 파일을 처리하는 도구.
|
||||
> 더 많은 정보: <https://dev.mysql.com/doc/refman/8.0/en/mysqlbinlog.html>.
|
||||
> 더 많은 정보: <https://dev.mysql.com/doc/refman/en/mysqlbinlog.html>.
|
||||
|
||||
- 특정 바이너리 로그 파일에서 이벤트 표시:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mysqlcheck
|
||||
|
||||
> MySQL 테이블 검사 및 복구.
|
||||
> 더 많은 정보: <https://dev.mysql.com/doc/refman/8.0/en/mysqlcheck.html>.
|
||||
> 더 많은 정보: <https://dev.mysql.com/doc/refman/en/mysqlcheck.html>.
|
||||
|
||||
- 테이블 검사:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> SQL, JavaScript, Python을 지원하는 MySQL의 고급 명령줄 클라이언트.
|
||||
> InnoDB 클러스터 및 문서 저장소 컬렉션 관리를 위한 기능 제공.
|
||||
> 더 많은 정보: <https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-commands.html>.
|
||||
> 더 많은 정보: <https://dev.mysql.com/doc/mysql-shell/en/mysql-shell-commands.html>.
|
||||
|
||||
- 대화형 모드로 MySQL Shell 시작:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mysqlbinlog
|
||||
|
||||
> Utility for processing MySQL binary log files.
|
||||
> More information: <https://dev.mysql.com/doc/refman/8.0/en/mysqlbinlog.html>.
|
||||
> More information: <https://dev.mysql.com/doc/refman/en/mysqlbinlog.html>.
|
||||
|
||||
- Show events from a specific binary log file:
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# mysqlcheck
|
||||
|
||||
> Check and repair MySQL tables.
|
||||
> More information: <https://dev.mysql.com/doc/refman/8.0/en/mysqlcheck.html>.
|
||||
> More information: <https://dev.mysql.com/doc/refman/en/mysqlcheck.html>.
|
||||
|
||||
- Check a table:
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
> Advanced command-line client for MySQL, supporting SQL, JavaScript, and Python.
|
||||
> It offers features for managing InnoDB clusters and document store collections.
|
||||
> More information: <https://dev.mysql.com/doc/mysql-shell/8.0/en/mysql-shell-commands.html>.
|
||||
> More information: <https://dev.mysql.com/doc/mysql-shell/en/mysql-shell-commands.html>.
|
||||
|
||||
- Start MySQL Shell in interactive mode:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue