10g: Datafile Corruption possible from CREATE

博客提到数据文件处于9.2版本(或更低)兼容性,即文件来自备份或关机时实例以COMPATIBLE < 10.0.0写入的情况。还指出使用基于Oracle的重同步,并且发出了CREATE CONTROLFILE命令。
CREATE CONTROLFILE can Corrupt Datafile Headers This alert described the issue reported in  bug 3514615 .


Versions Affected

  This affects Oracle Server version 10.1.0.2 only .


Platforms Affected

  GENERIC , all platforms are affected .


Description

  Issuing a CREATE CONTROLFILE command in Oracle 10.1.0.2 when
  COMPATIBLE is set lower than 10.0.0 can cause corruption to datafile
  headers only if the installation uses Oracle based resilvering.


Likelihood of Occurrence

  This problem can only occur if all of the following are true:

  • The datafiles are at version 9.2 (or lower) compatibility.
        (ie: The files are from a backup or shutdown where they were
         last written to by an instance with COMPATIBLE < 10.0.0)

  • Oracle based resilvering is in use

  • A CREATE CONTROLFILE command is issued

  Oracle resilvering can be enabled for files which are created
  on top of an LVM (Logical Volume Manager).  How Oracle resilvering
  is enabled depends on the LVM in use.
  eg: On Veritas volumes Oracle resilvering is enabled by
      setting
volcvm_smartsync to 1 in /etc/system .
      (Setting it to 0 disables Oracle resilvering). 



  Oracle resilvering can also be enabled for ASM files but as
  this feature needs COMPATIBLE >= 10.0.0 then this is only
  possible in this (obscure) scenario:
    If a database which was last written to with COMPATIBLE < 10.0
    is restored using RMAN into ASM (Automatic Storage Management)
    disks which have redundancy enabled (See the REDUNDANCY column
    in V$ASM_FILE to check this) then this gives Oracle 9.2 compatible
    files in an ASM environment. Creating a controlfile even with
    COMPATIBLE=10.0.0 or higher will lead to the corruption described
    in this alert.




Possible Symptoms

  If Oracle is used for datafile resilvering then the create controlfile
  will corrupt the datafile headers through the header resilvering
  writes. When trying to perform a subsequent "open resetlogs", Oracle will
  detect the header corruptions and the OPEN will fail with errors
  similar to this:

    ERROR at line 1:
    ORA-01122: database file 1 failed verification check
    ORA-01110: data file 1: '.../db1/t_db1.f'
    ORA-26102: relative file # in file header is 0 rather than 1 for file 1



Workaround

  If you need to issue a CREATE CONTROLFILE then disable Oracle based
  resilvering before issuing the command. (how to disable it depends
  on the LVM being used)


  If you have already corrupted the datafile headers then the procedure
  to follow is:
    1. Restore a database backup from before the "create controlfile"
command that caused the corruption
    2. Disable Oracle based resilvering
    3. Issue the "CREATE CONTROLFILE" command to recreate the controlfile
    4. Perform media recovery (as required)
    5. Open the database resetlogs
    6. Shutdown
    7. Re-enabled Oracle resilvering if required


Patches

  This problem is fixed in the 10.1.0.3 Patch Set.


References

   bug  3514615  The bug for the problem described in this note

Keyword
  
  ALERTINFO
