Welcome to dbFreaks.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

MySQL freezes, brings XP machine to a grinding halt

 
   Database Help (Home) -> mySQL RSS
Related Topics:
Tuning Mysql 4.1.10 - I have a freebsd box with 1 gig of memory for I was wondering what my my.cnf should look like, I am doing alot of searches and writes on ISAM tables, I currently have the [client] port=3306

Mysql InnoDB PHP - i have a strange problem : MySQL 4.0.21 innodb and php 4.3.9-1 all tables are in innodb type. For a simple select sometimes i get result and sometimes nothing (i.e or It's a random If my..

Installation and config of MYSQL - Hi, Need help. Installed Mysql in Redhat 9.0 I have installed is fine and is also working fine. I have installed and MYSQL Problem : I cannot log into MYSQL database either..

MySQL, MyODBC and ACCESS 2003 - Ok I have an problem. I have written a database in Access to connect to our web shop and update prices etc from a supplier feed. It works almost The prices are doubles, I am using ADO in access to connect via myodbc (with options..

com.mysql.jdbc.MysqlDataTruncation: - I just upgraded to MySQL to 4.1.9 and JDBC and now getting the following Data Data truncated for column 'usaCard' at row 1 What causes this I've..
Next:  Best way to issue hundreds of inserts/updates???  
Author Message
Jonathan

External


Since: Feb 23, 2005
Posts: 1



(Msg. 1) Posted: Wed Feb 23, 2005 2:11 am
Post subject: MySQL freezes, brings XP machine to a grinding halt
Archived from groups: mailing>database>mysql (more info?)

I've been using MySQL for a while for fairly light database development on
my XP machine. Currently, I am just starting a new project and have
experienced some big problems with MySQL today both on my office machine and
at home where running a particular query on a database freezes both the
database client, no matter what I am using, and pretty much kills my entire
machine.

The query is something like this:

SELECT * From job, company, division WHERE job.DIVISIONNUMBER =
division.DIVISIONNUMBER AND job.Active=1 AND division.CompanyNumber =
company.CompanyNumber AND job.ENTRYDATE BETWEEN '2000-3-13' AND '2005-2-23'
ORDER BY job.EntryDate DESC

Most queries seem fine, but this one in particular seems to kill my machine.
I was running some 3.xx version, but just upgraded to 4.1 and the problem
persists. Could someone clue me in as to why this might be?

Regards,
Jonathan

 >> Stay informed about: MySQL freezes, brings XP machine to a grinding halt 
Back to top
Login to vote
Display posts from previous:   
   Database Help (Home) -> mySQL All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]