MySQL Server stopping
am 05.02.2006 01:42:57 von zMiscEach 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
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
"zMisc"
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.