<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "set up MySQL"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "set up MySQL"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>set up MySQL</title>
				<description><![CDATA[ How I can set up MySQL and where? I will set up guest book and pool but before that I need set up MySQL. Can somebody explain to me where and how i can set up MySQL.<br /> <br /> Thanks <img src="https://proxy2.de/forum//images/smilies/2786c5c8e1a8be796fb2f726cca5a0fe.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2147/5468.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2147/5468.php</link>
				<pubDate><![CDATA[Fri, 18 Jul 2003 00:13:01]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ 1) Download and install Mysql from: <a class="snap_shots" href="http://www.mysql.com/downloads/download.php?file=Downloads%2FMySQL-4.0%2Fmysql-4.0.13-win.zip&amp;pick=mirror#mirrors" target="_blank" rel="nofollow">http://www.mysql.com/downloads/download.php?file=Downloads%2FMySQL-4.0%2Fmysql-4.0.13-win.zip&amp;pick=mirror#mirrors</a><br /> <br /> Then<br /> <br /> 1) Download the MySQL ODBC driver: <a class="snap_shots" href="http://www.mysql.com/Downloads/MyODBC3/MyODBC-3.51.03.exe" target="_blank" rel="nofollow">http://www.mysql.com/Downloads/MyODBC3/MyODBC-3.51.03.exe</a> <br /> 2) Install the driver. Its name is: myodbc3-test <br /> 3) Configure in windows with the OBDC Data Source Administrator your DNS connection, it's there under the name MySQL ODBC 3.51 DSN. Leave the field "SQL command on connect" blank. There is also a test button to see if your can make a connection with the Mysql database. <br />  <br /> <br /> For a complete read go to: <a class="snap_shots" href="http://www.mysql.com/products/myodbc/faq_toc.html" target="_blank" rel="nofollow">http://www.mysql.com/products/myodbc/faq_toc.html</a><br /> <br /> _________________<br /> Jam'n <br /> <br /> <br /> ------------------------------------------------ <br /> <br /> Only the man who's truly educated <br /> understands that he knows very little... <br /> <br /> ------------------------------------------------]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2147/5485.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2147/5485.php</link>
				<pubDate><![CDATA[Sat, 19 Jul 2003 13:28:18]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>thanks</title>
				<description><![CDATA[ Thank you for answer. When I downlad all files in zip format in my computer can I open that file and transfer to my ftp file to my server or transfer all file to server and open them there. Do I need transfer all file or part of them and in which folder i need to put them? Is it in cgi-bin folder or i need open another one? <img src="https://proxy2.de/forum//images/smilies/499fd50bc713bfcdf2ab5a23c00c2d62.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2147/5497.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2147/5497.php</link>
				<pubDate><![CDATA[Sun, 20 Jul 2003 14:25:44]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ daky_uk,<br /> <br /> usually, you can't install MySQL on a remote server. The server needs to have MySQL and PHP installed for you. Check with server admin to see if they have MySQL installed. If they do then you can ask them for permission to access the database.<br /> <br /> I hope this helps.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2147/5507.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2147/5507.php</link>
				<pubDate><![CDATA[Mon, 21 Jul 2003 17:42:44]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi I have mysql installed on my computer anf php, i dowloaded the guestbook but what shall i put in the config inc ??<br /> <br /> /* database settings */<br /> <br /> $GB_DB["dbName"] = "";  "<br /> $GB_DB["host"]   = "localhost";<br /> $GB_DB["user"]   = "root";<br /> $GB_DB["pass"]   = "";<br /> <br /> can somebody explain to me plz   <img src="https://proxy2.de/forum//images/smilies/0a4d7238daa496a758252d0a2b1a1384.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2147/5518.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2147/5518.php</link>
				<pubDate><![CDATA[Tue, 22 Jul 2003 03:19:12]]> GMT</pubDate>
				<author><![CDATA[ Ludde]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Go make a new MySQL database with a program like phpMyAdmin then name it, add a username and password then insert the info there. <br /> <br /> /* database settings */ <br /> <br /> $GB_DB["dbName"] = " [b]the name of your new database here[/b]"; " <br /> $GB_DB["host"] = "localhost";  ([b]you probably won't need to change this[/b])<br /> $GB_DB["user"] = "[b]the username you chose for your database goes here[/b]"; <br /> $GB_DB["pass"] = "[b]password for that username here[/b]";]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2147/5530.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2147/5530.php</link>
				<pubDate><![CDATA[Tue, 22 Jul 2003 20:18:16]]> GMT</pubDate>
				<author><![CDATA[ fove]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I downloaded the phpmyadmin, but I don´t get it  <img src="https://proxy2.de/forum//images/smilies/2786c5c8e1a8be796fb2f726cca5a0fe.gif" />  is´nt there a ready tu use mysql database to use with the guest book]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2147/5533.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2147/5533.php</link>
				<pubDate><![CDATA[Tue, 22 Jul 2003 20:52:23]]> GMT</pubDate>
				<author><![CDATA[ Ludde]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hello ludde,<br /> <br /> Just follow this tutorial:<br /> <br /> [url=http://www.procaz.net/cgi-bin/yabb/YaBB.pl?board=advance_guestbook;action=display;num=1058774776]Tutorial![/url]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2147/5535.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2147/5535.php</link>
				<pubDate><![CDATA[Tue, 22 Jul 2003 23:08:07]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks<br /> That helped, it is now up an running]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2147/5540.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2147/5540.php</link>
				<pubDate><![CDATA[Tue, 22 Jul 2003 23:20:13]]> GMT</pubDate>
				<author><![CDATA[ Ludde]]></author>
			</item>
			<item>
				<title>help?</title>
				<description><![CDATA[ When i go to install advanced poll 2.0 using mysql, i get a query error and it says the file poll config has already been created...what do i do?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2147/5555.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2147/5555.php</link>
				<pubDate><![CDATA[Wed, 23 Jul 2003 18:53:40]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ I'm confused, the Advanced Poll doesn't require a MySQL database...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2147/5557.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2147/5557.php</link>
				<pubDate><![CDATA[Wed, 23 Jul 2003 19:59:12]]> GMT</pubDate>
				<author><![CDATA[ fove]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ well...in the zipped file there are 2 folders; the db or textfiles...<br /> <br /> so...i chose to use the db setup installation, but it didn't work.<br /> <br /> I tried the textfiles a few days ago, but i ended up deleting it because the images didn't work and it was just plain screwed up.<br /> <br /> help?]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/2147/5564.php</guid>
				<link>https://proxy2.de/forum/posts/preList/2147/5564.php</link>
				<pubDate><![CDATA[Thu, 24 Jul 2003 01:33:36]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>