Why does Mysql Xampp restart only when i run the mysqld.exe file manually?
- by Ranjit Kumar
I am using mysql-xampp v3.0.2 version.
while restarting the mysql server first it show me the running status and after 2or3s it stops running automatically.
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