⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

MySQL client ran out of memory



Riaz Uddin Masum

Riaz Uddin Masum
  • profile picture
  • Member

Posted 23 November 2014 - 11:17 AM

Hi there.

 

i was working on a project. it is huge..... it has 15,572,535 row. now when i try to run it it give me this "MySQL client ran out of memory" error. when i try with small data table it work fine. 

 

i use php.ini to override some setting below but not working

 

memory_limit=200M
upload_max_filesize=200M
post_max_size=200M
max_input_time=3600
max_execution_time=3600

"

 

can anybody help.


Amit Shah

Amit Shah
  • profile picture
  • Member

Posted 23 November 2014 - 15:59 PM

well. i will 1stly suggest not to use datatables as a theme. Cuz that will try to pull up maximum amount of data.

Other - u need to configure your database server environment accordingly to be able to manage the data. There it needs specialization for that. You can either connect with someone who can or hire on contract to someone with appropriate knowledge who can help you get results better.


Riaz Uddin Masum

Riaz Uddin Masum
  • profile picture
  • Member

Posted 24 November 2014 - 20:01 PM

Thanks.. lets see what can i do.