MySQL Forums
Forum List  »  MyISAM

Re: Memory Problem with 1 DB. Other DB ok
Posted by: Gabriel Dunn
Date: January 25, 2015 12:06PM

Seems as though there's some difference between a couple of MySQL databases or tables. I just tried selecting from and old developement MySQL database, and it pulled 350,000 records without a problem in 10 seconds.

I tried again with the "problem" database, just pulling 1 record, and it failed with out of memory.

select top 1 ID from MYSQL_WEB_PROD...wp_users
order by id desc

ERROR:

OLE DB provider "MSDASQL" for linked server "MYSQL_WEB_PROD" returned message "[MySQL][ODBC 3.51 Driver][mysqld-5.0.45-community-log]MySQL client ran out of memory".
Msg 7306, Level 16, State 2, Line 3
Cannot open the table "wp_users" from OLE DB provider "MSDASQL" for linked server "MYSQL_WEB_PROD".

Options: ReplyQuote


Subject
Views
Written By
Posted
3406
January 22, 2015 11:15PM
Re: Memory Problem with 1 DB. Other DB ok
2011
January 25, 2015 12:06PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.