<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Help moving Guestbook and Forum mySQL databases"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Help moving Guestbook and Forum mySQL databases"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Help moving Guestbook and Forum mySQL databases</title>
				<description><![CDATA[ [color="indigo"]I just moved from one server to another and I need some help moving my databases.  I did export them before I moved, and I have them saved as .sql files.  I'm not having any luck uploading them now that the move has been complete using the PHPadmin section of my hosting CPanel.  <br /> <br /> Any suggestions or has someone done this before?<br /> <br /> Thanks for all help.[/color]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3017/7979.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3017/7979.php</link>
				<pubDate><![CDATA[Wed, 21 Apr 2004 00:20:54]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Do you get an error?<br /> Normally it should work.<br /> The only problem could be that the file is to big and you will have to cut in parts and upload it in sessions]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3017/8022.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3017/8022.php</link>
				<pubDate><![CDATA[Fri, 23 Apr 2004 10:24:12]]> GMT</pubDate>
				<author><![CDATA[ Jam'n]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [color="indigo"]No as I haven't even gotten that far.  I'm trying to find where I can or should import the database so I can set up my Guestbook and my Forum from the old site.  I used PHPadmin to export it, and I can't find where to import it now in PHPadmin.<br /> <br /> Thank you for any help you can offer.[/color]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3017/8024.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3017/8024.php</link>
				<pubDate><![CDATA[Fri, 23 Apr 2004 10:32:29]]> GMT</pubDate>
				<author><![CDATA[ NHS]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You will need to make a database with the same name as you had before, choose it and then use the tab "SQL" to import the file]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3017/8028.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3017/8028.php</link>
				<pubDate><![CDATA[Fri, 23 Apr 2004 10:48:38]]> GMT</pubDate>
				<author><![CDATA[ Jam'n]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [color="indigo"]OK I did that... this is the error message I got.[/color]<br /> <br /> Error<br /> <br /> SQL-query :  <br /> <br /> CREATE TABLE `book_auth` (<br /> <br /> `ID` smallint( 5 ) NOT NULL AUTO_INCREMENT ,<br /> `username` varchar( 60 ) NOT NULL default '',<br /> `password` varchar( 60 ) NOT NULL default '',<br /> `session` varchar( 32 ) NOT NULL default '',<br /> `LAST_VISIT` timestamp( 14 ) NOT NULL ,<br /> PRIMARY KEY ( `ID` ) <br /> ) TYPE = MYISAM AUTO_INCREMENT =2 <br /> <br /> MySQL said: <br /> <br /> #1050 - Table 'book_auth' already exists<br /> <br /> [color="indigo"]Thank you for your help so far, what do I now?[/color]]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3017/8031.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3017/8031.php</link>
				<pubDate><![CDATA[Fri, 23 Apr 2004 11:08:16]]> GMT</pubDate>
				<author><![CDATA[ NHS]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi,<br /> <br /> Did you make only a databe or did you also make the tables.<br /> Because he say's<br /> <br /> #1050 - Table 'book_auth' already exists]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3017/8034.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3017/8034.php</link>
				<pubDate><![CDATA[Fri, 23 Apr 2004 11:22:27]]> GMT</pubDate>
				<author><![CDATA[ Jam'n]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ [color="indigo"]When I moved to my new host, I had set up the guestbook in the control panel, thinking I could just upload the database and it would overwrite the current database information.  <br /> <br /> I went back, deleted the guestbook through Cpanel, then went and ONLY set up the database through mySQL and then tried to upload the guestbook.<br /> <br /> It worked!  Now however, when someone clicks on my guestbook link, I get this email.[/color]<br /> <br /> [color="red"]----- Original Message ----- <br /> From: &lt;northern_agbook1@localhost&gt;<br /> To: &lt;admin@northernhorsesource.com&gt;<br /> Sent: Saturday, April 24, 2004 10:29 AM<br /> Subject: Guestbook - Error<br /> <br /> MySQL Error : Connection Error<br /> Error Number: 1045 Access denied for user: 'northern_agbook1@localhost' (Using password: YES)<br /> Date        : Sat, April 24, 2004 14:29:25<br /> IP          : 65.110.40.170<br /> Browser     : <br /> Referer     : <br /> PHP Version : 4.3.5<br /> OS          : Linux<br /> Server      : Apache/1.3.29 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.5 FrontPage/5.0.2.2634 mod_ssl/2.8.16 OpenSSL/0.9.7a<br /> Server Name : www.northernhorsesource.com[/color]<br /> <br /> [color="indigo"]So any more suggestions about what I can do?  I really appreciate all your help as this is all so new to me, I'm still learning![/color]<br /> <img src="https://proxy2.de/forum//images/smilies/97ada74b88049a6d50a6ed40898a03d7.gif" />]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3017/8079.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3017/8079.php</link>
				<pubDate><![CDATA[Sat, 24 Apr 2004 20:43:38]]> GMT</pubDate>
				<author><![CDATA[ NHS]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Did you configure “config.inc.php”? <br /> <br /> [code]&lt;?php <br /> /* database settings */ <br /> <br /> $GB_DB&#91;&quot;dbName&quot;&#93; = &quot;&quot;; <br /> $GB_DB&#91;&quot;host&quot;&#93;  = &quot;localhost&quot;; <br /> $GB_DB&#91;&quot;user&quot;&#93;  = &quot;root&quot;; <br /> $GB_DB&#91;&quot;pass&quot;&#93;  = &quot;&quot;; [/code]<br /> <br /> These are your SQL settings<br /> <br /> Because it says:<br /> <br /> <br /> Error Number: 1045 Access denied for user: 'northern_agbook1@localhost' (Using password: YES) <br /> <br /> So maybe you made an typo.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3017/8080.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3017/8080.php</link>
				<pubDate><![CDATA[Sat, 24 Apr 2004 20:52:32]]> GMT</pubDate>
				<author><![CDATA[ Jam'n]]></author>
			</item>
			<item>
				<title>Did you configure “config.inc.php”</title>
				<description><![CDATA[ Where can I do this? <img src="https://proxy2.de/forum//images/smilies/499fd50bc713bfcdf2ab5a23c00c2d62.gif" />   Thanks!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3017/8097.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3017/8097.php</link>
				<pubDate><![CDATA[Sun, 25 Apr 2004 08:48:49]]> GMT</pubDate>
				<author><![CDATA[ NHS]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ you can find the file in the admin directory.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3017/8098.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3017/8098.php</link>
				<pubDate><![CDATA[Sun, 25 Apr 2004 09:57:13]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
	</channel>
</rss>