<?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 WordPress with Apache on Debian and Ubuntu	</title>
	<atom:link href="https://www.tecmint.com/install-wordpress-using-apache-in-debian-ubuntu-linux-mint/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-wordpress-using-apache-in-debian-ubuntu-linux-mint/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 11 Dec 2021 05:59:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-wordpress-using-apache-in-debian-ubuntu-linux-mint/comment-page-1/#comment-1675892</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Sat, 11 Dec 2021 05:59:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=6820#comment-1675892</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-wordpress-using-apache-in-debian-ubuntu-linux-mint/comment-page-1/#comment-1675682&quot;&gt;David&lt;/a&gt;.

@David,

Try this commands.
&lt;pre&gt;
CREATE USER &#039;mysiteadmin&#039;@&#039;%&#039; IDENTIFIED BY &#039;password&#039;;
GRANT ALL PRIVILEGES ON *.* TO &#039;mysiteadmin&#039;@&#039;%&#039;;
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-wordpress-using-apache-in-debian-ubuntu-linux-mint/comment-page-1/#comment-1675682">David</a>.</p>
<p>@David,</p>
<p>Try this commands.</p>
<pre>
CREATE USER 'mysiteadmin'@'%' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON *.* TO 'mysiteadmin'@'%';
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David		</title>
		<link>https://www.tecmint.com/install-wordpress-using-apache-in-debian-ubuntu-linux-mint/comment-page-1/#comment-1675682</link>

		<dc:creator><![CDATA[David]]></dc:creator>
		<pubDate>Fri, 10 Dec 2021 22:29:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=6820#comment-1675682</guid>

					<description><![CDATA[Keep getting the following error when I go to do the following in &lt;strong&gt;mysql&lt;/strong&gt;;

GRANT ALL PRIVILEGES ON mysite.* TO &#039;mysiteadmin&#039;@&#039;localhost&#039; IDENTIFIED BY  &#039;SecureP@ssHere!&#039;;

The Error I get is;
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#039;IDENTIFIED BY &#039;SecureP@ssHere!&#039;;
this is on Mint Mate 20.2
So what is the issue and what is the fix so I can get this working as it ought to?]]></description>
			<content:encoded><![CDATA[<p>Keep getting the following error when I go to do the following in <strong>mysql</strong>;</p>
<p>GRANT ALL PRIVILEGES ON mysite.* TO &#8216;mysiteadmin&#8217;@&#8217;localhost&#8217; IDENTIFIED BY  &#8216;SecureP@ssHere!&#8217;;</p>
<p>The Error I get is;<br />
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near &#8216;IDENTIFIED BY &#8216;SecureP@ssHere!&#8217;;<br />
this is on Mint Mate 20.2<br />
So what is the issue and what is the fix so I can get this working as it ought to?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-wordpress-using-apache-in-debian-ubuntu-linux-mint/comment-page-1/#comment-1387166</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 09 Nov 2020 06:52:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=6820#comment-1387166</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-wordpress-using-apache-in-debian-ubuntu-linux-mint/comment-page-1/#comment-1386891&quot;&gt;Tak&lt;/a&gt;.

@Tak,

I have corrected the commands in the article, yes it should be for Apache...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-wordpress-using-apache-in-debian-ubuntu-linux-mint/comment-page-1/#comment-1386891">Tak</a>.</p>
<p>@Tak,</p>
<p>I have corrected the commands in the article, yes it should be for Apache&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tak		</title>
		<link>https://www.tecmint.com/install-wordpress-using-apache-in-debian-ubuntu-linux-mint/comment-page-1/#comment-1386891</link>

		<dc:creator><![CDATA[Tak]]></dc:creator>
		<pubDate>Sun, 08 Nov 2020 09:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=6820#comment-1386891</guid>

					<description><![CDATA[Hi @Matei,

Thank you for the useful post. In [Enable HTTPS on WordPress], the described commands are not Apache case, but Nginx case, I think. Are these commands correct in the Apache case?]]></description>
			<content:encoded><![CDATA[<p>Hi @Matei,</p>
<p>Thank you for the useful post. In [Enable HTTPS on WordPress], the described commands are not Apache case, but Nginx case, I think. Are these commands correct in the Apache case?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Seth		</title>
		<link>https://www.tecmint.com/install-wordpress-using-apache-in-debian-ubuntu-linux-mint/comment-page-1/#comment-908799</link>

		<dc:creator><![CDATA[Seth]]></dc:creator>
		<pubDate>Sat, 26 Aug 2017 19:41:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=6820#comment-908799</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-wordpress-using-apache-in-debian-ubuntu-linux-mint/comment-page-1/#comment-806696&quot;&gt;Ravi Saive&lt;/a&gt;.

just deleted index.HTML . And that&#039;s all .]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-wordpress-using-apache-in-debian-ubuntu-linux-mint/comment-page-1/#comment-806696">Ravi Saive</a>.</p>
<p>just deleted index.HTML . And that&#8217;s all .</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
