Page 1 of 1

SQL start problem (server 2003) 1.7.3 [SOLVED]

PostPosted: 23. December 2008 21:48
by rvanherp
After installing the update my sql is not working.

If I run mysql_start.bat I get this

Code: Select all
Diese Eingabeforderung nicht waehrend des Running beenden
Please dont close Window while MySQL is running
MySQL is trying to start
Please wait  ...
MySQL is starting with mysql\bin\my.cnf (console)
081223 21:42:09 [Warning] option 'thread_stack': unsigned value 65536 adjusted t
o 131072
081223 21:42:09 [Note] Plugin 'InnoDB' disabled by command line option
081223 21:42:09 [ERROR] mysql\bin\mysqld: unknown option '--skip-bdb'
081223 21:42:09 [ERROR] Aborting

081223 21:42:10 [Note] mysql\bin\mysqld: Shutdown complete


MySQL konnte nicht gestartet werden
MySQL could not be started
Druk op een toets om door te gaan. . .



If I run net start MySQL I get this

Code: Select all
Diese Eingabeforderung nicht waehrend des Running beenden
Please dont close Window while MySQL is running
MySQL is trying to start
Please wait  ...
MySQL is starting with mysql\bin\my.cnf (console)
081223 21:42:09 [Warning] option 'thread_stack': unsigned value 65536 adjusted t
o 131072
081223 21:42:09 [Note] Plugin 'InnoDB' disabled by command line option
081223 21:42:09 [ERROR] mysql\bin\mysqld: unknown option '--skip-bdb'
081223 21:42:09 [ERROR] Aborting

081223 21:42:10 [Note] mysql\bin\mysqld: Shutdown complete


MySQL konnte nicht gestartet werden
MySQL could not be started
Druk op een toets om door te gaan. . .


That do I need to do to fix it ?

Thanks,
Richard

Re: SQL start problem

PostPosted: 23. December 2008 22:22
by Wiedmann
Code: Select all
MySQL is starting with mysql\bin\my.cnf (console)
081223 21:42:09 [ERROR] mysql\bin\mysqld: unknown option '--skip-bdb'

Open the file "\xampp\mysql\bin\my.cnf", seach for the line "skip-bdb" and remove this line.

081223 21:42:09 [Warning] option 'thread_stack': unsigned value 65536 adjusted to 131072

Search for the line with "thread_stack" and remove this line.

Re: SQL start problem

PostPosted: 23. December 2008 22:51
by rvanherp
Stupid me, I post the same code two times.

But it seems to work now, so Thanks.

Also do I need to do something els I did read something about a table update in mail from xampp.
can't get what i need to do from the sql page.

Sorry, my eng. is bad.

My previous xampp version whas 1.6.8 .

Thanks,
Richard

Re: SQL start problem

PostPosted: 23. December 2008 23:09
by Wiedmann
Also do I need to do something els I did read something about a table update in mail from xampp.
can't get what i need to do from the sql page.

Go to the directory "\xampp\mysql\bin" and execute the programm "mysql_update.exe".

Re: SQL start problem

PostPosted: 23. December 2008 23:25
by rvanherp
Thanks, I already did that but whas not sure if that whass all.

Thanks for your fast help.

Richard,