Skip to content

Commit a099f08

Browse files
authored
cloud: information_schema should be performance_schema (#21011)
1 parent bdcbf7d commit a099f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidb-cloud/migrate-from-mysql-using-data-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ You can create up to 200 migration jobs for each organization. To create more mi
2828

2929
### Filtered out and deleted databases
3030

31-
- The system databases will be filtered out and not migrated to TiDB Cloud even if you select all of the databases to migrate. That is, `mysql`, `information_schema`, `information_schema`, and `sys` will not be migrated using this feature.
31+
- The system databases will be filtered out and not migrated to TiDB Cloud even if you select all of the databases to migrate. That is, `mysql`, `information_schema`, `performance_schema`, and `sys` will not be migrated using this feature.
3232

3333
- When you delete a cluster in TiDB Cloud, all migration jobs in that cluster are automatically deleted and not recoverable.
3434

0 commit comments

Comments
 (0)