<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
		<id>https://wiki.schwatke.de/index.php?action=history&amp;feed=atom&amp;title=Schr%C3%B6dingers_table</id>
		<title>Schrödingers table - Versionsgeschichte</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.schwatke.de/index.php?action=history&amp;feed=atom&amp;title=Schr%C3%B6dingers_table"/>
		<link rel="alternate" type="text/html" href="https://wiki.schwatke.de/index.php?title=Schr%C3%B6dingers_table&amp;action=history"/>
		<updated>2026-07-04T21:45:50Z</updated>
		<subtitle>Versionsgeschichte dieser Seite in Wiki</subtitle>
		<generator>MediaWiki 1.28.0</generator>

	<entry>
		<id>https://wiki.schwatke.de/index.php?title=Schr%C3%B6dingers_table&amp;diff=1610&amp;oldid=prev</id>
		<title>Chris am 13. Dezember 2016 um 10:39 Uhr</title>
		<link rel="alternate" type="text/html" href="https://wiki.schwatke.de/index.php?title=Schr%C3%B6dingers_table&amp;diff=1610&amp;oldid=prev"/>
				<updated>2016-12-13T10:39:42Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;After removing inno db frm and ibd files from mysql /var/lib/mysql/...&lt;br /&gt;
&lt;br /&gt;
try to create new table &lt;br /&gt;
&lt;br /&gt;
 Traceback (most recent call last):&lt;br /&gt;
  File &amp;quot;data2geoserver_1hz.py&amp;quot;, line 28, in &amp;lt;module&amp;gt;&lt;br /&gt;
   ) ENGINE=InnoDB DEFAULT CHARSET=latin1;&amp;#039;)&lt;br /&gt;
 _mysql_exceptions.OperationalError: (1813, &amp;quot;Tablespace &amp;#039;`geoserver`.`ers2`&amp;#039; exists.&amp;quot;)&lt;br /&gt;
&lt;br /&gt;
solution:&lt;br /&gt;
&lt;br /&gt;
 DROP TABLE my_table;&lt;br /&gt;
&lt;br /&gt;
 ALTER TABLE my_table DISCARD TABLESPACE;&lt;br /&gt;
&lt;br /&gt;
 rm my_table.ibd&lt;br /&gt;
&lt;br /&gt;
 CREATE TABLE IF NOT EXISTS my_table (...)&lt;/div&gt;</summary>
		<author><name>Chris</name></author>	</entry>

	</feed>