Crash mySql with a full-text search

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Olivier Verdin

Crash mySql with a full-text search

Post by Olivier Verdin » Sat 22 Jan 2005 22:31

Hi,

I have the following problem. I run queries against a full-text search. It works fine 50 times and then mySql hangs out and crash. I restart mySql and I do the same query again and it works. So the query syntax is probably not the issue. I am using a lot of queries and everything is fine but there is something 'special' with the full text search...

Anyone can help me?

Thanks,

Olivier

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: Crash mySql with a full-text search

Post by Oleg » Mon 24 Jan 2005 14:30

Probably there are problems with MySql server. Try to test your queries without using MySqlDirect.NET. Note that if you execute too much queries simultaneously you can overload the server.

Post Reply