<?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>Troubleshooting foreign key error while importing WordPress table Archives - Artificial Intelligence</title>
	<atom:link href="https://www.aiuniverse.xyz/tag/troubleshooting-foreign-key-error-while-importing-wordpress-table/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.aiuniverse.xyz/tag/troubleshooting-foreign-key-error-while-importing-wordpress-table/</link>
	<description>Exploring the universe of Intelligence</description>
	<lastBuildDate>Fri, 15 Dec 2023 09:51:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.1</generator>
	<item>
		<title>Error (near &#8220;ON&#8221; at position 25) while importing Table for WORDPRESS ( A foreign key Error)</title>
		<link>https://www.aiuniverse.xyz/error-near-on-at-position-25-while-importing-table-for-wordpress-a-foreign-key-error/</link>
					<comments>https://www.aiuniverse.xyz/error-near-on-at-position-25-while-importing-table-for-wordpress-a-foreign-key-error/#respond</comments>
		
		<dc:creator><![CDATA[Maruti Kr.]]></dc:creator>
		<pubDate>Fri, 15 Dec 2023 07:45:00 +0000</pubDate>
				<category><![CDATA[XAMPP]]></category>
		<category><![CDATA[Dealing with foreign key constraints during WordPress database import]]></category>
		<category><![CDATA[Fixing foreign key error in WordPress table import]]></category>
		<category><![CDATA[Foreign key error in WordPress database import]]></category>
		<category><![CDATA[Importing tables with foreign key constraints in WordPress]]></category>
		<category><![CDATA[Resolving SQL error "near &#039;ON&#039; at position 25" in WordPress import]]></category>
		<category><![CDATA[Solutions for foreign key issues in WordPress table import]]></category>
		<category><![CDATA[Troubleshooting foreign key error while importing WordPress table]]></category>
		<category><![CDATA[Understanding foreign key constraints in WordPress database]]></category>
		<category><![CDATA[WordPress database import error near &#039;ON&#039; position 25]]></category>
		<category><![CDATA[WordPress table import foreign key error]]></category>
		<guid isPermaLink="false">https://www.aiuniverse.xyz/?p=18282</guid>

					<description><![CDATA[<p>When I&#8217;m trying to add a big file to my WordPress database, I keep getting errors like this: To solve this errors you can following this simple step: Note:- Changing php.ini at C:\xampp\php\php.ini 4. Click on Config button of MySql and select my.ini and change: Note:- Changing my.ini at C:\xampp\mysql\bin\my.ini 5. Again Start the services <a class="read-more-link" href="https://www.aiuniverse.xyz/error-near-on-at-position-25-while-importing-table-for-wordpress-a-foreign-key-error/">Read More</a></p>
<p>The post <a href="https://www.aiuniverse.xyz/error-near-on-at-position-25-while-importing-table-for-wordpress-a-foreign-key-error/">Error (near &#8220;ON&#8221; at position 25) while importing Table for WORDPRESS ( A foreign key Error)</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>When I&#8217;m trying to add a big file to my WordPress database, I keep getting errors like this:</p>



<figure class="wp-block-image size-full is-resized"><img fetchpriority="high" decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-87.png" alt="" class="wp-image-18283" width="838" height="358" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-87.png 736w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-87-300x128.png 300w" sizes="(max-width: 838px) 100vw, 838px" /></figure>



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



<ol class="wp-block-list">
<li>Goto XAMPP control panel&gt;</li>



<li>Stop Apache and MySql services&gt;</li>



<li>Click on Config of Apache&gt;select <strong>php.ini</strong> and change the followings:</li>
</ol>



<pre class="wp-block-code"><code>max_execution_time = 600
max_input_time = 600
memory_limit = 1024M
post_max_size = 1024M</code></pre>



<p><strong>Note:-</strong> Changing <strong>php.ini</strong> at <strong>C:\xampp\php\php.ini</strong></p>



<p><strong>4.</strong> Click on Config button of MySql and select <strong>my.ini</strong> and change:</p>



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



<p><strong>Note:-</strong> Changing <strong>my.ini</strong> at <strong>C:\xampp\mysql\bin\my.ini</strong></p>



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



<figure class="wp-block-image size-large is-resized"><img decoding="async" src="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-88-1024x334.png" alt="" class="wp-image-18286" width="831" height="270" srcset="https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-88-1024x334.png 1024w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-88-300x98.png 300w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-88-768x251.png 768w, https://www.aiuniverse.xyz/wp-content/uploads/2023/12/image-88.png 1259w" sizes="(max-width: 831px) 100vw, 831px" /></figure>



<p>Thank you for visiting our blog post.</p>
<p>The post <a href="https://www.aiuniverse.xyz/error-near-on-at-position-25-while-importing-table-for-wordpress-a-foreign-key-error/">Error (near &#8220;ON&#8221; at position 25) while importing Table for WORDPRESS ( A foreign key Error)</a> appeared first on <a href="https://www.aiuniverse.xyz">Artificial Intelligence</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.aiuniverse.xyz/error-near-on-at-position-25-while-importing-table-for-wordpress-a-foreign-key-error/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
