Help coderanch get a
new server
by contributing to the fundraiser
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

jsp and mysql

 
Ranch Hand
Posts: 55
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I know this is not a place to discuss mysql problem but I am assuming lot of people used mysql with jsp. Today when I installed mysql and try to run I got following error.
C:\mysql\bin>mysqld --standalone --debug
C:\MYSQL\BIN\MYSQLD.EXE: Can't change dir to 'C:mysql\' (Errcode: 2)
020313 21:03:58 Aborting
020313 21:03:58 C:\MYSQL\BIN\MYSQLD.EXE: Got signal 11. Aborting!
020313 21:03:58 Aborting
I will really appreciate if somebody can help me to solve this problem
Thanks in advance,
Ash
 
Ranch Hand
Posts: 171
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This could be because you hit a bug. It is also possible that this binary or one of the libraries it was linked against is corrupt, improperly built, or misconfigured. This error can also be caused by malfunctioning hardware.
...something corrupted?...
try this:
Take down the mysqld server, run isamchk -e on all tables, fix the corrupted ones with isamchk -r and restart mysqld.
Do you have any further information from the log file?
[ March 13, 2002: Message edited by: Brian Glodde ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic