Hello,
I am using Wamp on different machines with Windows 10 Pro (installed on macbookpro with bootcamp) but now I have a strange issue with Wamp 2.4 64 bit (MySQL 5.6.12) on Win 10 Pro/Home (licenced).
- installed all Visual C++ packages
- run check_vcredist which says Äll VC++ packages needed for wampserver are installed correctly
- install WampServer as administrator in C:\wamp (clean install)
- run wampserver as administrator
result:
- tray icon is yellow
- wampapache service is running
- wampmysqld in not running
What I have tried:
- stop all services, delete files ib_logfile0, ib_logfile1, ib_data1, restart the services. No result
- make sure I have only one line 127.0.0.1 localhost
- IIS stoped
- adding innodb_flush_method=unbuffered in my.ini - no result
- adding innodb_flush_method=normal - no result
MySQL log looks as following:
What else can I do?
Thank you!
I am using Wamp on different machines with Windows 10 Pro (installed on macbookpro with bootcamp) but now I have a strange issue with Wamp 2.4 64 bit (MySQL 5.6.12) on Win 10 Pro/Home (licenced).
- installed all Visual C++ packages
- run check_vcredist which says Äll VC++ packages needed for wampserver are installed correctly
- install WampServer as administrator in C:\wamp (clean install)
- run wampserver as administrator
result:
- tray icon is yellow
- wampapache service is running
- wampmysqld in not running
What I have tried:
- stop all services, delete files ib_logfile0, ib_logfile1, ib_data1, restart the services. No result
- make sure I have only one line 127.0.0.1 localhost
- IIS stoped
- adding innodb_flush_method=unbuffered in my.ini - no result
- adding innodb_flush_method=normal - no result
MySQL log looks as following:
2018-02-24 11:01:57 3536 [Note] Plugin 'FEDERATED' is disabled. 2018-02-24 11:01:57 3536 [Note] InnoDB: The InnoDB memory heap is disabled 2018-02-24 11:01:57 3536 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions 2018-02-24 11:01:57 3536 [Note] InnoDB: Compressed tables use zlib 1.2.3 2018-02-24 11:01:57 3536 [Note] InnoDB: Not using CPU crc32 instructions 2018-02-24 11:01:57 3536 [Note] InnoDB: Initializing buffer pool, size = 128.0M 2018-02-24 11:01:57 3536 [Note] InnoDB: Completed initialization of buffer pool 2018-02-24 11:01:57 3536 [Note] InnoDB: Highest supported file format is Barracuda. 2018-02-24 11:01:57 2314 InnoDB: Operating system error number 87 in a file operation. InnoDB: Some operating system error numbers are described at InnoDB: [dev.mysql.com] 2018-02-24 11:01:57 2314 InnoDB: File name .\ib_logfile0 2018-02-24 11:01:57 2314 InnoDB: File operation call: 'aio read' returned OS error 187. 2018-02-24 11:01:57 2314 InnoDB: Cannot continue operation.
What else can I do?
Thank you!