Why does Mysql Xampp restart only when i run the mysqld.exe file manually?

Posted by Ranjit Kumar on Server Fault See other posts from Server Fault or by Ranjit Kumar
Published on 2012-11-05T09:37:12Z Indexed on 2012/11/25 17:06 UTC
Read the original article Hit count: 475

Filed under:
|
  1. I am using mysql-xampp v3.0.2 version.

  2. while restarting the mysql server first it show me the running status and after 2or3s it stops running automatically.

  3. So as of now i got a temporary solution like going into xampp installation folder Xampp->mysql->bin->running the msqld.exe file.

i dont know whether it is the correct solution or is there any alternate solution to be made !! please suggest me

errorlog
120629 15:29:59 [Note] Plugin 'FEDERATED' is disabled.
120629 15:29:59 InnoDB: The InnoDB memory heap is disabled
120629 15:29:59 InnoDB: Mutexes and rw_locks use Windows interlocked functions
120629 15:29:59 InnoDB: Compressed tables use zlib 1.2.3
120629 15:29:59 InnoDB: Initializing buffer pool, size = 16.0M
120629 15:29:59 InnoDB: Completed initialization of buffer pool
InnoDB: The first specified data file D:\xampp\xampp\mysql\data\ibdata1 did not exist:
InnoDB: a new database to be created!
120629 15:29:59  InnoDB: Setting file D:\xampp\xampp\mysql\data\ibdata1 size to 10 MB
InnoDB: Database physically writes the file full: wait...
120629 15:29:59  InnoDB: Log file D:\xampp\xampp\mysql\data\ib_logfile0 did not exist: new to be created
InnoDB: Setting log file D:\xampp\xampp\mysql\data\ib_logfile0 size to 5 MB
InnoDB: Database physically writes the file full: wait...
120629 15:30:00  InnoDB: Log file D:\xampp\xampp\mysql\data\ib_logfile1 did not exist: new to be created
InnoDB: Setting log file D:\xampp\xampp\mysql\data\ib_logfile1 size to 5 MB
InnoDB: Database physically writes the file full: wait...
InnoDB: Doublewrite buffer not found: creating new
InnoDB: Doublewrite buffer created
InnoDB: 127 rollback segment(s) active.
InnoDB: Creating foreign key constraint system tables
InnoDB: Foreign key constraint system tables created
120629 15:30:02  InnoDB: Waiting for the background threads to start

© Server Fault or respective owner

Related posts about mysql

Related posts about xampp