<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>phpmyadmin Archives - BadFive</title>
	<atom:link href="https://www.badfive.com/tag/phpmyadmin/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.badfive.com/tag/phpmyadmin/</link>
	<description>Light reading for curious minds</description>
	<lastBuildDate>Mon, 24 Jul 2017 14:14:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://i0.wp.com/www.badfive.com/wp-content/uploads/2020/07/cropped-bf_favicon_smokey.png?fit=32%2C32&#038;ssl=1</url>
	<title>phpmyadmin Archives - BadFive</title>
	<link>https://www.badfive.com/tag/phpmyadmin/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">83668119</site>	<item>
		<title>How to install MySQL and PHPMyAdmin on your Raspberry Pi</title>
		<link>https://www.badfive.com/install-mysql-phpmyadmin-raspberry-pi/</link>
					<comments>https://www.badfive.com/install-mysql-phpmyadmin-raspberry-pi/#respond</comments>
		
		<dc:creator><![CDATA[Valantis]]></dc:creator>
		<pubDate>Mon, 24 Jul 2017 14:10:42 +0000</pubDate>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[pi]]></category>
		<category><![CDATA[raspberry]]></category>
		<guid isPermaLink="false">https://www.badfive.com/?p=4042</guid>

					<description><![CDATA[<p>Before installing  mysql and Phpmyadmin, make sure you have followed all the steps in my previous article about installing Apache and Php . First make sure that you have installed all the updates and upgrades by running: sudo apt-get update -y &#38;&#38; sudo apt-get upgrade. Then run: sudo apt-get install php5 php-pear php5-xcache to install [&#8230;]</p>
<p>The post <a href="https://www.badfive.com/install-mysql-phpmyadmin-raspberry-pi/">How to install MySQL and PHPMyAdmin on your Raspberry Pi</a> appeared first on <a href="https://www.badfive.com">BadFive</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><br />
<!-- Global Posts --><br />
<ins class="adsbygoogle" style="display: block;" data-ad-client="ca-pub-3078242538320941" data-ad-slot="1165827314" data-ad-format="auto"></ins><br />
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></p>
<p><span class="bfpost_header">Before installing </span> mysql and Phpmyadmin, make sure you have followed all the steps in my previous <a href="https://www.badfive.com/how-to-host-a-website-at-your-home-using-raspberry-pi/">article</a> about installing Apache and Php .</p>
<p>First make sure that you have installed all the updates and upgrades by running:<br />
<code> sudo apt-get update -y &amp;&amp; sudo apt-get upgrade.</code></p>
<p>Then run: <code> sudo apt-get install php5 php-pear php5-xcache </code> to install the support packs for php.</p>
<p>Proceed  installing the package for database connectivity : <code> sudo apt-get install php5-mysql </code></p>
<p>Now we will install MySQL Server : <code> apt-get install mysql-server mysql-client </code></p>
<p>During installation you will be asked to enter a root password and confirm it.<br />
<a href="https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/mysql.png?ssl=1"><img data-recalc-dims="1" fetchpriority="high" decoding="async" class="alignnone size-full wp-image-4048" src="https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/mysql.png?resize=696%2C530&#038;ssl=1" alt="" width="696" height="530" srcset="https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/mysql.png?w=1042&amp;ssl=1 1042w, https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/mysql.png?resize=300%2C229&amp;ssl=1 300w, https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/mysql.png?resize=1024%2C780&amp;ssl=1 1024w, https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/mysql.png?resize=768%2C585&amp;ssl=1 768w, https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/mysql.png?resize=696%2C530&amp;ssl=1 696w, https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/mysql.png?resize=120%2C90&amp;ssl=1 120w" sizes="(max-width: 696px) 100vw, 696px" /></a><br />
This is the password you use to connect to your server : <code> mysql -uroot -p</code>so make sure you write it down to remember it.</p>
<p><span class="bfpost_header">Let&#8217;s now proceed with PhpMyAdmin installation.</span></p>
<p>Run: <code> sudo apt-get install phpmyadmin </code> . A screen will pop to choose your web server. Choose apache2 and press OK. Then this screen <a href="https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/Screen-Shot-2017-07-21-at-1.26.41-AM.png?ssl=1"><img data-recalc-dims="1" decoding="async" class="alignnone size-full wp-image-4121" src="https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/Screen-Shot-2017-07-21-at-1.26.41-AM.png?resize=696%2C480&#038;ssl=1" alt="" width="696" height="480" srcset="https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/Screen-Shot-2017-07-21-at-1.26.41-AM.png?w=980&amp;ssl=1 980w, https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/Screen-Shot-2017-07-21-at-1.26.41-AM.png?resize=300%2C207&amp;ssl=1 300w, https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/Screen-Shot-2017-07-21-at-1.26.41-AM.png?resize=768%2C530&amp;ssl=1 768w, https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/Screen-Shot-2017-07-21-at-1.26.41-AM.png?resize=218%2C150&amp;ssl=1 218w, https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/Screen-Shot-2017-07-21-at-1.26.41-AM.png?resize=696%2C480&amp;ssl=1 696w, https://i0.wp.com/www.badfive.com/wp-content/uploads/2017/07/Screen-Shot-2017-07-21-at-1.26.41-AM.png?resize=100%2C70&amp;ssl=1 100w" sizes="(max-width: 696px) 100vw, 696px" /></a> will appear. Select Yes.<br />
When installation finishes, you will be asked to fill in a password. Choose a password and confirm it. This will be the root password that you use to log into phpmyadmin.</p>
<p>Further more, you need to allow your apache server to access the phpmyadmin. Type <code> sudo nano /etc/apache2/apache2.conf</code> and hit Enter. Navigate to the end and add the line : <code> Include /etc/phpmyadmin/apache.conf</code>.<br />
Finally run: <code> /etc/init.d/apache2 restart </code> to restart your server.</p>
<p>That&#8217;s all. You are ready to access your base. Just type in your browser : <code> http://"your raspberry ip"/phpmyadmin<code>.</code></code> and you&#8217;re ready to go!</p>
<p>The post <a href="https://www.badfive.com/install-mysql-phpmyadmin-raspberry-pi/">How to install MySQL and PHPMyAdmin on your Raspberry Pi</a> appeared first on <a href="https://www.badfive.com">BadFive</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.badfive.com/install-mysql-phpmyadmin-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4042</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.badfive.com @ 2026-06-03 06:45:47 by W3 Total Cache
-->