|
@@ -180,4 +180,12 @@ docker run -t --name `NAME` -m568m --expose=`PORT` -p `PORT`:`PORT` -e "EUREKA
|
|
|
-e TZ=Asis/Shanghai 生成容器的时候,指定时区
|
|
|
set global time_zone = '+8:00' 临时修改,重启后失效
|
|
|
|
|
|
-## 其他说明
|
|
|
+### 数据库mysql8
|
|
|
+8.0版本引入了一个新的系统权限 XA_RECOVER_ADMIN ,用于控制执行 XA RECOVER语句的权限。所有尝试执行 XA RECOVER 语句的非授权用户会引起报错。
|
|
|
+
|
|
|
+MySQL 8.0 introduces a new system privilege XA_RECOVER_ADMIN which controls the capability to execute the statement XA RECOVER. An attempt to do XA RECOVER by a user who wasn’t granted the new system privilege XA_RECOVER_ADMIN will cause an error.
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+## 其他说明
|
|
|
+
|