<?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: A simple MySQL client in Tcl/Tk using mysqltcl</title>
	<atom:link href="http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/feed/" rel="self" type="application/rss+xml" />
	<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/</link>
	<description>Everything that comes out of Dossy, from the strange to the banal.</description>
	<lastBuildDate>Sat, 13 Mar 2010 03:30:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: godfather</title>
		<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/comment-page-1/#comment-34820</link>
		<dc:creator>godfather</dc:creator>
		<pubDate>Wed, 21 Jan 2009 07:11:48 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000529.html#comment-34820</guid>
		<description>Hi,
      execute &quot;package require mysqltcl&quot; to check if installed. if installed it should give out the mysqltcl version like 3.03. If the command gives a error put ur mysqltcl package in tcl/lib and then try!!!!!!!!!!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
      execute &#8220;package require mysqltcl&#8221; to check if installed. if installed it should give out the mysqltcl version like 3.03. If the command gives a error put ur mysqltcl package in tcl/lib and then try!!!!!!!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newbie36</title>
		<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/comment-page-1/#comment-827</link>
		<dc:creator>newbie36</dc:creator>
		<pubDate>Sat, 27 Oct 2007 19:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000529.html#comment-827</guid>
		<description>Hi Dossy,

Really appreciate your quick response!..

Let me make you more clear. I need to store and retrieve some data into mysql database using tcl script, so I installed mysqltcl in order fo me to get access directly into the database from the tcl right?

Ok, actually, after installing mysqltcl, am I suppose to connect both of them via the mysqltcl shell prompt like I said in the previous post (::mysql::connect), or use the command in tcl scripts? I have tried to google on how to connect them both, but very much little info I get..when I type #mysqld_safe -u root mysql, it returned : &quot; Cant connect to localhost through var/lib/mysqld/mysqld.sock&quot; (and this file actually is not exist) even though I didn&#039;t installed it here.

And if I type #mysqld_safe, It will returned

&quot;Starting mysqld daemon using var/lib/mysql, STARTED&quot;,

but then just a few second, it will stopped by displaying

 &quot;STOPPING the server using var/lib/mysql/ns2-box.pid&quot; .

I tried to point to the correct library path by using --with-mysql-var=/path/to/mysql/data during configure, but I dont know why this error still came out (even I have changed the path).

Maybe this is not the correct way of connecting them (that&#039;s why I got those errors). Do i need to perform this command at mysqltcl shell prompt? or it should be applied in the tcl script itself? I really need to clarify this out since I have been stucked with this about a week!..I really hope you can help me in this and I really appreciate it!..



Sorry for my bad English, I hope you can understand.</description>
		<content:encoded><![CDATA[<p>Hi Dossy,</p>
<p>Really appreciate your quick response!..</p>
<p>Let me make you more clear. I need to store and retrieve some data into mysql database using tcl script, so I installed mysqltcl in order fo me to get access directly into the database from the tcl right?</p>
<p>Ok, actually, after installing mysqltcl, am I suppose to connect both of them via the mysqltcl shell prompt like I said in the previous post (::mysql::connect), or use the command in tcl scripts? I have tried to google on how to connect them both, but very much little info I get..when I type #mysqld_safe -u root mysql, it returned : &#8221; Cant connect to localhost through var/lib/mysqld/mysqld.sock&#8221; (and this file actually is not exist) even though I didn&#8217;t installed it here.</p>
<p>And if I type #mysqld_safe, It will returned</p>
<p>&#8220;Starting mysqld daemon using var/lib/mysql, STARTED&#8221;,</p>
<p>but then just a few second, it will stopped by displaying</p>
<p> &#8220;STOPPING the server using var/lib/mysql/ns2-box.pid&#8221; .</p>
<p>I tried to point to the correct library path by using &#8211;with-mysql-var=/path/to/mysql/data during configure, but I dont know why this error still came out (even I have changed the path).</p>
<p>Maybe this is not the correct way of connecting them (that&#8217;s why I got those errors). Do i need to perform this command at mysqltcl shell prompt? or it should be applied in the tcl script itself? I really need to clarify this out since I have been stucked with this about a week!..I really hope you can help me in this and I really appreciate it!..</p>
<p>Sorry for my bad English, I hope you can understand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dossy</title>
		<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/comment-page-1/#comment-826</link>
		<dc:creator>Dossy</dc:creator>
		<pubDate>Fri, 26 Oct 2007 11:33:23 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000529.html#comment-826</guid>
		<description>newbie36: Are you executing your Tcl script correctly?  If you&#039;re getting a &quot;bash: command not found&quot; error, it doesn&#039;t sound like it.  It sounds like you&#039;re trying to execute Tcl code from your shell prompt, not as a Tcl script.

I&#039;ll need more specific details (i.e., see exactly what you&#039;re doing) to really give you any help with this.</description>
		<content:encoded><![CDATA[<p>newbie36: Are you executing your Tcl script correctly?  If you&#8217;re getting a &#8220;bash: command not found&#8221; error, it doesn&#8217;t sound like it.  It sounds like you&#8217;re trying to execute Tcl code from your shell prompt, not as a Tcl script.</p>
<p>I&#8217;ll need more specific details (i.e., see exactly what you&#8217;re doing) to really give you any help with this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: newbie36</title>
		<link>http://dossy.org/2007/10/a-simple-mysql-client-in-tcltk-using-mysqltcl/comment-page-1/#comment-825</link>
		<dc:creator>newbie36</dc:creator>
		<pubDate>Fri, 26 Oct 2007 10:47:58 +0000</pubDate>
		<guid isPermaLink="false">http://dossy.org/archives/000529.html#comment-825</guid>
		<description>Hi Dossy,

I feel so lucky to found this website..It sound interesting to me since I am also work on tcl and mysql (mysqtcl) and looking for this quite very long time. I have some problem with mysqltcl that I hope you can answer.

OK..let me explain, I want to access the mysql database from tcl code, so I have installed mysql5.0.4 and mysqltcl3.0.2 and I already have tcl8.3.2 installed with the linux package (i am using debian). My mysql and tcl is working fine. The problem now is I can&#039;t connect both of them using mysqltcl..I am using command &quot;mysql::connect&quot; but it returned &quot;bash:command not found&quot;..the installation was succesfull, but I dont have any idea why this happened. Actually I am totally new in mysqltcl, I just follow the command from the manual. So I want to ask you if u have any idea on how to connect them using mysqltcl..

Thanks in advance for you time and help!!</description>
		<content:encoded><![CDATA[<p>Hi Dossy,</p>
<p>I feel so lucky to found this website..It sound interesting to me since I am also work on tcl and mysql (mysqtcl) and looking for this quite very long time. I have some problem with mysqltcl that I hope you can answer.</p>
<p>OK..let me explain, I want to access the mysql database from tcl code, so I have installed mysql5.0.4 and mysqltcl3.0.2 and I already have tcl8.3.2 installed with the linux package (i am using debian). My mysql and tcl is working fine. The problem now is I can&#8217;t connect both of them using mysqltcl..I am using command &#8220;mysql::connect&#8221; but it returned &#8220;bash:command not found&#8221;..the installation was succesfull, but I dont have any idea why this happened. Actually I am totally new in mysqltcl, I just follow the command from the manual. So I want to ask you if u have any idea on how to connect them using mysqltcl..</p>
<p>Thanks in advance for you time and help!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.444 seconds -->
