chico1st Posted April 27, 2007 Share Posted April 27, 2007 Hi I am having an issue with a database I have that holds pictures I just read pictures in as long blobs and a table in MySQL holds them but I have just run into a FATAL ERROR Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 1736612 bytes) in D:\wamp\phpmyadmin\libraries\common.lib.php on line 2418 Can I increase this size? or do I have to change teh entire way that I hold pictures. Link to comment https://forums.phpfreaks.com/topic/48883-database-size/ Share on other sites More sharing options...
fenway Posted April 27, 2007 Share Posted April 27, 2007 That's a PHP script size limit... Link to comment https://forums.phpfreaks.com/topic/48883-database-size/#findComment-239989 Share on other sites More sharing options...
veridicus Posted April 27, 2007 Share Posted April 27, 2007 Yes, you'll need to increase your memory size limit in php.ini. But I would also suggest not storing pics (especially such large ones) in the database at all. Link to comment https://forums.phpfreaks.com/topic/48883-database-size/#findComment-239998 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.