<?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 Nextcloud on Debian 9?	</title>
	<atom:link href="https://www.osradar.com/install-nextcloud-debian-9/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com/install-nextcloud-debian-9/</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Thu, 24 Jan 2019 13:06:08 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>
		By: Akito		</title>
		<link>https://www.osradar.com/install-nextcloud-debian-9/#comment-511</link>

		<dc:creator><![CDATA[Akito]]></dc:creator>
		<pubDate>Thu, 24 Jan 2019 13:06:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=6512#comment-511</guid>

					<description><![CDATA[&quot;You need to restart apache after installing the php stuff.&quot;

This is correct and you also need to set a password for the MariaDB &quot;nextclouduser&quot; with root privileges, so do the following:
	
CREATE DATABASE nextcloud;
USE nextcloud;
GRANT ALL PRIVILEGES ON nextcloud.* TO &#039;nextclouduser&#039;@&#039;localhost&#039; IDENTIFIED BY &#039;userpss&#039;;
SET PASSWORD FOR &#039;nextclouduser&#039;@&#039;localhost&#039; = PASSWORD(&#039;yourpassword&#039;);
FLUSH PRIVILEGES;
exit;]]></description>
			<content:encoded><![CDATA[<p>&#8220;You need to restart apache after installing the php stuff.&#8221;</p>
<p>This is correct and you also need to set a password for the MariaDB &#8220;nextclouduser&#8221; with root privileges, so do the following:</p>
<p>CREATE DATABASE nextcloud;<br />
USE nextcloud;<br />
GRANT ALL PRIVILEGES ON nextcloud.* TO &#8216;nextclouduser&#8217;@&#8217;localhost&#8217; IDENTIFIED BY &#8216;userpss&#8217;;<br />
SET PASSWORD FOR &#8216;nextclouduser&#8217;@&#8217;localhost&#8217; = PASSWORD(&#8216;yourpassword&#8217;);<br />
FLUSH PRIVILEGES;<br />
exit;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John		</title>
		<link>https://www.osradar.com/install-nextcloud-debian-9/#comment-447</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Sun, 23 Dec 2018 20:53:57 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=6512#comment-447</guid>

					<description><![CDATA[You need to restart apache after installing the php stuff.]]></description>
			<content:encoded><![CDATA[<p>You need to restart apache after installing the php stuff.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
