<?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>Techy Things &#187; mysql</title>
	<atom:link href="http://tech.yipp.ca/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.yipp.ca</link>
	<description>Just another Yipp.ca Blogs site</description>
	<lastBuildDate>Thu, 01 May 2025 18:06:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.38</generator>
	<item>
		<title>Install mysql on CentOS 6.4</title>
		<link>http://tech.yipp.ca/mysql/install-mysql-on-centos-6-4/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=install-mysql-on-centos-6-4</link>
		<comments>http://tech.yipp.ca/mysql/install-mysql-on-centos-6-4/#comments</comments>
		<pubDate>Wed, 13 Nov 2013 18:36:26 +0000</pubDate>
		<dc:creator><![CDATA[frank]]></dc:creator>
				<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://tech.yipp.ca/?p=359</guid>
		<description><![CDATA[<p>Initial install $&#62; sudo yum install mysql-client mysql-server $&#62; sudo service mysqld start $&#62; sudo chkconfig mysqld on Set a root password (optional) $&#62; /usr/bin/mysqladmin -u root password 'new-password' Uninstall mysql completely including databases&#46;&#46;&#46;</p>
<p>The post <a rel="nofollow" href="http://tech.yipp.ca/mysql/install-mysql-on-centos-6-4/">Install mysql on CentOS 6.4</a> appeared first on <a rel="nofollow" href="http://tech.yipp.ca">Techy Things</a>.</p>
]]></description>
				<content:encoded><![CDATA[<h2>Initial install</h2>
<p>$&gt; sudo yum install mysql-client mysql-server</p>
<p>$&gt; sudo service mysqld start</p>
<p>$&gt; sudo chkconfig mysqld on</p>
<h4>Set a root password (optional)</h4>
<p>$&gt; /usr/bin/mysqladmin -u root password 'new-password'</p>
<h2>Uninstall mysql completely including databases</h2>
<p>Article : <a title="Completely wipe out mysql-server in CentOS" href="http://tech.yipp.ca/mysql/completely-wipe-out-mysql-server-in-centos/">Completely wipe out mysql-server in CentOS</a></p>
<h2>Remove msyql root password</h2>
<p>$&gt; /usr/bin/mysqladmin -u root password 'new-password' -p</p>
<h2>To access the console</h2>
<p>$&gt; mysql -u root [-p]  # -p if you have a root password</p>
<p>Also view :</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>The post <a rel="nofollow" href="http://tech.yipp.ca/mysql/install-mysql-on-centos-6-4/">Install mysql on CentOS 6.4</a> appeared first on <a rel="nofollow" href="http://tech.yipp.ca">Techy Things</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tech.yipp.ca/mysql/install-mysql-on-centos-6-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
