在 XAMPP 控制面板中啟動 MySQL 時出現問題
P粉421119778
P粉421119778 2024-03-31 14:48:47
0
1
338

不幸的是,我試圖在 XAMPP 控制面板中啟動 MySQL。當我嘗試讓它工作時,我得到以下輸出:

13:28:19  [mysql]   Error: MySQL shutdown unexpectedly.
13:28:19  [mysql]   This may be due to a blocked port, missing dependencies, 
13:28:19  [mysql]   improper privileges, a crash, or a shutdown by another method.
13:28:19  [mysql]   Press the Logs button to view error logs and check
13:28:19  [mysql]   the Windows Event Viewer for more clues
13:28:20  [mysql]   If you need more help, copy and post this
13:28:20  [mysql]   entire log window on the forums

然後,錯誤日誌輸出以下內容:

2022-07-29 13:26:49 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-29 13:26:49 0 [Note] InnoDB: Uses event mutexes
2022-07-29 13:26:49 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-29 13:26:49 0 [Note] InnoDB: Number of pools: 1
2022-07-29 13:26:49 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-29 13:26:49 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-29 13:26:49 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-29 13:26:49 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=300288
2022-07-29 13:26:49 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-29 13:26:49 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2022-07-29 13:26:49 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-29 13:26:49 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-29 13:26:49 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-29 13:26:49 0 [Note] InnoDB: Waiting for purge to start
2022-07-29 13:26:49 0 [Note] InnoDB: 10.4.24 started; log sequence number 300297; transaction id 170
2022-07-29 13:26:49 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2022-07-29 13:26:49 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-29 13:26:49 0 [Note] Server socket created on IP: '::'.
2022-07-29 13:26:49 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: Only one usage of each socket address (protocol/network address/port) is normally permitted.


2022-07-29 13:26:49 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2022-07-29 13:26:49 0 [Note] InnoDB: Buffer pool(s) load completed at 220729 13:26:49
2022-07-29 13:26:49 0 [ERROR] Aborting
2022-07-29 13:28:17 0 [Note] InnoDB: The first innodb_system data file 'ibdata1' did not exist. A new tablespace will be created!
2022-07-29 13:28:17 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2022-07-29 13:28:17 0 [Note] InnoDB: Uses event mutexes
2022-07-29 13:28:17 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2022-07-29 13:28:17 0 [Note] InnoDB: Number of pools: 1
2022-07-29 13:28:17 0 [Note] InnoDB: Using SSE2 crc32 instructions
2022-07-29 13:28:17 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2022-07-29 13:28:17 0 [Note] InnoDB: Completed initialization of buffer pool
2022-07-29 13:28:17 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibdata1' size to 10 MB. Physically writing the file full; Please wait ...
2022-07-29 13:28:17 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibdata1' size is now 10 MB.
2022-07-29 13:28:17 0 [Note] InnoDB: Setting log file C:\xampp\mysql\data\ib_logfile101 size to 5242880 bytes
2022-07-29 13:28:17 0 [Note] InnoDB: Setting log file C:\xampp\mysql\data\ib_logfile1 size to 5242880 bytes
2022-07-29 13:28:17 0 [Note] InnoDB: Renaming log file C:\xampp\mysql\data\ib_logfile101 to C:\xampp\mysql\data\ib_logfile0
2022-07-29 13:28:17 0 [Note] InnoDB: New log files created, LSN=11451
2022-07-29 13:28:17 0 [Note] InnoDB: Doublewrite buffer not found: creating new
2022-07-29 13:28:17 0 [Note] InnoDB: Doublewrite buffer created
2022-07-29 13:28:17 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2022-07-29 13:28:17 0 [Note] InnoDB: Creating foreign key constraint system tables.
2022-07-29 13:28:17 0 [Note] InnoDB: Creating tablespace and datafile system tables.
2022-07-29 13:28:17 0 [Note] InnoDB: Creating sys_virtual system tables.
2022-07-29 13:28:17 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2022-07-29 13:28:17 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2022-07-29 13:28:17 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2022-07-29 13:28:17 0 [Note] InnoDB: Waiting for purge to start
2022-07-29 13:28:18 0 [Note] InnoDB: 10.4.24 started; log sequence number 0; transaction id 7
2022-07-29 13:28:18 0 [Note] Plugin 'FEEDBACK' is disabled.
2022-07-29 13:28:18 0 [Note] Server socket created on IP: '::'.
2022-07-29 13:28:18 0 [ERROR] Can't start server: Bind on TCP/IP port. Got error: 10048: Only one usage of each socket address (protocol/network address/port) is normally permitted.


2022-07-29 13:28:18 0 [ERROR] Do you already have another mysqld server running on port: 3306 ?
2022-07-29 13:28:18 0 [ERROR] Aborting

我已經嘗試了在 StackOverflow 上遇到的一些建議,但到目前為止還沒有任何效果。

任何幫助將不勝感激。

P粉421119778
P粉421119778

全部回覆(1)
P粉567281015

我在xampp中連接mysql時也遇到了這樣的錯誤,因此要修復該錯誤,您應該更改端口,否則如果您的計算機中安裝了mysql伺服器,則卸載

熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!