<?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: Save time use MySQL auto completion for database or table names</title> <atom:link href="http://www.cyberciti.biz/tips/mysql-auto-completion-for-database-table-names.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/mysql-auto-completion-for-database-table-names.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Ankit</title><link>http://www.cyberciti.biz/tips/mysql-auto-completion-for-database-table-names.html#comment-171645</link> <dc:creator>Ankit</dc:creator> <pubDate>Mon, 30 May 2011 12:02:58 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/mysql-auto-completion-for-database-table-names.html#comment-171645</guid> <description>use &quot;\#&quot; on mysql prompt</description> <content:encoded><![CDATA[<p>use &#8220;\#&#8221; on mysql prompt</p> ]]></content:encoded> </item> <item><title>By: cipak</title><link>http://www.cyberciti.biz/tips/mysql-auto-completion-for-database-table-names.html#comment-157102</link> <dc:creator>cipak</dc:creator> <pubDate>Sat, 03 Jul 2010 11:47:16 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/mysql-auto-completion-for-database-table-names.html#comment-157102</guid> <description>hi,
i reached here searching how to enable the feature, as you said in this post: http://nixcraft.com/databases-servers/793-tab-completion-mysql-client.html
however, you only say here that it&#039;s enabled by default, and how to disable it.
i have an installation where it seems to be disabled (compiled mysql5 on a debian etch system), and i was hoping to find a way  to enable it. there is another mysql installation (version 4) on the same machine that has tab completion.</description> <content:encoded><![CDATA[<p>hi,</p><p>i reached here searching how to enable the feature, as you said in this post: <a
href="http://nixcraft.com/databases-servers/793-tab-completion-mysql-client.html" rel="nofollow">http://nixcraft.com/databases-servers/793-tab-completion-mysql-client.html</a></p><p>however, you only say here that it&#8217;s enabled by default, and how to disable it.</p><p>i have an installation where it seems to be disabled (compiled mysql5 on a debian etch system), and i was hoping to find a way  to enable it. there is another mysql installation (version 4) on the same machine that has tab completion.</p> ]]></content:encoded> </item> <item><title>By: Paolo</title><link>http://www.cyberciti.biz/tips/mysql-auto-completion-for-database-table-names.html#comment-144161</link> <dc:creator>Paolo</dc:creator> <pubDate>Wed, 25 Jun 2008 12:00:29 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/mysql-auto-completion-for-database-table-names.html#comment-144161</guid> <description>can be possible autocomplete sql command?!
for example: select, from, having and so way?
thanks a lot
bye</description> <content:encoded><![CDATA[<p>can be possible autocomplete sql command?!<br
/> for example: select, from, having and so way?<br
/> thanks a lot<br
/> bye</p> ]]></content:encoded> </item> <item><title>By: mysqlonWindows</title><link>http://www.cyberciti.biz/tips/mysql-auto-completion-for-database-table-names.html#comment-140256</link> <dc:creator>mysqlonWindows</dc:creator> <pubDate>Wed, 20 Jun 2007 04:42:01 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/mysql-auto-completion-for-database-table-names.html#comment-140256</guid> <description>This doesn&#039;t appear to work on Windows with cmd.exe.  Does anyone know if it&#039;s possible to get mysql tab-completion working with cmd.exe?  If it is, then any additional guidance on how to get it set up would be great.</description> <content:encoded><![CDATA[<p>This doesn&#8217;t appear to work on Windows with cmd.exe.  Does anyone know if it&#8217;s possible to get mysql tab-completion working with cmd.exe?  If it is, then any additional guidance on how to get it set up would be great.</p> ]]></content:encoded> </item> <item><title>By: nixcraft</title><link>http://www.cyberciti.biz/tips/mysql-auto-completion-for-database-table-names.html#comment-34781</link> <dc:creator>nixcraft</dc:creator> <pubDate>Sun, 26 Nov 2006 17:49:27 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/mysql-auto-completion-for-database-table-names.html#comment-34781</guid> <description>Hmm..
&lt;b&gt;mysql -u vivek -p foo&lt;/b&gt;
foo is database name; so no need to use database name again (foo is not my password) :). Otherwise execute use database as suggested by you.
I have not tested this on Microsoft Windows. But it should work as this is mysql client feature.
Appreciate your post.</description> <content:encoded><![CDATA[<p>Hmm..</p><p><b>mysql -u vivek -p foo</b></p><p>foo is database name; so no need to use database name again (foo is not my password) :). Otherwise execute use database as suggested by you.</p><p>I have not tested this on Microsoft Windows. But it should work as this is mysql client feature.</p><p>Appreciate your post.</p> ]]></content:encoded> </item> <item><title>By: Sheeri</title><link>http://www.cyberciti.biz/tips/mysql-auto-completion-for-database-table-names.html#comment-34774</link> <dc:creator>Sheeri</dc:creator> <pubDate>Sun, 26 Nov 2006 17:38:06 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/mysql-auto-completion-for-database-table-names.html#comment-34774</guid> <description>Great tip!  You do have to have done a &quot;use database&quot;  at least once before in your session, because that&#039;s when it loads all that information in.  Also, does that trick work on Unix only or on Windows too?  (Mac OS X = Unix)</description> <content:encoded><![CDATA[<p>Great tip!  You do have to have done a &#8220;use database&#8221;  at least once before in your session, because that&#8217;s when it loads all that information in.  Also, does that trick work on Unix only or on Windows too?  (Mac OS X = Unix)</p> ]]></content:encoded> </item> </channel> </rss>
