<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>memory limit Archives - Codeplaners</title>
	<atom:link href="https://codeplaners.com/tag/memory-limit/feed/" rel="self" type="application/rss+xml" />
	<link>https://codeplaners.com/tag/memory-limit/</link>
	<description>Code Solution</description>
	<lastBuildDate>Sun, 09 May 2021 13:20:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>

<image>
	<url>https://codeplaners.com/wp-content/uploads/2020/09/cropped-favicon-social-32x32.png</url>
	<title>memory limit Archives - Codeplaners</title>
	<link>https://codeplaners.com/tag/memory-limit/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>increase db import size phpmyadmin</title>
		<link>https://codeplaners.com/increase-db-import-size-phpmyadmin/</link>
					<comments>https://codeplaners.com/increase-db-import-size-phpmyadmin/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Sun, 09 May 2021 13:20:03 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[increase db memory]]></category>
		<category><![CDATA[memory limit]]></category>
		<guid isPermaLink="false">https://codeplaners.com/?p=655</guid>

					<description><![CDATA[<p>In this article, we will show you increase db import size phpmyadmin. This article will give you simple example of increase db import size. you will learn increase db import size phpmyadmin. You need to just follow bellow step to incrase the database import size limit increase. So let&#8217;s do bellow steps. This article will &#8230; <a href="https://codeplaners.com/increase-db-import-size-phpmyadmin/" class="more-link">Continue reading<span class="screen-reader-text"> "increase db import size phpmyadmin"</span></a></p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/increase-db-import-size-phpmyadmin/">increase db import size phpmyadmin</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>In this article, we will show you increase db import size phpmyadmin. This article will give you simple example of increase db import size. you will learn increase db import size phpmyadmin.</p>
<p>You need to just follow bellow step to incrase the database import size limit increase. So let&#8217;s do bellow steps.</p>
<p>This article will give you simple example of I have changed all the <strong>php.ini</strong> parameters I know: <strong>upload_max_filesize</strong>, post_max_size.</p>
<p><img decoding="async" src="https://codeplaners.com/wp-content/uploads/2021/05/increase-db-import-size.jpg" alt="increase db import size" /></p>
<h3>Step 1:- Open your php.ini file</h3>
<h3>Step 2:- Upgrading Memory Limit</h3>
<pre class="brush: php; title: ; notranslate">
memory_limit = 300M
</pre>
<h3>Step 3:- Upgrading Maximum size to post:</h3>
<pre class="brush: php; title: ; notranslate">
post_max_size = 300M
</pre>
<h3>Step 4:- Upgrading Maximum file-size to upload</h3>
<pre class="brush: php; title: ; notranslate">
upload_max_filesize = 300M
</pre>
<h3>Step 5:- Upgrading Maximum Execution Time:</h3>
<pre class="brush: php; title: ; notranslate">
max_execution_time = 10000
</pre>
<h3>Step 6:- Upgrading Maximum Input Time:</h3>
<pre class="brush: php; title: ; notranslate">
max_input_time = 5000
</pre>
<p>After saving the file, restart apache <strong>(e.g. sudo /etc/init.d/apache2 restart)</strong> and you are set.</p>
<p>Don&#8217;t forget to Restart Apache Services for changes to be applied.</p>
<p>For further details</p>
<p>The post <a rel="nofollow" href="https://codeplaners.com/increase-db-import-size-phpmyadmin/">increase db import size phpmyadmin</a> appeared first on <a rel="nofollow" href="https://codeplaners.com">Codeplaners</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://codeplaners.com/increase-db-import-size-phpmyadmin/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
