mysql does not start properly

Posted by Erik Svenson on Server Fault See other posts from Server Fault or by Erik Svenson
Published on 2011-10-06T20:52:36Z Indexed on 2012/10/06 3:40 UTC
Read the original article Hit count: 165

Filed under:
|
|

Hi I am using XAMPP on Windows XP. Since I changed the version from 1.73 to 1.77 MySQL does not start properly. That means that the status says, it is started, but the safety check says it is not . Because of that I cannot set any password, which is unacceptable.

Any idea?

That's mysql_error.log:

111007  9:42:56 [Note] Plugin 'FEDERATED' is disabled.
111007  9:42:56 InnoDB: The InnoDB memory heap is disabled
111007  9:42:56 InnoDB: Mutexes and rw_locks use Windows interlocked functions
111007  9:42:56 InnoDB: Compressed tables use zlib 1.2.3
111007  9:42:56 InnoDB: Initializing buffer pool, size = 16.0M
111007  9:42:56 InnoDB: Completed initialization of buffer pool
111007  9:42:57 InnoDB: highest supported file format is Barracuda.
111007  9:42:57  InnoDB: Waiting for the background threads to start
111007  9:42:58 InnoDB: 1.1.8 started; log sequence number 1595675
111007  9:42:58 [Note] Event Scheduler: Loaded 0 events
111007  9:42:58 [Note] mysql\bin\mysqld.exe: ready for connections.
Version: '5.5.16'  socket: ''  port: 3306  MySQL Community Server (GPL)

© Server Fault or respective owner

Related posts about mysql

Related posts about Windows