<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1042353" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1042353</link>
    <description></description>
    <language>en</language>
          <item>
    <title>you can import the database</title>
    <link>https://www.webmaster-forums.net/web-database-development/question-uploading-databases-hosting#comment-1242183</link>
    <description> &lt;p&gt;you can import the database easier via ssh if you have it:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;mysql -u username -pyourpassword db_name &amp;lt; yourdb_youareinstalling.sql&lt;br /&gt;
Reply With Quote&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;#The -pyourpassword is correct! Normally you do -p, but you can do -pyourpassword to pass the password on so you don&#039;t have to type it in.&lt;/p&gt;
 </description>
     <pubDate>Sun, 31 May 2009 19:52:00 +0000</pubDate>
 <dc:creator>articlemaster</dc:creator>
 <guid isPermaLink="false">comment 1242183 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>You export the</title>
    <link>https://www.webmaster-forums.net/web-database-development/question-uploading-databases-hosting#comment-1238623</link>
    <description> &lt;p&gt;You export the database.&lt;br /&gt;
Upload it to your host and import it at PHPMyAdmin.&lt;br /&gt;
Simple as that!&lt;/p&gt;
 </description>
     <pubDate>Sun, 22 Feb 2009 17:07:01 +0000</pubDate>
 <dc:creator>ericstan</dc:creator>
 <guid isPermaLink="false">comment 1238623 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>You can use phpMyAdmin,</title>
    <link>https://www.webmaster-forums.net/web-database-development/question-uploading-databases-hosting#comment-1237442</link>
    <description> &lt;p&gt;You can use phpMyAdmin, export from your localhost, and then import to your server.&lt;/p&gt;
&lt;p&gt;Also,  you can try Mysql command - &lt;STRONG&gt;mysqldump&lt;/strong&gt;. Launch following command on your local machine:&lt;/p&gt;
&lt;p&gt;mysqldump -h localhost -u root -pPASSWORD LOCAL_DATABASE_NAME -c | mysql -h REMOTE_HOST_IP -u root -pPASSWORD REMOTE_DATABASE_NAME&lt;/p&gt;
&lt;p&gt;Please make sure you can connect to remote mysql server in your local machine.&lt;/p&gt;
 </description>
     <pubDate>Sat, 24 Jan 2009 13:40:33 +0000</pubDate>
 <dc:creator>AndrewCF</dc:creator>
 <guid isPermaLink="false">comment 1237442 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>It depends on what is in</title>
    <link>https://www.webmaster-forums.net/web-database-development/question-uploading-databases-hosting#comment-1235442</link>
    <description> &lt;p&gt;It depends on what is in your database. Any configuration data referring to your localhost setup is likely to fail, but application data will likely survive. Just fire up phpMyAdmin, select the database, and use the export tab. Export as SQL - only use compression if the tables are huge - and FTP the result to your host, putting the file somewhere off the document root where you can find it again.&lt;/p&gt;
&lt;p&gt;On your new host, fire up phpMyAdmin from your cpanel, create an empty database, then use the import tab and look for your uploaded SQL file by pressing the &#039;Choose file&#039; button.&lt;/p&gt;
&lt;p&gt;Note that you can easily erase the tables and repeat the process if something goes wrong. And you can take a look at the table entries after importing to check things before trying to access them from a program.&lt;/p&gt;
&lt;p&gt;You will likely have to change the database password and a few other details in your programs, but hopefully you have an INCLUDE file with configuration data like this in it, so you can change it in one place.&lt;/p&gt;
&lt;p&gt;There&#039;s a lot more help on Apache and PHP forums with more detail than I can give here. But I hope I encouraged you, anyway.&lt;/p&gt;
 </description>
     <pubDate>Sat, 22 Nov 2008 05:13:01 +0000</pubDate>
 <dc:creator>webwiz</dc:creator>
 <guid isPermaLink="false">comment 1235442 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
