From 54ab9b5ea2674a0814203574afbd0c496b070eac Mon Sep 17 00:00:00 2001 From: echo77-nan <741548989@qq.com> Date: Fri, 28 Nov 2025 15:33:21 +0800 Subject: [PATCH] Change 'Notice' to 'Note' in migration documentation Unify all notes. --- .../06_migration_and_synchronization_through_sql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_manual/quick_starts/en-US/chapter_04_migration_and_synchronization_oceanbase/06_migration_and_synchronization_through_sql.md b/docs/user_manual/quick_starts/en-US/chapter_04_migration_and_synchronization_oceanbase/06_migration_and_synchronization_through_sql.md index e4b304208..6af07b489 100755 --- a/docs/user_manual/quick_starts/en-US/chapter_04_migration_and_synchronization_oceanbase/06_migration_and_synchronization_through_sql.md +++ b/docs/user_manual/quick_starts/en-US/chapter_04_migration_and_synchronization_oceanbase/06_migration_and_synchronization_through_sql.md @@ -87,7 +87,7 @@ The following takes exporting data to a local device as an example to describe h Set the system variable `secure_file_priv` to specify the path that can be accessed for file import or export. - > **Notice** + > **Note** > > For security reasons, when you set the system variable `secure_file_priv`, you can connect to the database only through a local socket to execute the SQL statement that modifies the global variable. For more information, see [secure_file_priv](https://en.oceanbase.com/docs/common-oceanbase-database-10000000001105254).