<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bizante Ian Walker Technical Blog &#187; mysql</title>
	<atom:link href="http://bizante.com/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://bizante.com</link>
	<description>innovative and unconventional uses of technology</description>
	<lastBuildDate>Sat, 08 Oct 2011 18:49:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	

<!-- Debugging help, do not remove -->
<meta name="Framework" content="Kpress" />
<meta name="Theme Version" content="1.1" />
<meta name="Framework Version" content="1.1" />


		<item>
		<title>how to import a MySQL database</title>
		<link>http://bizante.com/2010/09/how-to-import-a-mysql-database/</link>
		<comments>http://bizante.com/2010/09/how-to-import-a-mysql-database/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 18:48:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[bash commands]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://bizante.com/?p=217</guid>
		<description><![CDATA[Using PhpMyAdmin 1 Install phpMyAdmin software on your computer if it is not already installed. You can find phpMyAdmin software online at the phpMyAdmin homepage (see Resources below). 2 Log onto the phpMyAdmin page from your Web space. You will need the username and password assigned to you by your Web-hosting provider. 3 Select the [...]]]></description>
			<content:encoded><![CDATA[<h3>Using PhpMyAdmin</h3>
<p>1<br />
Install phpMyAdmin software on your computer if it is not already installed. You can find phpMyAdmin software online at the phpMyAdmin homepage (see Resources below).<br />
2<br />
Log onto the phpMyAdmin page from your Web space. You will need the username and password assigned to you by your Web-hosting provider.<br />
3<br />
Select the database you wish to import the old data into from the drop-down Database Selection box on the left of the page.<br />
4<br />
Click the SQL tab toward the top of the interface.<br />
5<br />
Click the Browse button located toward the bottom of the page.<br />
6<br />
Find the .SQL file where it is saved on your hard drive, select it and click &#8220;Open.&#8221;<br />
7<br />
Click the Go button. The data in your SQL file has now been imported into your database.</p>
<h3>Using the SSH Command Line</h3>
<p>1<br />
Contact your hosting provider to gain SSH access.<br />
2<br />
Log into your Web space using an FTP client. You will need to know your username and password.<br />
3<br />
Find your existing .SQL database and upload it to your Web space using your FTP client. It doesn&#8217;t matter where in your Web space you upload it to, as long as you execute the SSH command when you&#8217;re in this folder.<br />
4<br />
Close your FTP program.<br />
5<br />
Log into your Web space using the appropriate SSH client. You will need the username and password assigned to you by your Web-hosting provider.<br />
6<br />
Enter the following into the command line, using your own database name, file name, username and password instead of the words in capitals.</p>
<p>mysql -uUSERNAME -pPASSWORD DATABASENAME < MYDATABASE.sql</p>
<p>For example, if my username was &#8220;pembrokeshire,&#8221; my password &#8220;beach,&#8221; my database name &#8220;MyDB&#8221; and my file name &#8220;pebbles.sql,&#8221; I would type:</p>
<p>mysql -upembrokeshire -pbeach newgale < pebbles.sql</p>
]]></content:encoded>
			<wfw:commentRss>http://bizante.com/2010/09/how-to-import-a-mysql-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mysql mysqld crashed</title>
		<link>http://bizante.com/2009/12/mysql-mysqld-crashed/</link>
		<comments>http://bizante.com/2009/12/mysql-mysqld-crashed/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 11:56:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://bizante.com/?p=67</guid>
		<description><![CDATA[bash commands to restart crashed mysql server killall -9 safe_mysqld mysqld and: /etc/init.d/mysqld restart. If you still get that error execute: netstat -lp]]></description>
			<content:encoded><![CDATA[<p>bash commands to restart crashed mysql server</p>
<p>killall -9 safe_mysqld mysqld</p>
<p>and:</p>
<p>/etc/init.d/mysqld restart.</p>
<p>If you still get that error execute:</p>
<p>netstat -lp </p>
]]></content:encoded>
			<wfw:commentRss>http://bizante.com/2009/12/mysql-mysqld-crashed/feed/</wfw:commentRss>
		<slash:comments>96</slash:comments>
		</item>
	</channel>
</rss>

