Re: Memory Problem with 1 DB. Other DB ok
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".
Subject
Views
Written By
Posted
3623
January 22, 2015 11:15PM
1969
January 24, 2015 11:25AM
2013
January 25, 2015 11:26AM
Re: Memory Problem with 1 DB. Other DB ok
2185
January 25, 2015 12:06PM
1897
January 25, 2015 12:09PM
1908
January 26, 2015 12:14PM
1944
January 26, 2015 12:25PM
1949
January 27, 2015 09:45PM
2019
January 28, 2015 12:46AM
1867
January 28, 2015 07:48AM
1976
January 28, 2015 10:39AM
2304
January 28, 2015 02:27PM
1881
January 28, 2015 02:39PM
2044
January 28, 2015 03:00PM
1938
January 29, 2015 06:08PM
1921
January 29, 2015 06:10PM
2009
January 29, 2015 08:49PM
1967
January 29, 2015 10:32PM
1936
January 29, 2015 10:33PM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
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.