Als ik MySQL heb geinstaleerd dan werkt alles goed, maar als ik de computer opnieuw opstart dan wil hij niet meer opstarten.
Als ik dan bij het programma WinMYSQLAdmin.exe het probeer te starten dan gaat het lampje ff op groen, en dan weer op rood.
En als ik in mijn error log kijk zie ik het volgende:
030429 0:24:19 MySql: Shutdown Complete
030429 0:24:18 MySql: Normal shutdown
http://www.innodb.com/ibman.html
the InnoDB startup options listed in section 2 at
But to get good performance you should adjust for your hardware
innodb_data_file_path = ibdata1:10M:autoextend
section, for example,
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
to the [mysqld] section of init parameters in your my.cnf
skip-innodb
If you do not want to use transactional InnoDB tables, add a line
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
MySql: ready for connections
Ik heb al geprobeert wat er staat over het toevoegen van skip-innodb maar dan is het nog niet opgelost.
En als ik het via services opstart zie ik de volgende fout:
Fout 1067: Het proces is onverwachts beëindigt.
Weten jullie hoe ik MySQL weer aan de praat krijg?
THX
Als ik dan bij het programma WinMYSQLAdmin.exe het probeer te starten dan gaat het lampje ff op groen, en dan weer op rood.
En als ik in mijn error log kijk zie ik het volgende:
030429 0:24:19 MySql: Shutdown Complete
030429 0:24:18 MySql: Normal shutdown
http://www.innodb.com/ibman.html
the InnoDB startup options listed in section 2 at
But to get good performance you should adjust for your hardware
innodb_data_file_path = ibdata1:10M:autoextend
section, for example,
or my.ini. If you want to use InnoDB tables, add to the [mysqld]
to the [mysqld] section of init parameters in your my.cnf
skip-innodb
If you do not want to use transactional InnoDB tables, add a line
Cannot initialize InnoDB as 'innodb_data_file_path' is not set.
MySql: ready for connections
Ik heb al geprobeert wat er staat over het toevoegen van skip-innodb maar dan is het nog niet opgelost.
En als ik het via services opstart zie ik de volgende fout:
Fout 1067: Het proces is onverwachts beëindigt.
Weten jullie hoe ik MySQL weer aan de praat krijg?
THX