输入banner图图片脚本导航/分类

关于mysql的ddl_log.log文件

. Thus, it is possible for this file not to be present on a MySQL server that is functioning in a completely normal manner.

重点:

Currently, ddl_log.log can hold up to 1048573 entries, equivalent 4 GB in size. Once this limit is exceeded, you must rename or remove the file before it is possible to execute any additional DDL statements. This is a known issue which we are working to resolve (Bug #83708).

There are no user-configurable server options or variables associated with this file.


本文出自 “影子骑士” 博客,请务必保留此出处http://andylhz2009.blog.51cto.com/728703/1948981

关于mysql的ddl_log.log文件

标签:mysql ddl log