<?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 on Debian 10?	</title>
	<atom:link href="https://www.osradar.com/install-wordpress-debian-10/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com/install-wordpress-debian-10/</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 06 Apr 2023 13:53:51 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>
		By: angeloma		</title>
		<link>https://www.osradar.com/install-wordpress-debian-10/#comment-23244</link>

		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 24 May 2021 21:01:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=12767#comment-23244</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.osradar.com/install-wordpress-debian-10/#comment-23017&quot;&gt;Hansoo Chang&lt;/a&gt;.

Hello, there you have to set the parameters of the database you have created.

In this example, assuming you didn&#039;t change anything in the post they would be:

Database name: wordpress
user: wordpress_user
password: wordpress_pss123
host: localhost]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.osradar.com/install-wordpress-debian-10/#comment-23017">Hansoo Chang</a>.</p>
<p>Hello, there you have to set the parameters of the database you have created.</p>
<p>In this example, assuming you didn&#8217;t change anything in the post they would be:</p>
<p>Database name: wordpress<br />
user: wordpress_user<br />
password: wordpress_pss123<br />
host: localhost</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Hansoo Chang		</title>
		<link>https://www.osradar.com/install-wordpress-debian-10/#comment-23017</link>

		<dc:creator><![CDATA[Hansoo Chang]]></dc:creator>
		<pubDate>Sat, 22 May 2021 02:19:05 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=12767#comment-23017</guid>

					<description><![CDATA[Thank you for this guide, angeloma.
But it is not clear to me what to input to the initial database set up screen of the wordpress installtion (Step 9).]]></description>
			<content:encoded><![CDATA[<p>Thank you for this guide, angeloma.<br />
But it is not clear to me what to input to the initial database set up screen of the wordpress installtion (Step 9).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ack		</title>
		<link>https://www.osradar.com/install-wordpress-debian-10/#comment-22758</link>

		<dc:creator><![CDATA[Ack]]></dc:creator>
		<pubDate>Tue, 18 May 2021 16:50:36 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=12767#comment-22758</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.osradar.com/install-wordpress-debian-10/#comment-6807&quot;&gt;JPH&lt;/a&gt;.

You should use the IP-Adress to conect to your blog.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.osradar.com/install-wordpress-debian-10/#comment-6807">JPH</a>.</p>
<p>You should use the IP-Adress to conect to your blog.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kurt Fitzner		</title>
		<link>https://www.osradar.com/install-wordpress-debian-10/#comment-20173</link>

		<dc:creator><![CDATA[Kurt Fitzner]]></dc:creator>
		<pubDate>Fri, 16 Apr 2021 16:32:45 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=12767#comment-20173</guid>

					<description><![CDATA[In the step: sudo mysql_secure_installation, the instructions given here are to &#034;say &#039;y&#039; to all the questions&#034;.  This is actually less secure.

MariaDB for Debian 10 installs the DB&#039;s &#034;root&#034; ccount with socket permissions.  By default, logging in to the DB&#039;s root account with a password is disabled.  That means that in order to log in to the database&#039;s root account, you also have to have access to the Debian system&#039;s root superuser.

One of the questions in mysql_secure_installation is do you want to make a root password.  If you say yes here and create a password for the DB&#039;s root account, it means that anyone can log into the database as root as long as they know that password.  It opens up your database to brute force attacks from any user on the system.

It is far more secure NOT to create a root password.]]></description>
			<content:encoded><![CDATA[<p>In the step: sudo mysql_secure_installation, the instructions given here are to &quot;say &#039;y&#039; to all the questions&quot;.  This is actually less secure.</p>
<p>MariaDB for Debian 10 installs the DB&#039;s &quot;root&quot; ccount with socket permissions.  By default, logging in to the DB&#039;s root account with a password is disabled.  That means that in order to log in to the database&#039;s root account, you also have to have access to the Debian system&#039;s root superuser.</p>
<p>One of the questions in mysql_secure_installation is do you want to make a root password.  If you say yes here and create a password for the DB&#039;s root account, it means that anyone can log into the database as root as long as they know that password.  It opens up your database to brute force attacks from any user on the system.</p>
<p>It is far more secure NOT to create a root password.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: angeloma		</title>
		<link>https://www.osradar.com/install-wordpress-debian-10/#comment-12152</link>

		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 04 Jan 2021 18:38:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=12767#comment-12152</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.osradar.com/install-wordpress-debian-10/#comment-12147&quot;&gt;Exeo&lt;/a&gt;.

See the image 4]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.osradar.com/install-wordpress-debian-10/#comment-12147">Exeo</a>.</p>
<p>See the image 4</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Exeo		</title>
		<link>https://www.osradar.com/install-wordpress-debian-10/#comment-12147</link>

		<dc:creator><![CDATA[Exeo]]></dc:creator>
		<pubDate>Mon, 04 Jan 2021 15:04:30 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=12767#comment-12147</guid>

					<description><![CDATA[&quot;Error while connecting to the database&quot; ?

Where is my:

- Namedatabase

- ID

-Database Password ???

Please. Thank&#039;s.]]></description>
			<content:encoded><![CDATA[<p>&#8220;Error while connecting to the database&#8221; ?</p>
<p>Where is my:</p>
<p>&#8211; Namedatabase</p>
<p>&#8211; ID</p>
<p>-Database Password ???</p>
<p>Please. Thank&#8217;s.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Macamba		</title>
		<link>https://www.osradar.com/install-wordpress-debian-10/#comment-10699</link>

		<dc:creator><![CDATA[Macamba]]></dc:creator>
		<pubDate>Tue, 01 Dec 2020 15:08:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=12767#comment-10699</guid>

					<description><![CDATA[Cool guide, followed it completely. Except that my domain name does not redirect correctly to /var/www/html/wordpress but to the default Apache2 Debian Default Page, i.e. /var/www/html/index.html

Any thoughts?]]></description>
			<content:encoded><![CDATA[<p>Cool guide, followed it completely. Except that my domain name does not redirect correctly to /var/www/html/wordpress but to the default Apache2 Debian Default Page, i.e. /var/www/html/index.html</p>
<p>Any thoughts?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: angeloma		</title>
		<link>https://www.osradar.com/install-wordpress-debian-10/#comment-6946</link>

		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 29 Jul 2020 14:33:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=12767#comment-6946</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.osradar.com/install-wordpress-debian-10/#comment-6936&quot;&gt;Frederic&lt;/a&gt;.

A server error :D

But the tutorial is good]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.osradar.com/install-wordpress-debian-10/#comment-6936">Frederic</a>.</p>
<p>A server error 😀</p>
<p>But the tutorial is good</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Frederic		</title>
		<link>https://www.osradar.com/install-wordpress-debian-10/#comment-6936</link>

		<dc:creator><![CDATA[Frederic]]></dc:creator>
		<pubDate>Wed, 29 Jul 2020 08:27:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=12767#comment-6936</guid>

					<description><![CDATA[Great howto, I especially enjoyed the screenshots in step 11 and 12 :D]]></description>
			<content:encoded><![CDATA[<p>Great howto, I especially enjoyed the screenshots in step 11 and 12 😀</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: JPH		</title>
		<link>https://www.osradar.com/install-wordpress-debian-10/#comment-6807</link>

		<dc:creator><![CDATA[JPH]]></dc:creator>
		<pubDate>Sun, 26 Jul 2020 23:24:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=12767#comment-6807</guid>

					<description><![CDATA[Everything works until I get to Step 4: Complete the installation using the web interface. When I try to access my server via a browser, I get 404 errors. I&#039;ve tried entering https://www.mydomain.com/wordpress/wp-admin/setup-config.php and just https://www.mydomain.com/ (where &quot;mydomain&quot; is my domain). Should I use a different address?]]></description>
			<content:encoded><![CDATA[<p>Everything works until I get to Step 4: Complete the installation using the web interface. When I try to access my server via a browser, I get 404 errors. I&#8217;ve tried entering <a href="https://www.mydomain.com/wordpress/wp-admin/setup-config.php" rel="nofollow ugc">https://www.mydomain.com/wordpress/wp-admin/setup-config.php</a> and just <a href="https://www.mydomain.com/" rel="nofollow ugc">https://www.mydomain.com/</a> (where &#8220;mydomain&#8221; is my domain). Should I use a different address?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
