<?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>Samet Kilictas's Blog</title>
	<atom:link href="http://samet.kilictas.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://samet.kilictas.com</link>
	<description>Personal E-Notebook</description>
	<lastBuildDate>Tue, 08 Dec 2009 17:22:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>IBM RAD 7.5 on Ubuntu Karmic 32 Bit</title>
		<link>http://samet.kilictas.com/ibm-rad-7-5-on-ubuntu-karmic-32-bit/</link>
		<comments>http://samet.kilictas.com/ibm-rad-7-5-on-ubuntu-karmic-32-bit/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 17:08:32 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Karmic]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[RAD]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Websphere]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=396</guid>
		<description><![CDATA[
Lets assume you were using ubuntu 9.04 jaunty and now you have upgraded your distribution to 9.10 karmic. Before i get into 9.10 version i had my RAD 7.5 installed and running. Then decided to upgrade my distro. I&#8217;ve read an article and futures of karmic distro, that says plenty of packages getting updated. After getting done [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-399 alignleft" title="IBM Rational Application Developer" src="http://samet.kilictas.com/wp-content/uploads/2009/12/rtl-mark-title-235x50.gif" alt="IBM Rational Application Developer" width="235" height="50" /><br />
Lets assume you were using ubuntu 9.04 jaunty and now you have upgraded your distribution to 9.10 karmic. Before i get into 9.10 version i had my RAD 7.5 installed and running. Then decided to upgrade my distro. I&#8217;ve read an article and futures of karmic distro, that says plenty of packages getting updated. After getting done with upgrade process i tried to run my RAD 7.5 , it was ok for the first time but there were plenty of errors on screen.</p>
<p>First of all when you upgrade your distro, the gcc++ package gets upgareded so libstdc++.so.5 file to libstdc++.so.6 .Unfortunately RAD 7.5 version looks for libstdc++.5.so file on your system. You have to download this file. Download it by using link below;</p>
<p><a title="http://packages.debian.org/stable/base/libstdc++5" href="http://packages.debian.org/stable/base/libstdc++5">http://packages.debian.org/stable/base/libstdc++5</a></p>
<p>Then install this deb package (If you are running on another linux distro you have to place it just next to where your libstdc++.6.so file, you can use &#8220;locate libstdc++.so.6&#8243; command to see where your file is). Then copy below bash script and paste it any of your text editor, save it as &#8220;run.sh&#8221;. From now on, you can use this script to run your RAD 7.5.</p>
<pre class="brush: bash">
#!/bin/bash
export GTK_NATIVE_WINDOWS=1
/where/your/RADis &amp;
</pre>
<p>After this process your problem should be gone. Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/ibm-rad-7-5-on-ubuntu-karmic-32-bit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to enable TCP connections to XServer?</title>
		<link>http://samet.kilictas.com/how-to-enable-tcp-connections-to-xserver/</link>
		<comments>http://samet.kilictas.com/how-to-enable-tcp-connections-to-xserver/#comments</comments>
		<pubDate>Mon, 07 Dec 2009 13:01:01 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Xserver]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=393</guid>
		<description><![CDATA[ 

sudo gedit /etc/gdm/gdm.schemas

find:
&#60;schema&#62;
&#60;key&#62;security/DisallowTCP&#60;/key&#62;
&#60;signature&#62;b&#60;/signature&#62;
&#60;default&#62;true&#60;/default&#62;
&#60;/schema&#62;
shift from true to false:
&#60;schema&#62;
&#60;key&#62;security/DisallowTCP&#60;/key&#62;
&#60;signature&#62;b&#60;/signature&#62;
&#60;default&#62;false&#60;/default&#62;
&#60;/schema&#62;
]]></description>
			<content:encoded><![CDATA[<hr style="color: #ffffff; background-color: #ffffff;" size="1" /><!-- / icon and title --> <!-- message --></p>
<div id="post_message_8227965"></div>
<div>sudo gedit /etc/gdm/gdm.schemas</div>
<div id="post_message_8227965">
<p>find:</p>
<p>&lt;schema&gt;<br />
&lt;key&gt;security/DisallowTCP&lt;/key&gt;<br />
&lt;signature&gt;b&lt;/signature&gt;<br />
&lt;default&gt;true&lt;/default&gt;<br />
&lt;/schema&gt;</p>
<p>shift from true to false:</p>
<p>&lt;schema&gt;<br />
&lt;key&gt;security/DisallowTCP&lt;/key&gt;<br />
&lt;signature&gt;b&lt;/signature&gt;<br />
&lt;default&gt;false&lt;/default&gt;<br />
&lt;/schema&gt;</p></div>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/how-to-enable-tcp-connections-to-xserver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Stargate Universe</title>
		<link>http://samet.kilictas.com/stargate-universe/</link>
		<comments>http://samet.kilictas.com/stargate-universe/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 14:27:54 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Movie]]></category>
		<category><![CDATA[Stargate]]></category>
		<category><![CDATA[Universe]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=385</guid>
		<description><![CDATA[I&#8217;m fan of Stargate series. Unfortunately,  Just realized that stargate producers have been annuonced stargate universe series. Today i have watched the first chapter and it was as good as previous series.
The Only Mission Is Survival!
The Previously unknown purpose of the &#8220;Ninth Cheveron&#8221; is revealed, and ends up taking a team to an Ancient ship [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m fan of Stargate series. Unfortunately,  Just realized that stargate producers have been annuonced stargate universe series. Today i have watched the first chapter and it was as good as previous series.</p>
<blockquote><p><strong>The Only Mission Is Survival!</strong><br />
The Previously unknown purpose of the &#8220;Ninth Cheveron&#8221; is revealed, and ends up taking a team to an Ancient ship &#8220;Destiny&#8221;, a ship built millions of years ago by the Ancients, used to seed Distant galaxies with Stargates. This team, led by Dr. David Rush and Colonel Everet Young, are trapped on the ship, unable to change its programmed mission, and encounter new races, new technology and new enemies, as the runaway ship takes them to the far ends of the Universe</p></blockquote>
<p style="text-align: center;"><img class="size-medium wp-image-386 aligncenter" title="Stargate Universe" src="http://samet.kilictas.com/wp-content/uploads/2009/11/IGUTRSEKy0-203x300.jpg" alt="Stargate Universe" width="203" height="300" /></p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/stargate-universe/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LaTeX equations on web? Is that all you want?</title>
		<link>http://samet.kilictas.com/latex-equations-on-web-is-that-all-you-want/</link>
		<comments>http://samet.kilictas.com/latex-equations-on-web-is-that-all-you-want/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 21:54:51 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Equation]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Chart API]]></category>
		<category><![CDATA[Latex]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=379</guid>
		<description><![CDATA[Yes dear readers! It is really cool to have latex equations on web. There is an undocumented future of Google Chart API. It is easy to use as much as API itself. For instance, you need to include the Schrödinger equation your web page. Let&#8217;s construct an url like this:
http://chart.apis.google.com/chart?cht=tx&#38;chf=bg,s,FFFFFF00&#38;chco=AACCFF&#38;chl=i\hbar\frac{\partial}{\partial t} \Psi(\mathbf{r},\,t) = \hat H [...]]]></description>
			<content:encoded><![CDATA[<p>Yes dear readers! It is really cool to have latex equations on web. There is an undocumented future of <a href="http://code.google.com/apis/chart/">Google Chart API</a>. It is easy to use as much as API itself. For instance, you need to include the Schrödinger equation your web page. Let&#8217;s construct an url like this:</p>
<p><a href="http://chart.apis.google.com/chart?cht=tx&amp;chf=bg,s,FFFFFF00&amp;chco=AACCFF&amp;chl=i%5Chbar%5Cfrac%7B%5Cpartial%7D%7B%5Cpartial%20t%7D%20%5CPsi%28%5Cmathbf%7Br%7D,%5C,t%29%20=%20%5Chat%20H%20%5CPsi%28%5Cmathbf%7Br%7D,t%29"><span style="font-family: 'courier new';">http://chart.apis.google.com/chart?cht=tx&amp;chf=bg,s,FFFFFF00&amp;chco=AACCFF&amp;chl=i\hbar\frac{\partial}{\partial t} \Psi(\mathbf{r},\,t) = \hat H \Psi(\mathbf{r},t)</span></a></p>
<p>Put your <img class="alignnone" src="http://chart.apis.google.com/chart?cht=tx&amp;chf=bg,s,FFFFFF00&amp;chco=FFFFFF&amp;chl=%5CLaTeX" alt="" width="58" height="19" /> code in the <span class="Apple-style-span" style="font-family: 'courier new';">chl</span> parameter. The <span class="Apple-style-span" style="font-family: 'courier new';">chf</span> parameter lets you specify a background color in RGBA, <span class="Apple-style-span" style="font-family: 'courier new';">chco</span> lets you set the foreground color in RGB. When you drop it in inside of an image tag you get this:</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;">Put your <img src="http://chart.apis.google.com/chart?cht=tx&amp;chf=bg,s,FFFFFF00&amp;chco=FFFFFF&amp;chl=%5CLaTeX" alt="" /> code in the <span class="Apple-style-span" style="font-family: 'courier new';">chl</span> parameter. The <span class="Apple-style-span" style="font-family: 'courier new';">chf</span> parameter lets you specify a background color in RGBA, <span class="Apple-style-span" style="font-family: 'courier new';">chco</span> lets you set the foreground color in RGB. When you drop it in inside of an image tag you get this:</div>
<p><img src="http://chart.apis.google.com/chart?cht=tx&amp;chf=bg,s,FFFFFF00&amp;chco=AACCFF&amp;chl=i\hbar\frac{\partial}{\partial%20t}%20\Psi(\mathbf{r},\,t)%20=%20\hat%20H%20\Psi(\mathbf{r},t)" alt="" /></p>
<p>If you anticipate making 250,000 calls to the chart server a day, contact Google first at <a href="mailto:chart-api-notifications@google.com">chart-api-notifications@google.com</a>. There&#8217;s no limit to how much you can use it, but they reserve the right to turn you off.</p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/latex-equations-on-web-is-that-all-you-want/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another developer comic</title>
		<link>http://samet.kilictas.com/another-developer-comic/</link>
		<comments>http://samet.kilictas.com/another-developer-comic/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 07:55:06 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Comic]]></category>
		<category><![CDATA[developer]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=374</guid>
		<description><![CDATA[Thank you Kerem.




]]></description>
			<content:encoded><![CDATA[<p>Thank you Kerem.</p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="size-full wp-image-375 aligncenter" title="Compiling" src="http://samet.kilictas.com/wp-content/uploads/2009/11/compiling.png" alt="Compiling" width="413" height="360" /></p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="alignnone size-full wp-image-389" title="comic" src="http://samet.kilictas.com/wp-content/uploads/2009/11/comic.jpg" alt="comic" width="484" height="162" /></p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/another-developer-comic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Linux desktop will wipe out Windows 7</title>
		<link>http://samet.kilictas.com/linux-desktop-will-wipe-out-windows-7/</link>
		<comments>http://samet.kilictas.com/linux-desktop-will-wipe-out-windows-7/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 14:58:53 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[win7]]></category>
		<category><![CDATA[windows7]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=372</guid>
		<description><![CDATA[This month naked marketing muscle once again shows us how it should be done. In the World, Microsoft made it to number one as the most respected and trusted brand, ahead even of Mercedes-Benz. The people have spoken.
Quite an achievement considering Vista bombed and no amount of PR power could persuade the non-OEM consumer otherwise. [...]]]></description>
			<content:encoded><![CDATA[<p>This month naked marketing muscle once again shows us how it should be done. In the World, Microsoft made it to number one as the most respected and trusted brand, ahead even of Mercedes-Benz. The people have spoken.</p>
<p>Quite an achievement considering Vista bombed and no amount of PR power could persuade the non-OEM consumer otherwise. Now, obviously before it was too late and the Windows brand itself was damaged, Windows 7 has been released. Word is that it is OK, better even than XP.</p>
<p>Thus, the hiatus that may have been the golden Window of Vista opportunity for Linux on the desktop will soon be gone. The power of the &#8216;brand&#8217; coupled with a product that actually works is hard to stop. If you think that Microsoft has done a number on the Linux netbook using venerable XP and a fat cheque book then just wait for Windows 7 to get into full swing.</p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/linux-desktop-will-wipe-out-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hans Rosling shows the best stats you&#8217;ve ever seen</title>
		<link>http://samet.kilictas.com/hans-rosling-shows-the-best-stats-youve-ever-seen/</link>
		<comments>http://samet.kilictas.com/hans-rosling-shows-the-best-stats-youve-ever-seen/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 07:35:30 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[hans]]></category>
		<category><![CDATA[rosling]]></category>
		<category><![CDATA[Statistics]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=366</guid>
		<description><![CDATA[Take a look at here. Stunning..

					  
						
										        
								var flashvars = {
									plugins: 'rateit-1',

									file: 'http://samet.kilictas.com/wp-content/plugins/proplayer/playlist-controller.php?id=366-pp4b97f5788bc31&#038;sid=1268249976',
									enablejs: 'true',
									javascriptid: '366-pp4b97f5788bc31',
									backcolor: '111111',
									frontcolor: 'cccccc',
									lightcolor: '66cc00',
									skin: 'http://samet.kilictas.com/wp-content/plugins/proplayer/players/skins/nacht.swf',
									stretching: 'fill',
									repeat: 'false',
									autostart: 'false'
								};
							
								var params = {
									wmode: 'transparent',
									allowfullscreen: 'true',
									allowscriptaccess: 'always',
									allownetworking: 'all'
								};

								var attributes = {
									id: 'obj-pro-player-366-pp4b97f5788bc31',
									name: 'obj-pro-player-366-pp4b97f5788bc31'
								};
							
								swfobject.embedSWF('http://samet.kilictas.com/wp-content/plugins/proplayer/players/player.swf', 'pro-player-366-pp4b97f5788bc31', '320', '240', '9.0.0', false, flashvars, params, attributes);
												
					

]]></description>
			<content:encoded><![CDATA[<p>Take a look at here. Stunning..</p>
<p style="text-align: center;">
					  <!-- ProPlayer by Isa Goksu -->
						<div name="mediaspace" id="mediaspace"><div class="pro-player-container" width="320px" height="240px"><div id="pro-player-366-pp4b97f578ec7da"></div></div></div>
						<script type="text/javascript" charset="utf-8">				        
								var flashvars = {
									plugins: 'rateit-1',

									file: 'http://samet.kilictas.com/wp-content/plugins/proplayer/playlist-controller.php?id=366-pp4b97f578ec7da&sid=1268249976',
									enablejs: 'true',
									javascriptid: '366-pp4b97f578ec7da',
									backcolor: '111111',
									frontcolor: 'cccccc',
									lightcolor: '66cc00',
									skin: 'http://samet.kilictas.com/wp-content/plugins/proplayer/players/skins/nacht.swf',
									stretching: 'fill',
									repeat: 'false',
									autostart: 'false'
								};
							
								var params = {
									wmode: 'transparent',
									allowfullscreen: 'true',
									allowscriptaccess: 'always',
									allownetworking: 'all'
								};

								var attributes = {
									id: 'obj-pro-player-366-pp4b97f578ec7da',
									name: 'obj-pro-player-366-pp4b97f578ec7da'
								};
							
								swfobject.embedSWF('http://samet.kilictas.com/wp-content/plugins/proplayer/players/player.swf', 'pro-player-366-pp4b97f578ec7da', '320', '240', '9.0.0', false, flashvars, params, attributes);
						</script>						
					
</p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/hans-rosling-shows-the-best-stats-youve-ever-seen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://video.ted.com/talks/dynamic/HansRosling_2006-medium.flv" length="39788807" type="video/x-flv" />
		</item>
		<item>
		<title>Cannot load mysqli extension. Please check your PHP configuration</title>
		<link>http://samet.kilictas.com/cannot-load-mysqli-extension-please-check-your-php-configuration/</link>
		<comments>http://samet.kilictas.com/cannot-load-mysqli-extension-please-check-your-php-configuration/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 14:01:28 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[WAMP]]></category>
		<category><![CDATA[WampServer]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=364</guid>
		<description><![CDATA[Probably you are trying to access your phpmyadmin. You will get this error  if you have more then one &#8220;php.ini&#8221; file in your system. It is kinda conflicting. For instance i have wampserver2.0 and IIS7 together in my current system. I have activated IIS7 FastCgı method to use php on it. So it has one [...]]]></description>
			<content:encoded><![CDATA[<p>Probably you are trying to access your phpmyadmin. You will get this error  if you have more then one &#8220;php.ini&#8221; file in your system. It is kinda conflicting. For instance i have wampserver2.0 and IIS7 together in my current system. I have activated IIS7 FastCgı method to use php on it. So it has one php.ini file at path of  &#8220;c:\wamp\&#8230;.&#8221; and another one in &#8220;c:\Program Files\Php&#8221; . You can get a temporary solution if you rename your php.ini file which is in your &#8220;program files&#8221; path.</p>
<p>That is it.</p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/cannot-load-mysqli-extension-please-check-your-php-configuration/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Free Shell Accounts</title>
		<link>http://samet.kilictas.com/free-shell-accounts/</link>
		<comments>http://samet.kilictas.com/free-shell-accounts/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 06:10:43 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[account]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tunnel]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=360</guid>
		<description><![CDATA[Here is a tiny list of free shell account services. I should remember them when i need it.

http://www.bylur.net/free/
http://www.red-pill.eu/freeunix.shtml *
http://www.rootshell.be/

]]></description>
			<content:encoded><![CDATA[<p>Here is a tiny list of free shell account services. I should remember them when i need it.</p>
<ul>
<li>http://www.bylur.net/free/</li>
<li>http://www.red-pill.eu/freeunix.shtml *</li>
<li>http://www.rootshell.be/</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/free-shell-accounts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Backup and Restore a MySQL Database</title>
		<link>http://samet.kilictas.com/how-to-backup-and-restore-a-mysql-database/</link>
		<comments>http://samet.kilictas.com/how-to-backup-and-restore-a-mysql-database/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 08:42:54 +0000</pubDate>
		<dc:creator>Samet Kilictas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://samet.kilictas.com/?p=334</guid>
		<description><![CDATA[To make a database backup using the MySQL command-line utilities, execute the following command:
$ mysqldump -u username -p &#8211;opt dbname &#62; dump.sql
It will ask you for password because we used -p paramater over there. If the MySQL programs are not in your path, you will need to manually specify the location of the mysqldump program:
$ [...]]]></description>
			<content:encoded><![CDATA[<p>To make a database backup using the MySQL command-line utilities, execute the following command:</p>
<blockquote><p>$ mysqldump -u username -p &#8211;opt dbname &gt; dump.sql</p></blockquote>
<p>It will ask you for password because we used -p paramater over there. If the MySQL programs are not in your path, you will need to manually specify the location of the mysqldump program:</p>
<blockquote><p>$ /<span style="text-decoration: line-through;">path-to-your-mysql-bin</span>/mysqldump -u username -p &#8211;opt dbname &gt; dump.sql</p></blockquote>
<p>Download the dump.sql and keep it in a safe place (CDR, Zip disk, etc).</p>
<p>If you need to restore your database, you can do so like this:</p>
<blockquote><p>$ mysql -u username -p dbname &lt; dump.sql</p></blockquote>
<p>This is the simples way to restore and backup your database.</p>
]]></content:encoded>
			<wfw:commentRss>http://samet.kilictas.com/how-to-backup-and-restore-a-mysql-database/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
