From ad51dae2b68551532ff6f8ae0bd7fe4dfe8f670a Mon Sep 17 00:00:00 2001 From: liyang <264327807@qq.com> Date: Tue, 21 Jul 2020 11:25:44 +0800 Subject: [PATCH] =?UTF-8?q?update=20content/zh/docs/Developerguide/?= =?UTF-8?q?=E5=88=9B=E5=BB=BA=E5=92=8C=E7=AE=A1=E7=90=86=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=BA=93.md.=20sync=20DTY2020072003720?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\256\241\347\220\206\346\225\260\346\215\256\345\272\223.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/content/zh/docs/Developerguide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\346\225\260\346\215\256\345\272\223.md" "b/content/zh/docs/Developerguide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\346\225\260\346\215\256\345\272\223.md" index fb872a4e9..21cfa691e 100644 --- "a/content/zh/docs/Developerguide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\346\225\260\346\215\256\345\272\223.md" +++ "b/content/zh/docs/Developerguide/\345\210\233\345\273\272\345\222\214\347\256\241\347\220\206\346\225\260\346\215\256\345\272\223.md" @@ -13,7 +13,7 @@ ## 注意事项 -如果数据库的编码为SQL\_ASCII(可以通过“show server\_encoding”命令查看当前数据库存储编码),则在创建数据库对象时,如果对象名中含有多字节字符(例如中文),超过数据库对象名长度限制(63字节)的时候,数据库将会将最后一个字节(而不是字符)截断,可能造成出现半个字符的情况。 +如果数据库的编码为SQL\_ASCII(可以通过“show server\_encoding;”命令查看当前数据库存储编码),则在创建数据库对象时,如果对象名中含有多字节字符(例如中文),超过数据库对象名长度限制(63字节)的时候,数据库将会将最后一个字节(而不是字符)截断,可能造成出现半个字符的情况。 针对这种情况,请遵循以下条件: -- Gitee