Não é possível iniciar o MySql como um serviço em uma máquina do wnidows 7

Eu sou novo no MYsql e baixei o mysql-installer-community-5.6.14.0 e tentei instalar. Mas esse processo parou na etapa de configuração. Eu tentei googling por 2 dias, mas não consegui encontrar a solução. Eu fiz mysql como um serviço do windows para executar como serviço de sistema local e quando eu tento iniciá-lo o seguinte erro vem no arquivo pc.err

2013-10-20 09:28:40 3312 [Note] Plugin 'FEDERATED' is disabled.
2013-10-20 09:28:40 3312 [Warning] option 'innodb-autoextend-increment': unsigned value 67108864 adjusted to 1000
2013-10-20 09:28:40 1974 InnoDB: Warning: Using innodb_additional_mem_pool_size is DEPRECATED. This option may be removed in future releases, together with the option innodb_use_sys_malloc and with the InnoDB's internal memory allocator.
2013-10-20 09:28:40 3312 [Note] InnoDB: The InnoDB memory heap is disabled
2013-10-20 09:28:40 3312 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2013-10-20 09:28:40 3312 [Note] InnoDB: Compressed tables use zlib 1.2.3
2013-10-20 09:28:40 3312 [Note] InnoDB: Not using CPU crc32 instructions
2013-10-20 09:28:40 3312 [Note] InnoDB: Initializing buffer pool, size = 200.0M
2013-10-20 09:28:40 3312 [Note] InnoDB: Completed initialization of buffer pool
2013-10-20 09:28:40 3312 [Note] InnoDB: Highest supported file format is Barracuda.
2013-10-20 09:28:41 3312 [Note] InnoDB: 128 rollback segment(s) are active.
2013-10-20 09:28:41 3312 [Note] InnoDB: Waiting for purge to start
2013-10-20 09:28:41 3312 [Note] InnoDB: 5.6.14 started; log sequence number 1626017
2013-10-20 09:28:41 3312 [Note] Server hostname (bind-address): '*'; port: 3306
2013-10-20 09:28:41 3312 [Note] IPv6 is available.
2013-10-20 09:28:41 3312 [Note]   - '::' resolves to '::';
2013-10-20 09:28:41 3312 [Note] Server socket created on IP: '::'.
**2013-10-20 09:28:41 3312 [ERROR] Can't start server: listen() on TCP/IP port: No such file or directory
2013-10-20 09:28:41 3312 [ERROR] listen() on TCP/IP failed with error 0
2013-10-20 09:28:41 3312 [ERROR] Aborting**
Please help as I am a newbie am not able to get anything.
Thanks in advance
Raghu dev

questionAnswers(1)

yourAnswerToTheQuestion