<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Export/Import MySQL Database"]]></title>
		<link>https://proxy2.de/forum/posts/list/3.php</link>
		<description><![CDATA[Latest messages posted in the topic "Export/Import MySQL Database"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Export/Import MySQL Database</title>
				<description><![CDATA[ I have just signed up with a new webhost. A friend installed the guestbook for me and I can quite figure out how to install a new guestbook but I have no idea how to export the database from my old webhost and import it into my new webhost. Never used phpMyAdmin before and I've looked at the phpMyAdmin documentation but it isn't user-friendly enough for me because I'm a total beginner with regards to databases. Can someone give me a simple guide on how to transfer my guestbook from my old webhost to my new webhost? Both of them provide full script support.<br /> <br /> Thanks....<br /> <br /> p.s.If we live in the same town(Kuala Lumpur), a beer's on me!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/10319.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/10319.php</link>
				<pubDate><![CDATA[Wed, 8 Sep 2004 12:01:27]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If you have PhpMyAdmin, you can try this.  Save the old database from the old server to your hard drive as a .sql file.  Then use that .sql file (instead of the guestbook.sql file included in the program) to populate a newly created database on the new server.<br /> <br /> [list]1. On the old server, go into your Admin Panel, then PhpMyAdmin, <br /> and Export the .sql file of your existing database to your hard drive:<br />  <br /> [list:ddce079862]     On the left (blue) pane, click in the database box and Select the guestbook's database<br />  <br />     When it finishes loading, on the right pane, click on the "Export" tab<br />  <br />     When it finishes loading, (somewhere towards the bottom) you will see:<br />  <br />          (checkbox) Save as file File name template: (remember template )* <br />  <br />    You must check the box for [b]Save as file[/b], then click on the GO button<br />  <br />  Follow the prompts to save it to your hard drive or other disk.  Remember where you put the file.  This is a backup of your existing database. Try not to mix it up with any other .sql files from a new copy of version 2.3.1. Alternatively, you could add something in the box after [b]_DB_[/b] to identify it, example:  Save as file File Name template:  _DB_old or _DB_date.  The saved copy will automatically include the host's required user prefix, if any and the database name.[/list]<br />  <br /> 2. On the new server, go to PhpMyAdmin and create a new guestbook database. (Be sure to add the required info in admin/config.inc.php and set file permissions according to the instructions in the readme file)<br /> <br /> 3.  In PhpMyAdmin, populate the new database:<br />  <br /> [list]   As in #1 above, select the new guestbook's database in the left pane.<br /> <br />    On the right window pane, click on the "SQL" tab<br />  <br />     Find the Sql box (somewhere near the bottom?), click inside the box, then click on "browse" and navigate to the place on your hard drive where you put the .sql file you created earlier.  Once you have navigated to that file and it is shown in the box, click on ok.<br />  <br />      After processing the task, you should get a successful result. If successful, the guestbook tables will appear in the left (blue) pane. <br /> <br />     If there is a problem, you will get an error message. If you get an error message, please make note of it for future help. [/list]<br />  <br /> 4.    On the left (blue) pane, click on Home<br />  <br /> 5.    On the right pane, select log out<br />  <br /> 6.    Close out the PhpMyAdmin window without navigating anywhere else (for security reasons)[/list:u:ddce079862]<br /> <br /> Typing this now from memory without any visual aids, so be careful.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/10326.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/10326.php</link>
				<pubDate><![CDATA[Thu, 9 Sep 2004 12:54:36]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title>Error Messages</title>
				<description><![CDATA[ Hi!<br /> <br /> Thanks for replying to my query and the long answer!<br /> <br /> Ok, bit by bit the guestbook is starting to look like what it was before. I had problems earlier on with the images and some other data that couldn't display but managed to get it all back. However, when I try to alter the templates in admin, these error messages appear :-<br /> <br /> Warning: fopen(./templates/body.php): failed to open stream: Permission denied in /home/littleno/public_html/guestbook/lib/admin.class.php on line 193<br /> <br /> Warning: fwrite(): supplied argument is not a valid stream resource in /home/littleno/public_html/guestbook/lib/admin.class.php on line 194<br /> <br /> Warning: fclose(): supplied argument is not a valid stream resource in /home/littleno/public_html/guestbook/lib/admin.class.php on line 200<br /> <br /> Give write permissions to the webserver on the template files!<br /> <br /> <br /> <br /> I can't understand the last message because I have upped permissions for most files to 755 and public, tmp to 777. As for the rest, it is beyond me. What can I do?<br /> <br /> P.S.I don't understand PHP.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/10341.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/10341.php</link>
				<pubDate><![CDATA[Sat, 11 Sep 2004 14:16:04]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>admin.class.php</title>
				<description><![CDATA[ By the way, admin.class.php is already on 755 and I still can't rebuild/alter templates.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/10342.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/10342.php</link>
				<pubDate><![CDATA[Sat, 11 Sep 2004 14:17:38]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Set permissions for the templates directory to 777.  Set permissions for all files in the templates directory to be writable.  666 is suggested.  I'm using 664, and it works fine.<br /> <br /> <a class="snap_shots" href="http://proxy2.de/forum/viewtopic.php?t=2086&amp;highlight=guestbook+templates+permissions" target="_blank" rel="nofollow">http://proxy2.de/forum/viewtopic.php?t=2086&amp;highlight=guestbook+templates+permissions</a><br /> <br /> I have all the .class files at 644, which I believe is how they originally were.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/10344.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/10344.php</link>
				<pubDate><![CDATA[Sat, 11 Sep 2004 17:11:12]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ FYI, in future posts it would be good to X-out your server info, as:<br /> <br /> /home/xxxxxx/public_html/guestbook/lib/admin.class.php on line 200]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/10345.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/10345.php</link>
				<pubDate><![CDATA[Sat, 11 Sep 2004 17:20:25]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title>Fine</title>
				<description><![CDATA[ Thanks amber. It works fine now. I changed permission of all template files(including the folder) to 777 and it worked. After I altered the templates to how I want it to look, I changed the permission of all those files to 666 but left the folder at 777.<br /> <br /> By the way, is it possible to x out my server info above? Made a mistake there.....]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/10351.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/10351.php</link>
				<pubDate><![CDATA[Sun, 12 Sep 2004 17:10:52]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ You can't edit your posts if your a guest.<br /> <br /> Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/10353.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/10353.php</link>
				<pubDate><![CDATA[Sun, 12 Sep 2004 20:20:50]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>This may be a very basic question</title>
				<description><![CDATA[ but please bear with me <img src="https://proxy2.de/forum//images/smilies/3b63d1616c5dfcf29f8a7a031aaa7cad.gif"/><br /> <br /> Can I use install.php to create the database on a new server or do I have to use PHPMyAdmin?<br /> <br /> And if I can use install.php I'm assuming I would then just import the old database and overwrite the new one.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/10373.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/10373.php</link>
				<pubDate><![CDATA[Tue, 14 Sep 2004 20:24:23]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If you import a database from the old server to the new one there <br /> isn't much point making a new one with the install file if your just <br /> gonna overwrite it- to me that would be a complete waste of time.<br /> <br /> - Auron]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/10374.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/10374.php</link>
				<pubDate><![CDATA[Tue, 14 Sep 2004 20:55:41]]> GMT</pubDate>
				<author><![CDATA[ Auron]]></author>
			</item>
			<item>
				<title>install</title>
				<description><![CDATA[ i am trying to install advanced gbook myself and have got the files uploaded a db install and gbook conected to db<br /> <br /> but...<br /> <br /> [color="red"]MySQL Error : Query Error<br /> Error Number: 1146 Table 'spec.book_config' doesn't exist[/color]<br /> <br /> I assume this meabs the db needs to be set up, how do i do this?<br /> I have used phpmyadmin once before but this host does not have it on the cpanel<br /> <br /> Thanks]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/10531.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/10531.php</link>
				<pubDate><![CDATA[Thu, 23 Sep 2004 11:14:01]]> GMT</pubDate>
				<author><![CDATA[ Anonymous]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Run the install.php file to create the db tables. You should have copied that file to your server, so in your browser address window point to it.  Instructions are in the doc/readme.txt file, item #2:<br /> <br /> [quote]   Or use the script 'install.php' -&gt; <a class="snap_shots" href="http://www.yourDomain.com/guestbook/install.php" target="_blank" rel="nofollow">http://www.yourDomain.com/guestbook/install.php</a>[/quote]<br /> <br /> After installation, be sure to remove the install.php file from your server.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/10539.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/10539.php</link>
				<pubDate><![CDATA[Thu, 23 Sep 2004 17:52:59]]> GMT</pubDate>
				<author><![CDATA[ amber222]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi AMber,<br /> <br /> the problem I have is that the old host did not have a gui interface, I only have FTP access to the server.  So have no phpadmin or SQL manager.<br /> <br /> When I ftp to the site where the GB is working, the only folder I can see which may relate to the SQL side of things is :<br /> <br /> /var/Darren<br /> <br /> in here are many file ending .frm/MTD/MYI<br /> <br /> I cant find any sql file which holds all of the posts...therefore dont know what to export....<br /> <br /> any help would be great.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/10568.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/10568.php</link>
				<pubDate><![CDATA[Fri, 24 Sep 2004 10:57:23]]> GMT</pubDate>
				<author><![CDATA[ darrenabela]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ If you dont have php myadmin I dont think it is possible because you have to manually set up the database. Or are you real sure this host even provides you with any databases? Me personally i would dump that host in a heartbeat.<br /> <br /> [quote]I cant find any sql file which holds all of the posts...therefore dont know what to export.... <br /> [/quote]<br /> <br /> You cant export anyway without php myadmin.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/10574.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/10574.php</link>
				<pubDate><![CDATA[Fri, 24 Sep 2004 12:54:51]]> GMT</pubDate>
				<author><![CDATA[ JTD]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks so much, Amber. I didn't have a new host I was going to. I just wanted to start over with the design of my guestbooks and the easiest way seemed to be to delete the existing guestbooks and re-install them but I didn't want to lose all of the entries. I followed your instructions and they worked perfectly. After going through so many links in that one thread I now know how to make the modifications I want correctly.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/12972.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/12972.php</link>
				<pubDate><![CDATA[Mon, 10 Jan 2005 01:10:07]]> GMT</pubDate>
				<author><![CDATA[ Takara]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi amber<br /> <br /> I have a similar situation.<br /> <br /> From what I am gathering, I do not need to check any boxes but go with the default to export my database correct?<br /> <br /> Thanks<br /> Dave]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/20348.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/20348.php</link>
				<pubDate><![CDATA[Fri, 28 Apr 2006 22:50:23]]> GMT</pubDate>
				<author><![CDATA[ drdave]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Hi - I have a question about backing up my guestbook for a transfer to a new server. After loggin in to phpmyadmin I go to the left and choose <br /> <br /> my guestbook in the Database block<br /> <br /> Then I'm suppose to click on "export" on the right hand side. If I do this the way Amber said (a few posts up), in the "File name template area it says _SERVER_ and not _DB_ as Amber said. <br /> <br /> Now, if I look in the documentation area (the question mark over the "database" block) do I have to check anything off in there before I export? Like on book_data or book_ip etc. <br /> <br /> If I check these items off first and then click export, then the "File name template area says _DB_. <br /> <br /> Hope I didn't confuse you.  <img src="https://proxy2.de/forum//images/smilies/136dd33cba83140c7ce38db096d05aed.gif" /> <br /> <br /> I'm using Guestbook 2.3.1]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/20911.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/20911.php</link>
				<pubDate><![CDATA[Fri, 14 Jul 2006 01:44:59]]> GMT</pubDate>
				<author><![CDATA[ Robby]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Ok I probably screwed this up, but I want to update my guestbook to a newer version thru C-Panel but they changed something around and it didnt reconize that i already had one installed so it wouldnt do a upgrade. So I exported my database like the instruction above said. I deleted my old guestbook and reinstalled the new version. Now when I go back into my phpmyadmin I follow the directions as said above, but when i click on SQL all it shows is a test box, nothing to browse for a download????<br /> <br /> So I chose import and get this message:<br /> <br /> [b]Error<br /> <br /> SQL query:<br /> <br /> -- phpMyAdmin SQL Dump<br /> -- version 2.8.0.2<br /> -- <a class="snap_shots" href="http://www.phpmyadmin.net" target="_blank" rel="nofollow">http://www.phpmyadmin.net</a><br /> -- <br /> -- Host: localhost<br /> -- Generation Time: Jul 19, 2006 at 12:04 AM<br /> -- Server version: 4.1.19<br /> -- PHP Version: 4.4.2<br /> -- <br /> -- Database: `dwoody_agbook1`<br /> -- <br /> -- --------------------------------------------------------<br /> -- <br /> -- Table structure for table `book_auth`<br /> -- <br /> CREATE TABLE `book_auth` (<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` int( 11 ) NOT NULL default '0',<br /> PRIMARY KEY ( `ID` )<br /> ) ENGINE = MYISAM DEFAULT CHARSET = latin1 AUTO_INCREMENT =2;<br /> <br /> MySQL said: Documentation<br /> #1050 - Table 'book_auth' already exists<br /> [/b]<br /> <br /> Hope I didnt mess it up to bad.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/3580/20937.php</guid>
				<link>https://proxy2.de/forum/posts/preList/3580/20937.php</link>
				<pubDate><![CDATA[Wed, 19 Jul 2006 07:55:04]]> GMT</pubDate>
				<author><![CDATA[ ehardman]]></author>
			</item>
	</channel>
</rss>