Menu

#210 out of memory?????

open
Database (19)
5
2013-01-25
2004-03-27
Anonymous
No

We have around 1400 articles in the database.
Using MySQL 4.0.17 and PHP 4.2.3
When trying to load m_content.php:

DATABASE ERROR 2008 - MySQL client run out of
memory
DATABASE QUERY WAS SELECT * FROM ezcontents
WHERE language='en' ORDER BY
groupname,subgroupname,orderid

The query is:

$sqlQuery = "SELECT contentname FROM ".$GLOBALS
["eztbContents"]." WHERE language='".$GLOBALS
["gsDefault_language"]."' ORDER BY
groupname,subgroupname,orderid";

If I apply a filter - works fine. Works also if I execute
the same query with phpMyadmin

Any clues?

Discussion


Log in to post a comment.

MongoDB Logo MongoDB