<?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 LAMP on Debian 10 Server	</title>
	<atom:link href="https://www.tecmint.com/install-lamp-on-debian-10-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-lamp-on-debian-10-server/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 15 Mar 2023 06:43:23 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-lamp-on-debian-10-server/comment-page-1/#comment-1371008</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 06 Oct 2020 05:04:39 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33570#comment-1371008</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-lamp-on-debian-10-server/comment-page-1/#comment-1370970&quot;&gt;Juan&lt;/a&gt;.

@Juan,

You can install PhpMyAdmin on Debian 10 using the following commands.
&lt;pre&gt;
$ wget https://files.phpmyadmin.net/phpMyAdmin/5.0.2/phpMyAdmin-5.0.2-all-languages.zip
$ tar xvf phpMyAdmin-5.0.2-all-languages.zip
$ sudo mv phpMyAdmin-*/ /usr/share/phpmyadmin
$ sudo mkdir -p /var/lib/phpmyadmin/tmp
$ sudo chown -R www-data:www-data /var/lib/phpmyadmin
$ sudo mkdir /etc/phpmyadmin/
$ sudo cp /usr/share/phpmyadmin/config.sample.inc.php  /usr/share/phpmyadmin/config.inc.php
&lt;/pre&gt;
Open the configuration &lt;strong&gt;config.inc.php&lt;/strong&gt; file, set secret passphrase and tmp directory.
&lt;pre&gt;
$cfg[&#039;blowfish_secret&#039;] = &#039;H2OxcGXxflSd8JwrwVlh6KW6s2rER63i&#039;; 
$cfg[&#039;TempDir&#039;] = &#039;/var/lib/phpmyadmin/tmp&#039;;
&lt;/pre&gt;
Configure your apache to access the phpmyadmin.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-lamp-on-debian-10-server/comment-page-1/#comment-1370970">Juan</a>.</p>
<p>@Juan,</p>
<p>You can install PhpMyAdmin on Debian 10 using the following commands.</p>
<pre>
$ wget https://files.phpmyadmin.net/phpMyAdmin/5.0.2/phpMyAdmin-5.0.2-all-languages.zip
$ tar xvf phpMyAdmin-5.0.2-all-languages.zip
$ sudo mv phpMyAdmin-*/ /usr/share/phpmyadmin
$ sudo mkdir -p /var/lib/phpmyadmin/tmp
$ sudo chown -R www-data:www-data /var/lib/phpmyadmin
$ sudo mkdir /etc/phpmyadmin/
$ sudo cp /usr/share/phpmyadmin/config.sample.inc.php  /usr/share/phpmyadmin/config.inc.php
</pre>
<p>Open the configuration <strong>config.inc.php</strong> file, set secret passphrase and tmp directory.</p>
<pre>
$cfg['blowfish_secret'] = 'H2OxcGXxflSd8JwrwVlh6KW6s2rER63i'; 
$cfg['TempDir'] = '/var/lib/phpmyadmin/tmp';
</pre>
<p>Configure your apache to access the phpmyadmin.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Juan		</title>
		<link>https://www.tecmint.com/install-lamp-on-debian-10-server/comment-page-1/#comment-1370970</link>

		<dc:creator><![CDATA[Juan]]></dc:creator>
		<pubDate>Tue, 06 Oct 2020 01:30:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33570#comment-1370970</guid>

					<description><![CDATA[No phpadmin, no party...]]></description>
			<content:encoded><![CDATA[<p>No phpadmin, no party&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Niklas Rundgren		</title>
		<link>https://www.tecmint.com/install-lamp-on-debian-10-server/comment-page-1/#comment-1370056</link>

		<dc:creator><![CDATA[Niklas Rundgren]]></dc:creator>
		<pubDate>Sat, 03 Oct 2020 19:47:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=33570#comment-1370056</guid>

					<description><![CDATA[Hello! 

How do I fix the hostname error?

Kind regards Niklas]]></description>
			<content:encoded><![CDATA[<p>Hello! </p>
<p>How do I fix the hostname error?</p>
<p>Kind regards Niklas</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
