<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/5047" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2003-07-23T05:58:12-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/5047</id>

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2003-07-23T05:58:12-04:00</updated>

		<published>2003-07-23T05:58:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23839#p23839</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23839#p23839"/>
		<title type="html"><![CDATA[mysql.mod help.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23839#p23839"><![CDATA[
Most programing documentation give no quotation marks, so this is somthing more of a generic reply.<br><br>Quotes are not needed by all langauges.<br><br>THey are used to make a language aware of the boundries of your argument.<br><br>In most langs, you don't need quotes on a single word/value parameter. This is true for Tcl.<br><br>Because Tcl interprets the space as a parameter seperator, you have to quotes values that need spaces in them.<br><br>If the instructions for the command where like so<br><blockquote class="uncited"><div>this_command &lt;parameter string&gt;<br><br>Where "&lt;parameter string&gt;" is made up of<br>&lt;value 1&gt; &lt;number2&gt; &lt;this 3&gt;<br><br>EG<br>this_command "a b c"</div></blockquote>Then you enclose the whole thing in quotes as shown<br><br>But in the command you have shown, it wants seperate aeguments. So use somthing like<br><blockquote class="uncited"><div>mysql_connect dbname 127.0.0.1 user pass</div></blockquote>Because each is only a 1 word (IE, no seperators in the values), you don't need the quotes.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Jul 23, 2003 5:58 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-07-23T04:53:39-04:00</updated>

		<published>2003-07-23T04:53:39-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23835#p23835</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23835#p23835"/>
		<title type="html"><![CDATA[mysql.mod help.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23835#p23835"><![CDATA[
well, why don't you just try without the <strong class="text-strong">"</strong>'s <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Jul 23, 2003 4:53 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-07-23T04:15:58-04:00</updated>

		<published>2003-07-23T04:15:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23831#p23831</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23831#p23831"/>
		<title type="html"><![CDATA[mysql.mod help.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23831#p23831"><![CDATA[
Its the syntax thats troubling me eg:<br><br>mysql_connect &lt;database&gt; &lt;hostname&gt; [user] [password] [socket|port]<br><br>thats the syntax but its not clear wheather it needs to be in qoutation marks or wither socket and port are needed if so do i just go tcp|3306 or [tcp|3306] anyone that has used this module know how it works?<p>Statistics: Posted by Guest — Wed Jul 23, 2003 4:15 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Papillon]]></name></author>
		<updated>2003-07-23T03:39:19-04:00</updated>

		<published>2003-07-23T03:39:19-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23828#p23828</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23828#p23828"/>
		<title type="html"><![CDATA[mysql.mod help.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23828#p23828"><![CDATA[
I've not used the mysql.mod for eggdrop, and I could not find any documentation on the commands... so my guess is that they are the same as ordinary mysql-commands, then you should read <a href="http://www.mysql.com/doc/en/mysql_connect.html" class="postlink">this</a>, hopefully it'll help you some<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=852">Papillon</a> — Wed Jul 23, 2003 3:39 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2003-07-23T00:52:22-04:00</updated>

		<published>2003-07-23T00:52:22-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=23820#p23820</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=23820#p23820"/>
		<title type="html"><![CDATA[mysql.mod help.]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=23820#p23820"><![CDATA[
Hi,<br>Im having trouble using the mysql_connect command properly this is my code can someoen tell me whats wrong with the args?<br><div class="codebox"><p>Code: </p><pre><code>mysql_connect "kicklog 69.57.136.102 username password"</code></pre></div><p>Statistics: Posted by Guest — Wed Jul 23, 2003 12:52 am</p><hr />
]]></content>
	</entry>
	</feed>
