Skip to content

Commit

Permalink
Update wording and format
Browse files Browse the repository at this point in the history
  • Loading branch information
lilin90 authored and ti-chi-bot committed Jul 6, 2023
1 parent f124e4b commit 7623123
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions quick-start-with-tidb.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ As a distributed system, a basic TiDB test cluster usually consists of 2 TiDB in
>
> + Since v5.2.0, TiDB supports running `tiup playground` on the machine that uses the Apple M1 chip.
> + For the playground operated in this way, after the test deployment is finished, TiUP will clean up the original cluster data. You will get a new cluster after re-running the command.
> + If you want the data to be persisted on storage, run `tiup --tag <your-tag> playground ...`. For details, refer to the [TiUP Reference Guide](/tiup/tiup-reference.md#-t---tag).
> + If you want the data to be persisted on storage, run `tiup --tag <your-tag> playground ...`. For details, refer to the [TiUP Reference](/tiup/tiup-reference.md#-t---tag) guide.

4. Start a new session to access TiDB:

Expand Down Expand Up @@ -220,7 +220,7 @@ As a distributed system, a basic TiDB test cluster usually consists of 2 TiDB in
> **Note:**
>
> For the playground operated in this way, after the test deployment is finished, TiUP will clean up the original cluster data. You will get a new cluster after re-running the command.
> If you want the data to be persisted on storage, run `tiup --tag <your-tag> playground ...`. For details, refer to the [TiUP Reference Guide](/tiup/tiup-reference.md#-t---tag).
> If you want the data to be persisted on storage, run `tiup --tag <your-tag> playground ...`. For details, refer to the [TiUP Reference](/tiup/tiup-reference.md#-t---tag) guide.

4. Start a new session to access TiDB:

Expand Down Expand Up @@ -500,15 +500,15 @@ Other requirements for the target machine include:
If you have just deployed a TiDB cluster for the local test environment, here are the next steps:
- Learn about basic SQL operations in TiDB by referring to the [Basic SQL operations in TiDB](/basic-sql-operations.md) documentation.
- You can also migrate data to TiDB by referring to the [Migrate data to TiDB](/migration-overview.md) documentation.
- Learn about basic SQL operations in TiDB by referring to [Basic SQL operations in TiDB](/basic-sql-operations.md).
- You can also migrate data to TiDB by referring to [Migrate data to TiDB](/migration-overview.md).
If you are ready to deploy a TiDB cluster for the production environment, here are the next steps:
- [Deploy TiDB using TiUP](/production-deployment-using-tiup.md)
- Alternatively, you can deploy TiDB on Cloud using TiDB Operator by referring to the [TiDB Operator](https://docs.pingcap.com/tidb-in-kubernetes/stable) documentation.
- Alternatively, you can deploy TiDB on Cloud using TiDB Operator by referring to the [TiDB on Kubernetes](https://docs.pingcap.com/tidb-in-kubernetes/stable) documentation.
If you're looking for an analytics solution with TiFlash, here are the next steps:
If you are looking for an analytics solution with TiFlash, here are the next steps:
- [Use TiFlash](/tiflash/tiflash-overview.md#use-tiflash)
- [TiFlash Overview](/tiflash/tiflash-overview.md)
2 changes: 1 addition & 1 deletion sql-statements/sql-statement-flush-privileges.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Query OK, 0 rows affected (0.01 sec)

## MySQL compatibility

This statement is fully compatible with MySQL. If there are any compatibility differences, report them via [an issue on GitHub](https://github.com/pingcap/tidb/issues/new/choose).
This statement is fully compatible with MySQL. If you find any compatibility differences, report them via [an issue on GitHub](https://github.com/pingcap/tidb/issues/new/choose).

## See also

Expand Down

0 comments on commit 7623123

Please sign in to comment.