MySQL Server stopping

MySQL Server stopping

am 05.02.2006 01:42:57 von zMisc

Each time I tried to save a record to MySQL (using ADO), I get this error
"MySQL has gone away!"

The service keeps stoping?

Any suggestions?

Tks
John

Re: MySQL Server stopping

am 06.02.2006 18:21:37 von Bill Karwin

"zMisc" wrote in message
news:lSbFf.241525$V7.150529@news-server.bigpond.net.au...
> Each time I tried to save a record to MySQL (using ADO), I get this error
> "MySQL has gone away!"

What, if any, error messages can you find in the MySQL error log?
This is the best place to look for clues about abormal termination of the
service.

The error log is usually called "hostname.err" (where hostname is the name
of the host on which MySQL is running) under the data directory where your
MySQL server software is installed.

Regards,
Bill K.