<?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 MySQL 8.0 on CentOS 8 / RHEL 8	</title>
	<atom:link href="https://www.tecmint.com/install-mysql-on-centos-8/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-mysql-on-centos-8/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Mon, 13 Mar 2023 17:30:29 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Joel Chaney		</title>
		<link>https://www.tecmint.com/install-mysql-on-centos-8/comment-page-1/#comment-1983068</link>

		<dc:creator><![CDATA[Joel Chaney]]></dc:creator>
		<pubDate>Mon, 13 Mar 2023 17:30:29 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=34576#comment-1983068</guid>

					<description><![CDATA[The line &quot;&lt;strong&gt;systemctl start mysqld&lt;/strong&gt;&quot; can be removed as the --now in &quot;&lt;strong&gt;systemctl enable --now mysqld&lt;/strong&gt;&quot; will enable and start the process.  Otherwise, remove &lt;code&gt;--now&lt;/code&gt; as it is redundant.]]></description>
			<content:encoded><![CDATA[<p>The line &#8220;<strong>systemctl start mysqld</strong>&#8221; can be removed as the &#8211;now in &#8220;<strong>systemctl enable &#8211;now mysqld</strong>&#8221; will enable and start the process.  Otherwise, remove <code>--now</code> as it is redundant.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Simon J Mudd		</title>
		<link>https://www.tecmint.com/install-mysql-on-centos-8/comment-page-1/#comment-1402999</link>

		<dc:creator><![CDATA[Simon J Mudd]]></dc:creator>
		<pubDate>Mon, 21 Dec 2020 09:42:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=34576#comment-1402999</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-mysql-on-centos-8/comment-page-1/#comment-1329543&quot;&gt;Leonardo&lt;/a&gt;.

The changes in MySQL 8.0 are deliberate to make user creation/removal/changes explicit and providing grants separately. The older behaviour could generate security issues if you &quot;added grants&quot; to a user that was not configured as this implicitly could create the user.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-mysql-on-centos-8/comment-page-1/#comment-1329543">Leonardo</a>.</p>
<p>The changes in MySQL 8.0 are deliberate to make user creation/removal/changes explicit and providing grants separately. The older behaviour could generate security issues if you &#8220;added grants&#8221; to a user that was not configured as this implicitly could create the user.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: koutouan		</title>
		<link>https://www.tecmint.com/install-mysql-on-centos-8/comment-page-1/#comment-1402364</link>

		<dc:creator><![CDATA[koutouan]]></dc:creator>
		<pubDate>Sat, 19 Dec 2020 01:14:58 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=34576#comment-1402364</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-mysql-on-centos-8/comment-page-1/#comment-1399118&quot;&gt;Ravi Saive&lt;/a&gt;.

a link or article will be helpful...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-mysql-on-centos-8/comment-page-1/#comment-1399118">Ravi Saive</a>.</p>
<p>a link or article will be helpful&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-mysql-on-centos-8/comment-page-1/#comment-1399118</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 08 Dec 2020 03:39:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=34576#comment-1399118</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-mysql-on-centos-8/comment-page-1/#comment-1398127&quot;&gt;Koutouan&lt;/a&gt;.

@Koutouan,

Compile the MySQL from sources to a specific directory and have a different port to run...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-mysql-on-centos-8/comment-page-1/#comment-1398127">Koutouan</a>.</p>
<p>@Koutouan,</p>
<p>Compile the MySQL from sources to a specific directory and have a different port to run&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Koutouan		</title>
		<link>https://www.tecmint.com/install-mysql-on-centos-8/comment-page-1/#comment-1398127</link>

		<dc:creator><![CDATA[Koutouan]]></dc:creator>
		<pubDate>Fri, 04 Dec 2020 17:31:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=34576#comment-1398127</guid>

					<description><![CDATA[Hello, I just want to know how to configure a second instance on for example for 3377 of mySQL 8 with centos8?

Thanks]]></description>
			<content:encoded><![CDATA[<p>Hello, I just want to know how to configure a second instance on for example for 3377 of mySQL 8 with centos8?</p>
<p>Thanks</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
