<?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>MySQL packet size limit exceeded Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/mysql-packet-size-limit-exceeded/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/mysql-packet-size-limit-exceeded/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Fri, 10 May 2024 07:05:53 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>ERROR 1153 (08S01) at line 1582: Got a packet bigger than &#8216;max_allowed_packet&#8217; bytes</title>
		<link>https://www.aiuniverse.xyz/error-1153-08s01-at-line-1582-got-a-packet-bigger-than-max_allowed_packet-bytes/</link>
					<comments>https://www.aiuniverse.xyz/error-1153-08s01-at-line-1582-got-a-packet-bigger-than-max_allowed_packet-bytes/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Thu, 04 Apr 2024 08:48:57 +0000</pubDate>
				<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[Dealing with large packets in MySQL]]></category>
		<category><![CDATA[Fixing ERROR 1153 in MySQL]]></category>
		<category><![CDATA[Increasing max_allowed_packet in MySQL]]></category>
		<category><![CDATA[MySQL max_allowed_packet error]]></category>
		<category><![CDATA[MySQL max_allowed_packet parameter]]></category>
		<category><![CDATA[MySQL packet size configuration]]></category>
		<category><![CDATA[MySQL packet size limit exceeded]]></category>
		<category><![CDATA[Resolving MySQL packet size issue]]></category>
		<category><![CDATA[Troubleshooting MySQL packet size error]]></category>
		<category><![CDATA[Understanding max_allowed_packet in MySQL]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=18730</guid>

					<description><![CDATA[<p>When I’m trying to add a big file to my WordPress phpmyadmin database, I keep getting errors like this:- ERROR 1153 (08S01) at line 1582: Got a <a class="read-more-link" href="https://www.aiuniverse.xyz/error-1153-08s01-at-line-1582-got-a-packet-bigger-than-max_allowed_packet-bytes/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/error-1153-08s01-at-line-1582-got-a-packet-bigger-than-max_allowed_packet-bytes/">ERROR 1153 (08S01) at line 1582: Got a packet bigger than &#8216;max_allowed_packet&#8217; bytes</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>When I’m trying to add a big file to my WordPress phpmyadmin database, I keep getting errors like this:- <strong>ERROR 1153 (08S01) at line 1582: Got a packet bigger than &#8216;max_allowed_packet&#8217; bytes</strong>.</p>



<p>To solve this errors you can following this simple step:</p>



<ol class="wp-block-list">
<li>Goto XAMPP control panel and Stop Apache and MySql services></li>
</ol>



<figure class="wp-block-image size-full is-resized"><img fetchpriority="high" decoding="async" width="668" height="435" src="https://www.aiuniverse.xyz/wp-content/uploads/2024/04/image.png" alt="" class="wp-image-18732" style="width:458px;height:auto" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2024/04/image.png 668w, https://www.aiuniverse.xyz/wp-content/uploads/2024/04/image-300x195.png 300w" sizes="(max-width: 668px) 100vw, 668px" /></figure>



<p>2. Click on Config of Apache>select <strong>my.ini</strong> and open the followings:</p>



<figure class="wp-block-image size-full is-resized"><img decoding="async" width="739" height="431" src="https://www.aiuniverse.xyz/wp-content/uploads/2024/04/image-1.png" alt="" class="wp-image-18733" style="width:455px;height:auto" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2024/04/image-1.png 739w, https://www.aiuniverse.xyz/wp-content/uploads/2024/04/image-1-300x175.png 300w" sizes="(max-width: 739px) 100vw, 739px" /></figure>



<p>3. After opening this file, change this code.</p>



<pre class="wp-block-code"><code>max_allowed_packet=100M
max_allowed_packet=100M</code></pre>



<p>4.  Again Start the services and try.. I hope it will work.</p>



<p>Thank you for visiting our blog post.</p>
<p>The post <a href="https://www.aiuniverse.xyz/error-1153-08s01-at-line-1582-got-a-packet-bigger-than-max_allowed_packet-bytes/">ERROR 1153 (08S01) at line 1582: Got a packet bigger than &#8216;max_allowed_packet&#8217; bytes</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/error-1153-08s01-at-line-1582-got-a-packet-bigger-than-max_allowed_packet-bytes/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
