<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: MySQL:  How do you use symlinks with MySQL tables?</title>
	<atom:link href="http://crazytoon.com/2008/05/02/mysql-how-do-you-use-symlinks-with-mysql-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://crazytoon.com/2008/05/02/mysql-how-do-you-use-symlinks-with-mysql-tables/</link>
	<description>Enterprise level solutions, LAMP, Linux, Apache, MySQL, PHP, Perl, Windows, Cache, Optimization</description>
	<lastBuildDate>Tue, 24 Jan 2012 09:44:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Manasi</title>
		<link>http://crazytoon.com/2008/05/02/mysql-how-do-you-use-symlinks-with-mysql-tables/comment-page-1/#comment-903</link>
		<dc:creator>Manasi</dc:creator>
		<pubDate>Wed, 25 Nov 2009 15:02:43 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=66#comment-903</guid>
		<description>Hi All, I want to symlink databases from other location to mysql default location. Is it possible will mysql able to read them. I have read somewhere that it is possible but I am facing problem in it.</description>
		<content:encoded><![CDATA[<p>Hi All, I want to symlink databases from other location to mysql default location. Is it possible will mysql able to read them. I have read somewhere that it is possible but I am facing problem in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webadmin rövidhírek #3 at ‹Webakadémia /›</title>
		<link>http://crazytoon.com/2008/05/02/mysql-how-do-you-use-symlinks-with-mysql-tables/comment-page-1/#comment-690</link>
		<dc:creator>Webadmin rövidhírek #3 at ‹Webakadémia /›</dc:creator>
		<pubDate>Wed, 14 May 2008 18:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=66#comment-690</guid>
		<description>[...] történő reprezentációt illetően. Nem mindig jut az ember eszébe egy apró trükk, miszerint symlinkekkel &#8220;mozgathatóak&#8221; ezek a fájlok, így akár másik fizikai meghajtóra is át lehet helyezni azokat. Főként akkor jön jól a [...]</description>
		<content:encoded><![CDATA[<p>[...] történő reprezentációt illetően. Nem mindig jut az ember eszébe egy apró trükk, miszerint symlinkekkel &#8220;mozgathatóak&#8221; ezek a fájlok, így akár másik fizikai meghajtóra is át lehet helyezni azokat. Főként akkor jön jól a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sunny Walia</title>
		<link>http://crazytoon.com/2008/05/02/mysql-how-do-you-use-symlinks-with-mysql-tables/comment-page-1/#comment-677</link>
		<dc:creator>Sunny Walia</dc:creator>
		<pubDate>Fri, 02 May 2008 17:02:45 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=66#comment-677</guid>
		<description>Geert,

How would you approach separating high i/o tables onto faster/separate drive(s) to enhance performance?  

Thanks for the comment.</description>
		<content:encoded><![CDATA[<p>Geert,</p>
<p>How would you approach separating high i/o tables onto faster/separate drive(s) to enhance performance?  </p>
<p>Thanks for the comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Guillaume Lefranc</title>
		<link>http://crazytoon.com/2008/05/02/mysql-how-do-you-use-symlinks-with-mysql-tables/comment-page-1/#comment-674</link>
		<dc:creator>Guillaume Lefranc</dc:creator>
		<pubDate>Fri, 02 May 2008 13:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=66#comment-674</guid>
		<description>I use symlinks on .ibd files in production, but like the above posters said, there are some caveats. I&#039;d prefer to have something like the ALTER TABLESPACE command for Oracle with stored path for each datafile.</description>
		<content:encoded><![CDATA[<p>I use symlinks on .ibd files in production, but like the above posters said, there are some caveats. I&#8217;d prefer to have something like the ALTER TABLESPACE command for Oracle with stored path for each datafile.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geert Vanderkelen</title>
		<link>http://crazytoon.com/2008/05/02/mysql-how-do-you-use-symlinks-with-mysql-tables/comment-page-1/#comment-673</link>
		<dc:creator>Geert Vanderkelen</dc:creator>
		<pubDate>Fri, 02 May 2008 10:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=66#comment-673</guid>
		<description>If you can, you should always _avoid_ using symbolic links. Even if we support it for MyISAM tables, it&#039;s BAD practice. It might be a &#039;quick fix&#039;, but once you have time you should  find an other solution than symlinks!

Talking from experience.. it&#039;s a DBA&#039;s nightmare!</description>
		<content:encoded><![CDATA[<p>If you can, you should always _avoid_ using symbolic links. Even if we support it for MyISAM tables, it&#8217;s BAD practice. It might be a &#8216;quick fix&#8217;, but once you have time you should  find an other solution than symlinks!</p>
<p>Talking from experience.. it&#8217;s a DBA&#8217;s nightmare!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oskar Skoog</title>
		<link>http://crazytoon.com/2008/05/02/mysql-how-do-you-use-symlinks-with-mysql-tables/comment-page-1/#comment-672</link>
		<dc:creator>Oskar Skoog</dc:creator>
		<pubDate>Fri, 02 May 2008 09:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://crazytoon.com/?p=66#comment-672</guid>
		<description>Using innodb with file-per-table and symlinking the .idb-files isn&#039;t a very good idea, even if it works to start with. ALTER TABLE (and thus OPTIMIZE TABLE) creates a new file that it works with during the operation and when it&#039;s done, it overwrites the symlink instead of following it. 

(Symlinking ibdata files doesn&#039;t make much sense, since you can specify path for them.)</description>
		<content:encoded><![CDATA[<p>Using innodb with file-per-table and symlinking the .idb-files isn&#8217;t a very good idea, even if it works to start with. ALTER TABLE (and thus OPTIMIZE TABLE) creates a new file that it works with during the operation and when it&#8217;s done, it overwrites the symlink instead of following it. </p>
<p>(Symlinking ibdata files doesn&#8217;t make much sense, since you can specify path for them.)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

