<?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: Install WordPress with Nginx, MariaDB 10 and PHP 7 on Debian 9	</title>
	<atom:link href="https://www.tecmint.com/install-wordpress-with-nginx-mariadb-php-on-debian-9/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-wordpress-with-nginx-mariadb-php-on-debian-9/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 08 Apr 2020 11:43:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Marc		</title>
		<link>https://www.tecmint.com/install-wordpress-with-nginx-mariadb-php-on-debian-9/comment-page-1/#comment-1325560</link>

		<dc:creator><![CDATA[Marc]]></dc:creator>
		<pubDate>Wed, 08 Apr 2020 11:43:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31969#comment-1325560</guid>

					<description><![CDATA[I follow all guide but when I go to the URL I can&#039;t see the WordPress installation page.]]></description>
			<content:encoded><![CDATA[<p>I follow all guide but when I go to the URL I can&#8217;t see the WordPress installation page.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-wordpress-with-nginx-mariadb-php-on-debian-9/comment-page-1/#comment-1302463</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 06 Dec 2019 06:01:42 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31969#comment-1302463</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-wordpress-with-nginx-mariadb-php-on-debian-9/comment-page-1/#comment-1301887&quot;&gt;Vaclav&lt;/a&gt;.

@Vaclav,

Thanks for notifying about that apostrophes error, corrected the command with proper syntax..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-wordpress-with-nginx-mariadb-php-on-debian-9/comment-page-1/#comment-1301887">Vaclav</a>.</p>
<p>@Vaclav,</p>
<p>Thanks for notifying about that apostrophes error, corrected the command with proper syntax..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vaclav		</title>
		<link>https://www.tecmint.com/install-wordpress-with-nginx-mariadb-php-on-debian-9/comment-page-1/#comment-1301887</link>

		<dc:creator><![CDATA[Vaclav]]></dc:creator>
		<pubDate>Thu, 05 Dec 2019 11:27:18 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31969#comment-1301887</guid>

					<description><![CDATA[Many thanks, great &#038; easy tutorial, all worked as charm for me.

Just had to replace the password apostrophes in MariaDB user creation line by different ones, otherwise failing in MariaDB.

in guide:
&lt;code&gt;CREATE USER &#039;wp_user&#039;@&#039;localhost&#039; IDENTIFIED BY ‘secure_password’;&lt;/code&gt;

worked for me:
&lt;code&gt;CREATE USER &#039;wp_user&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;secure_password&#039;;&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>Many thanks, great &amp; easy tutorial, all worked as charm for me.</p>
<p>Just had to replace the password apostrophes in MariaDB user creation line by different ones, otherwise failing in MariaDB.</p>
<p>in guide:<br />
<code>CREATE USER 'wp_user'@'localhost' IDENTIFIED BY ‘secure_password’;</code></p>
<p>worked for me:<br />
<code>CREATE USER 'wp_user'@'localhost' IDENTIFIED BY 'secure_password';</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Mike		</title>
		<link>https://www.tecmint.com/install-wordpress-with-nginx-mariadb-php-on-debian-9/comment-page-1/#comment-1217359</link>

		<dc:creator><![CDATA[Mike]]></dc:creator>
		<pubDate>Sun, 04 Aug 2019 09:14:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31969#comment-1217359</guid>

					<description><![CDATA[You show PHP 7.0, really?

WordPress 5 Requirements
To run WordPress we recommend your host supports the following:

PHP version 7.3+
MySQL version 5.6+ or MariaDB version 10.0+
HTTPS support]]></description>
			<content:encoded><![CDATA[<p>You show PHP 7.0, really?</p>
<p>WordPress 5 Requirements<br />
To run WordPress we recommend your host supports the following:</p>
<p>PHP version 7.3+<br />
MySQL version 5.6+ or MariaDB version 10.0+<br />
HTTPS support</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-wordpress-with-nginx-mariadb-php-on-debian-9/comment-page-1/#comment-1178886</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 24 Jun 2019 05:28:41 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=31969#comment-1178886</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-wordpress-with-nginx-mariadb-php-on-debian-9/comment-page-1/#comment-1176612&quot;&gt;Alejandro&lt;/a&gt;.

@Alejandro,

Follow this guide to install Free SSL on your Apache website.

&lt;a href=&quot;https://www.tecmint.com/install-lets-encrypt-ssl-certificate-to-secure-apache-on-rhel-centos/&quot; rel=&quot;noopener noreferrer&quot; target=&quot;_blank&quot;&gt;How to Install Let’s Encrypt SSL Certificate to Secure Apache on RHEL/CentOS 7/6&lt;/a&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-wordpress-with-nginx-mariadb-php-on-debian-9/comment-page-1/#comment-1176612">Alejandro</a>.</p>
<p>@Alejandro,</p>
<p>Follow this guide to install Free SSL on your Apache website.</p>
<p><a target="_blank" href="https://www.tecmint.com/install-lets-encrypt-ssl-certificate-to-secure-apache-on-rhel-centos/" rel="noopener noreferrer" target="_blank">How to Install Let’s Encrypt SSL Certificate to Secure Apache on RHEL/CentOS 7/6</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