2025-10-28T20:39:45.659482+08:00 15 [ERROR] InnoDB: Operating system error number 32 in a file operation. 2025-10-28T20:39:45.660451+08:00 15 [ERROR] InnoDB: The error means that another program is using InnoDB's files. This might be a backup or antivirus software or another instance of MySQL. Please close it to get rid of this error. 2025-10-28 20:39:55 0x740c InnoDB: Assertion failure in thread 29708 in file handler0alter.cc line 7404 InnoDB: Failing assertion: error == DB_SUCCESS InnoDB: We intentionally generate a memory trap. InnoDB: Submit a detailed bug report to http://bugs.mysql.com. InnoDB: If you get repeated assertion failures or crashes, even InnoDB: immediately after the mysqld startup, there may be InnoDB: corruption in the InnoDB tablespace. Please refer to InnoDB: http://dev.mysql.com/doc/refman/5.7/en/forcing-innodb-recovery.html InnoDB: about forcing recovery. 2025-10-28T20:39:55.663376+08:00 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 9553ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.) 12:39:55 UTC - mysqld got exception 0x80000003 ; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. Attempting to collect some information that could help diagnose the problem. As this is a crash and something is definitely wrong, the information collection process might fail. key_buffer_size=536870912 read_buffer_size=131072 max_used_connections=51 max_threads=600 thread_count=50 connection_count=50 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 761977 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. Thread pointer: 0x26ebec94ce0 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... 7ff754c49812 mysqld.exe!my_sigabrt_handler()[my_thr_init.c:449] 7ff754fee349 mysqld.exe!raise()[winsig.c:587] 7ff754fed240 mysqld.exe!abort()[abort.c:82] 7ff754d49b08 mysqld.exe!ut_dbg_assertion_failed()[ut0dbg.cc:67] 7ff754e2f72f mysqld.exe!ha_innobase::commit_inplace_alter_table()[handler0alter.cc:8275] 7ff7545c1443 mysqld.exe!mysql_inplace_alter_table()[sql_table.cc:7449] 7ff7545bf17a mysqld.exe!mysql_alter_table()[sql_table.cc:9538] 7ff7546e565e mysqld.exe!Sql_cmd_alter_table::execute()[sql_alter.cc:316] 7ff754546aa5 mysqld.exe!mysql_execute_command()[sql_parse.cc:3521] 7ff75454938a mysqld.exe!mysql_parse()[sql_parse.cc:5525] 7ff75454239d mysqld.exe!dispatch_command()[sql_parse.cc:1432] 7ff7545433aa mysqld.exe!do_command()[sql_parse.cc:999] 7ff7545081e4 mysqld.exe!handle_connection()[connection_handler_per_thread.cc:301] 7ff754f2cd92 mysqld.exe!pfs_spawn_thread()[pfs.cc:2191] 7ff754c4967b mysqld.exe!win_thread_start()[my_thread.c:38] 7ff754feddbf mysqld.exe!_callthreadstartex()[threadex.c:376] 7ff754fee00a mysqld.exe!_threadstartex()[threadex.c:354] 7ffaba1f84d4 KERNEL32.DLL!BaseThreadInitThunk() 7ffabc6ee871 ntdll.dll!RtlUserThreadStart() Trying to get some variables. Some pointers may be invalid and cause the dump to abort. Query (26ebece8580): ALTER TABLE formmain_0495 DROP COLUMN field0028 Connection ID (thread ID): 15 Status: NOT_KILLED The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains information that should help you find out what is causing the crash. 2025-10-28T20:43:23.759825+08:00 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 2025-10-28T20:43:23.759825+08:00 0 [Warning] Insecure configuration for --secure-file-priv: Current value does not restrict location of generated files. Consider setting it to a valid, non-empty path. 2025-10-28T20:43:23.760771+08:00 0 [Note] D:\newmysql\mysql-5.7.12-winx64\bin\mysqld (mysqld 5.7.12-log) starting as process 39684 ... 2025-10-28T20:43:23.818393+08:00 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2025-10-28T20:43:23.819370+08:00 0 [Note] InnoDB: Uses event mutexes 2025-10-28T20:43:23.819370+08:00 0 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier 2025-10-28T20:43:23.820343+08:00 0 [Note] InnoDB: Compressed tables use zlib 1.2.3 2025-10-28T20:43:23.821322+08:00 0 [Note] InnoDB: Number of pools: 1 2025-10-28T20:43:23.822294+08:00 0 [Note] InnoDB: Not using CPU crc32 instructions 2025-10-28T20:43:23.866243+08:00 0 [Note] InnoDB: Initializing buffer pool, total size = 8G, instances = 8, chunk size = 128M 2025-10-28T20:43:24.265683+08:00 0 [Note] InnoDB: Completed initialization of buffer pool 2025-10-28T20:43:24.414092+08:00 0 [Note] InnoDB: Highest supported file format is Barracuda. 2025-10-28T20:43:24.508818+08:00 0 [Note] InnoDB: Log scan progressed past the checkpoint lsn 933908534 2025-10-28T20:43:24.633818+08:00 0 [Note] InnoDB: Doing recovery: scanned up to log sequence number 933994745 2025-10-28T20:43:24.639683+08:00 0 [Note] InnoDB: Ignoring data file '.\oa\formmain_0495.ibd' with space ID 1585. Another data file called .\oa\#sql-ib1600-4242521553.ibd exists with the same space ID. 2025-10-28T20:43:24.641629+08:00 0 [Note] InnoDB: Ignoring data file '.\oa\formmain_0495.ibd' with space ID 1583. Another data file called .\oa\#sql-ib1602-4242521554.ibd exists with the same space ID. 2025-10-28T20:43:24.643587+08:00 0 [Note] InnoDB: Ignoring data file '.\oa\formmain_0495.ibd' with space ID 1585. Another data file called .\oa\#sql-ib1600-4242521553.ibd exists with the same space ID. 2025-10-28T20:43:24.647490+08:00 0 [Note] InnoDB: Ignoring data file '.\oa\formmain_0495.ibd' with space ID 1583. Another data file called .\oa\#sql-ib1602-4242521554.ibd exists with the same space ID. 2025-10-28T20:43:24.661159+08:00 0 [Note] InnoDB: Database was not shutdown normally! 2025-10-28T20:43:24.661159+08:00 0 [Note] InnoDB: Starting crash recovery. 2025-10-28T20:43:24.844755+08:00 0 [Note] InnoDB: 1 transaction(s) which must be rolled back or cleaned up in total 47 row operations to undo 2025-10-28T20:43:24.845734+08:00 0 [Note] InnoDB: Trx id counter is 14848 2025-10-28T20:43:24.859405+08:00 0 [Note] InnoDB: Starting an apply batch of log records to the database... InnoDB: Progress in percent: 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 2025-10-28T20:43:25.704135+08:00 0 [Note] InnoDB: Apply batch completed 2025-10-28T20:43:32.680689+08:00 0 [Note] InnoDB: Starting in background the rollback of uncommitted transactions 2025-10-28T20:43:32.681665+08:00 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1" 2025-10-28T20:43:32.681665+08:00 0 [Note] InnoDB: Rolling back trx with id 14454, 47 rows to undo 2025-10-28T20:43:32.682647+08:00 0 [Note] InnoDB: Creating shared tablespace for temporary tables 2025-10-28T20:43:32.684595+08:00 0 [Note] InnoDB: Setting file '.\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... 2025-10-28T20:43:32.695334+08:00 0 [Note] InnoDB: Rollback of trx with id 14454 completed 2025-10-28T20:43:32.696312+08:00 0 [Note] InnoDB: Rollback of non-prepared transactions completed 2025-10-28T20:43:32.732452+08:00 0 [Note] InnoDB: File '.\ibtmp1' size is now 12 MB. 2025-10-28T20:43:32.757857+08:00 0 [Note] InnoDB: 96 redo rollback segment(s) found. 96 redo rollback segment(s) are active. 2025-10-28T20:43:32.758821+08:00 0 [Note] InnoDB: 32 non-redo rollback segment(s) are active. 2025-10-28T20:43:32.760764+08:00 0 [Note] InnoDB: Waiting for purge to start 2025-10-28T20:43:32.812522+08:00 0 [Note] InnoDB: 5.7.12 started; log sequence number 933994745 2025-10-28T20:43:32.812522+08:00 0 [Note] InnoDB: page_cleaner: 1000ms intended loop took 8438ms. The settings might not be optimal. (flushed=0 and evicted=0, during the time.) 2025-10-28T20:43:32.813529+08:00 0 [Note] Plugin 'FEDERATED' is disabled. 2025-10-28T20:43:32.813529+08:00 0 [Note] InnoDB: Loading buffer pool(s) from D:\newmysql\mysql-5.7.12-winx64\data\ib_buffer_pool 2025-10-28T20:43:32.830109+08:00 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key 2025-10-28T20:43:32.832067+08:00 0 [Note] Server hostname (bind-address): '*'; port: 3306 2025-10-28T20:43:32.834022+08:00 0 [Note] IPv6 is available. 2025-10-28T20:43:32.834022+08:00 0 [Note] - '::' resolves to '::'; 2025-10-28T20:43:32.835011+08:00 0 [Note] Server socket created on IP: '::'. 2025-10-28T20:43:32.854535+08:00 0 [Note] InnoDB: Buffer pool(s) load completed at 251028 20:43:32 2025-10-28T20:43:32.904319+08:00 0 [Note] Event Scheduler: Loaded 0 events 2025-10-28T20:43:32.905296+08:00 0 [Note] D:\newmysql\mysql-5.7.12-winx64\bin\mysqld: ready for connections. Version: '5.7.12-log' socket: '' port: 3306 MySQL Community Server (GPL)
最新发布
10-29
2025-09-15T08:21:09.471534Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 2025-09-15T08:21:09.471574Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release. 2025-09-15T08:21:09.732610Z 0 [Warning] InnoDB: New log files created, LSN=45790 2025-09-15 16:21:09 0xe5c InnoDB: Assertion failure in thread 3676 in file fsp0fsp.cc line 3301 InnoDB: Failing assertion: !is_system_tablespace(space->id) InnoDB: We intentionally generate a memory trap. InnoDB: Submit a detailed bug report to http://bugs.mysql.com. InnoDB: If you get repeated assertion failures or crashes, even InnoDB: immediately after the mysqld startup, there may be InnoDB: corruption in the InnoDB tablespace. Please refer to InnoDB: http://dev.mysql.com/doc/refman/5.7/en/forcing-innodb-recovery.html InnoDB: about forcing recovery. 08:21:09 UTC - mysqld got exception 0x80000003 ; This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware. Attempting to collect some information that could help diagnose the problem. As this is a crash and something is definitely wrong, the information collection process might fail. key_buffer_size=8388608 read_buffer_size=65536 max_used_connections=0 max_threads=151 thread_count=0 connection_count=0 It is possible that mysqld could use up to key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 58352 K bytes of memory Hope that's ok; if not, decrease some variables in the equation. Thread pointer: 0x0 Attempting backtrace. You can use the following information to find out where mysqld died. If you see no messages after this, something went terribly wrong... 7ff7bf8beeb2 mysqld.exe!my_errno() 7ffc8fbaec9d MSVCR120.dll!raise() 7ffc8fbb4874 MSVCR120.dll!abort() 7ff7bf9da744 mysqld.exe!?reserve@?$vector@EV?$allocator@E@std@@@std@@QEAAX_K@Z() 7ff7bf9f2255 mysqld.exe!?reserve@?$vector@EV?$allocator@E@std@@@std@@QEAAX_K@Z() 7ff7bf9f21f1 mysqld.exe!?reserve@?$vector@EV?$allocator@E@std@@@std@@QEAAX_K@Z() 7ff7bf9ec9d6 mysqld.exe!?reserve@?$vector@EV?$allocator@E@std@@@std@@QEAAX_K@Z() 7ff7bf9ec7d1 mysqld.exe!?reserve@?$vector@EV?$allocator@E@std@@@std@@QEAAX_K@Z() 7ff7bfb15217 mysqld.exe!?reserve@?$vector@EV?$allocator@E@std@@@std@@QEAAX_K@Z() 7ff7bf989b56 mysqld.exe!?reserve@?$vector@EV?$allocator@E@std@@@std@@QEAAX_K@Z() 7ff7bf8f8b00 mysqld.exe!?reserve@?$vector@EV?$allocator@E@std@@@std@@QEAAX_K@Z() 7ff7bf18457e mysqld.exe!?ha_initialize_handlerton@@YAHPEAUst_plugin_int@@@Z() 7ff7bf2806d8 mysqld.exe!?plugin_foreach_with_mask@@YA_NPEAVTHD@@PEAP6AD0PEAUst_plugin_int@@PEAX@ZHI2@Z() 7ff7bf281c40 mysqld.exe!?plugin_register_builtin_and_init_core_se@@YA_NPEAHPEAPEAD@Z() 7ff7bf137303 mysqld.exe!?init_connection_acceptor@?$Connection_acceptor@VShared_mem_listener@@@@QEAA_NXZ() 7ff7bf13c4d5 mysqld.exe!?win_main@@YAHHPEAPEAD@Z() 7ff7bf139cb5 mysqld.exe!?mysql_service@@YAHPEAX@Z() 7ff7bf13a06c mysqld.exe!?mysqld_main@@YAHHPEAPEAD@Z() 7ff7bfc2eef7 mysqld.exe!my_wildcmp_mb() 7ffca5217034 KERNEL32.DLL!BaseThreadInitThunk() 7ffca62bcec1 ntdll.dll!RtlUserThreadStart() The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains information that should help you find out what is causing the crash. 2025-09-15T08:25:20.003827Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 2025-09-15T08:25:20.003875Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release. 2025-09-15T08:25:20.016963Z 0 [Note] D:\work\w\sql\mysql\mysql-5.7.29.0\exe\MySQL Server 5.7\bin\mysqld (mysqld 5.7.29-log) starting as process 2468 ... 2025-09-15T08:25:20.020077Z 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2025-09-15T08:25:20.020351Z 0 [Note] InnoDB: Uses event mutexes 2025-09-15T08:25:20.020517Z 0 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier 2025-09-15T08:25:20.020741Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2025-09-15T08:25:20.020936Z 0 [Note] InnoDB: Adjusting innodb_buffer_pool_instances from 8 to 1 since innodb_buffer_pool_size is less than 1024 MiB 2025-09-15T08:25:20.021453Z 0 [Note] InnoDB: Number of pools: 1 2025-09-15T08:25:20.021704Z 0 [Note] InnoDB: Not using CPU crc32 instructions 2025-09-15T08:25:20.022836Z 0 [Note] InnoDB: Initializing buffer pool, total size = 8M, instances = 1, chunk size = 8M 2025-09-15T08:25:20.023428Z 0 [Note] InnoDB: Completed initialization of buffer pool 2025-09-15T08:25:20.040506Z 0 [ERROR] InnoDB: Header page consists of zero bytes in datafile: .\ibdata1, Space ID:0, Flags: 0. Please refer to http://dev.mysql.com/doc/refman/5.7/en/innodb-troubleshooting-datadict.html for how to resolve the issue. 2025-09-15T08:25:20.041009Z 0 [ERROR] InnoDB: Corrupted page [page id: space=0, page number=0] of datafile '.\ibdata1' could not be found in the doublewrite buffer. 2025-09-15T08:25:20.041364Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption 2025-09-15T08:25:20.374320Z 0 [ERROR] Plugin 'InnoDB' init function returned error. 2025-09-15T08:25:20.374601Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 2025-09-15T08:25:20.374824Z 0 [ERROR] Failed to initialize builtin plugins. 2025-09-15T08:25:20.375005Z 0 [ERROR] Aborting 2025-09-15T08:25:20.375139Z 0 [Note] Binlog end 2025-09-15T08:25:20.375322Z 0 [Note] Shutting down plugin 'CSV' 2025-09-15T08:25:20.375648Z 0 [Note] D:\work\w\sql\mysql\mysql-5.7.29.0\exe\MySQL Server 5.7\bin\mysqld: Shutdown complete 2025-09-15T08:25:35.643857Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details). 2025-09-15T08:25:35.643902Z 0 [Warning] 'NO_ZERO_DATE', 'NO_ZERO_IN_DATE' and 'ERROR_FOR_DIVISION_BY_ZERO' sql modes should be used with strict mode. They will be merged with strict mode in a future release. 2025-09-15T08:25:35.644796Z 0 [Note] D:\work\w\sql\mysql\mysql-5.7.29.0\exe\MySQL Server 5.7\bin\mysqld (mysqld 5.7.29-log) starting as process 9380 ... 2025-09-15T08:25:35.647922Z 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2025-09-15T08:25:35.648178Z 0 [Note] InnoDB: Uses event mutexes 2025-09-15T08:25:35.648349Z 0 [Note] InnoDB: _mm_lfence() and _mm_sfence() are used for memory barrier 2025-09-15T08:25:35.648579Z 0 [Note] InnoDB: Compressed tables use zlib 1.2.11 2025-09-15T08:25:35.648778Z 0 [Note] InnoDB: Adjusting innodb_buffer_pool_instances from 8 to 1 since innodb_buffer_pool_size is less than 1024 MiB 2025-09-15T08:25:35.649296Z 0 [Note] InnoDB: Number of pools: 1 2025-09-15T08:25:35.649543Z 0 [Note] InnoDB: Not using CPU crc32 instructions 2025-09-15T08:25:35.650683Z 0 [Note] InnoDB: Initializing buffer pool, total size = 8M, instances = 1, chunk size = 8M 2025-09-15T08:25:35.651269Z 0 [Note] InnoDB: Completed initialization of buffer pool 2025-09-15T08:25:35.665915Z 0 [ERROR] InnoDB: Header page consists of zero bytes in datafile: .\ibdata1, Space ID:0, Flags: 0. Please refer to http://dev.mysql.com/doc/refman/5.7/en/innodb-troubleshooting-datadict.html for how to resolve the issue. 2025-09-15T08:25:35.666408Z 0 [ERROR] InnoDB: Corrupted page [page id: space=0, page number=0] of datafile '.\ibdata1' could not be found in the doublewrite buffer. 2025-09-15T08:25:35.666760Z 0 [ERROR] InnoDB: Plugin initialization aborted with error Data structure corruption 2025-09-15T08:25:35.999666Z 0 [ERROR] Plugin 'InnoDB' init function returned error. 2025-09-15T08:25:35.999965Z 0 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed. 2025-09-15T08:25:36.000286Z 0 [ERROR] Failed to initialize builtin plugins. 2025-09-15T08:25:36.000472Z 0 [ERROR] Aborting 2025-09-15T08:25:36.000611Z 0 [Note] Binlog end 2025-09-15T08:25:36.000797Z 0 [Note] Shutting down plugin 'CSV' 2025-09-15T08:25:36.001116Z 0 [Note] D:\work\w\sql\mysql\mysql-5.7.29.0\exe\MySQL Server 5.7\bin\mysqld: Shutdown complete
09-16
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值