<?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>Temporary file write failure &#8211; SMsoft &#8211; informatica e dintorni</title>
	<atom:link href="https://blog.smsoft.it/tag/temporary-file-write-failure/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.smsoft.it</link>
	<description>consigli settimanali su MacOS, GNU/Linux ed Open Source</description>
	<lastBuildDate>Wed, 15 May 2024 08:14:36 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=78474</generator>
	<item>
		<title>MySQL: Creazione nuovo indice mostra l&#8217;errore &#8220;Temporary file write failure&#8221;</title>
		<link>https://blog.smsoft.it/2024/06/18/mysql-creazione-nuovo-indice-mostra-lerrore-temporary-file-write-failure/</link>
					<comments>https://blog.smsoft.it/2024/06/18/mysql-creazione-nuovo-indice-mostra-lerrore-temporary-file-write-failure/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 18 Jun 2024 08:30:00 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Temporary file write failure]]></category>
		<guid isPermaLink="false">https://blog.smsoft.it/?p=6287</guid>

					<description><![CDATA[Se durante la creazione di un nuovo indice per una tabella molto grande viene mostrato l&#8217;errore #1878 - Temporary file write failure. consiglio di procedere creando una nuova tabella sulla falsa riga della prima, aggiungere li l&#8217;indice ed infine reimportare i dati, ad esempio: Enjoy!]]></description>
										<content:encoded><![CDATA[
<p class="wp-block-paragraph">Se durante la creazione di un nuovo indice per una tabella molto grande viene mostrato l&#8217;errore </p>



<p class="wp-block-paragraph"><code>#1878 - Temporary file write failure.</code></p>



<p class="wp-block-paragraph">consiglio di procedere creando una nuova tabella sulla falsa riga della prima, aggiungere li l&#8217;indice ed infine reimportare i dati, ad esempio:</p>



<pre class="wp-block-code"><code>create table resources_with_key like resources;
alter table resources_with_key add primary key(<code>category_id</code>, <code>lang</code>, <code>model</code>, <code>rule</code>, <code>role_id</code>);
insert into resources_with_key select * from resources;</code></pre>



<p class="wp-block-paragraph"></p>



<p class="wp-block-paragraph">Enjoy!</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.smsoft.it/2024/06/18/mysql-creazione-nuovo-indice-mostra-lerrore-temporary-file-write-failure/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
