Hey Guys and Gals,
I am somewhat of a noob with MySQL. I have it running on a Linux box and usually access it via MySQL Front. I have a SQL statement I am trying to run and it seems to crash MySQL Front. (Not Responding) So then I have tried to run it on the Linux system itself. It has been running for over 24 hrs so I think it is not doing something right.
Here is the SQL statement:
SELECT * FROM Table1, Table2 WHERE Table1.Phone=Table2.Phone;
Table1 has about 800,000 records and Table2 has 400,000. I expect it to take some time but this is a little longer than I thought. On the Linux server when I hit enter I get a blinking cursor box. Is this how you run the commands on the server itself (I did log in and selected the database.)?
Should it take this long? The server has 4GB RAM and dual 2200 MP Processors.
Thanks,
- Zych
I am somewhat of a noob with MySQL. I have it running on a Linux box and usually access it via MySQL Front. I have a SQL statement I am trying to run and it seems to crash MySQL Front. (Not Responding) So then I have tried to run it on the Linux system itself. It has been running for over 24 hrs so I think it is not doing something right.
Here is the SQL statement:
SELECT * FROM Table1, Table2 WHERE Table1.Phone=Table2.Phone;
Table1 has about 800,000 records and Table2 has 400,000. I expect it to take some time but this is a little longer than I thought. On the Linux server when I hit enter I get a blinking cursor box. Is this how you run the commands on the server itself (I did log in and selected the database.)?
Should it take this long? The server has 4GB RAM and dual 2200 MP Processors.
Thanks,
- Zych