<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Install MariaDB in RHEL and Debian Systems	</title>
	<atom:link href="https://www.tecmint.com/install-mariadb-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-mariadb-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 11 Jul 2022 07:26:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-mariadb-in-linux/comment-page-1/#comment-684818</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 12 Oct 2015 13:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=3743#comment-684818</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-mariadb-in-linux/comment-page-1/#comment-684789&quot;&gt;kevin&lt;/a&gt;.

@Kevin,
Hopefully by this weekend this is going to update to latest MariaDB, sorry for trouble..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-mariadb-in-linux/comment-page-1/#comment-684789">kevin</a>.</p>
<p>@Kevin,<br />
Hopefully by this weekend this is going to update to latest MariaDB, sorry for trouble..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: kevin		</title>
		<link>https://www.tecmint.com/install-mariadb-in-linux/comment-page-1/#comment-684789</link>

		<dc:creator><![CDATA[kevin]]></dc:creator>
		<pubDate>Mon, 12 Oct 2015 12:13:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=3743#comment-684789</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-mariadb-in-linux/comment-page-1/#comment-620453&quot;&gt;Ravi Saive&lt;/a&gt;.

When is this update going to be done?????]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-mariadb-in-linux/comment-page-1/#comment-620453">Ravi Saive</a>.</p>
<p>When is this update going to be done?????</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-mariadb-in-linux/comment-page-1/#comment-620453</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Sat, 11 Jul 2015 12:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=3743#comment-620453</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-mariadb-in-linux/comment-page-1/#comment-620419&quot;&gt;Sajjad Shahcheraghian&lt;/a&gt;.

@Sajjad,
Sorry for trouble, we will check and update the article to most recent MariaDB version.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-mariadb-in-linux/comment-page-1/#comment-620419">Sajjad Shahcheraghian</a>.</p>
<p>@Sajjad,<br />
Sorry for trouble, we will check and update the article to most recent MariaDB version.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sajjad Shahcheraghian		</title>
		<link>https://www.tecmint.com/install-mariadb-in-linux/comment-page-1/#comment-620419</link>

		<dc:creator><![CDATA[Sajjad Shahcheraghian]]></dc:creator>
		<pubDate>Sat, 11 Jul 2015 09:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=3743#comment-620419</guid>

					<description><![CDATA[The mirror http://mirrors.scie.in/mariadb/repo/5.5 was mentioned for installing the MariaDB on debian and ubuntu is no more possible. Is there any alternative mirrors?]]></description>
			<content:encoded><![CDATA[<p>The mirror <a target="_blank" href="http://mirrors.scie.in/mariadb/repo/5.5" rel="nofollow ugc">http://mirrors.scie.in/mariadb/repo/5.5</a> was mentioned for installing the MariaDB on debian and ubuntu is no more possible. Is there any alternative mirrors?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Narad		</title>
		<link>https://www.tecmint.com/install-mariadb-in-linux/comment-page-1/#comment-350769</link>

		<dc:creator><![CDATA[Narad]]></dc:creator>
		<pubDate>Tue, 28 Oct 2014 16:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=3743#comment-350769</guid>

					<description><![CDATA[Please do the followings:-

1.  Stop MariaDB
2.  Copy the existing data directory i.e. /var/lib/mysql (default location)  to new location
3. Edit the MariaDB configuration file.
4. Search entry for datadir or create the new one as below.

    datadir = /newpath

5.  Restart mariadb service.]]></description>
			<content:encoded><![CDATA[<p>Please do the followings:-</p>
<p>1.  Stop MariaDB<br />
2.  Copy the existing data directory i.e. /var/lib/mysql (default location)  to new location<br />
3. Edit the MariaDB configuration file.<br />
4. Search entry for datadir or create the new one as below.</p>
<p>    datadir = /newpath</p>
<p>5.  Restart mariadb service.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
