RedmineMySQL无法启动

时间:2014-06-03 08:05:57

标签: mysql windows service redmine

请注意redmineMySQL服务没有运行,我无法启动它。每次我尝试启动时,我在server.err日志文件中得到以下内容,1067 windows错误。请协助。

非常感谢。

140603 10:57:54 [Note] Plugin 'FEDERATED' is disabled.

140603 10:57:54 InnoDB: The InnoDB memory heap is disabled

140603 10:57:54 InnoDB: Mutexes and rw_locks use Windows interlocked functions

140603 10:57:54 InnoDB: Compressed tables use zlib 1.2.3

140603 10:57:54 InnoDB: Initializing buffer pool, size = 128.0M

140603 10:57:54 InnoDB: Completed initialization of buffer pool

140603 10:57:54 InnoDB: highest supported file format is Barracuda.

140603 10:57:54  InnoDB: Waiting for the background threads to start

140603 10:57:55 InnoDB: 1.1.8 started; log sequence number 38540871

140603 10:57:55 [Note] Server hostname (bind-address): '0.0.0.0'; port: 3306

140603 10:57:55 [Note]   - '0.0.0.0' resolves to '0.0.0.0';

140603 10:57:55 [Note] Server socket created on IP: '0.0.0.0'.

140603 10:57:55 [ERROR] Can't start server: Bind on TCP/IP port: No such file or directory

140603 10:57:55 [ERROR] Do you already have another mysqld server running on port: 3306 ?

140603 10:57:55 [ERROR] Aborting



140603 10:57:55  InnoDB: Starting shutdown...

140603 10:57:56  InnoDB: Shutdown completed; log sequence number 38540871

140603 10:57:56 [Note] C:\BitNami\redmine-2.2.2-0\mysql\bin\mysqld.exe: Shutdown complete

1 个答案:

答案 0 :(得分:0)

我通过将SQLEXPRESS服务器的端口设置为特定值来解决了这个问题,因为它是动态的并且保留了端口3306。