<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Phpmyadmin on BAFM</title><link>https://christian.blog.pakiheim.de/tags/phpmyadmin/</link><description>Recent content in Phpmyadmin on BAFM</description><generator>Hugo -- 0.160.1</generator><language>en</language><lastBuildDate>Wed, 06 Aug 2014 19:20:11 +0000</lastBuildDate><atom:link href="https://christian.blog.pakiheim.de/tags/phpmyadmin/index.xml" rel="self" type="application/rss+xml"/><item><title>Setting up a phpMyAdmin auto-update</title><link>https://christian.blog.pakiheim.de/posts/2014-08-06_setting-up-a-phpmyadmin-auto-update/</link><pubDate>Wed, 06 Aug 2014 19:20:11 +0000</pubDate><guid isPermaLink="false">http://blog.barfoo.org/?p=4278</guid><description>&lt;p&gt;Well, just like everybody else, I&amp;rsquo;ve been using phpMyAdmin to do my casual MySQL fixing/work on this website. However, recently the phpMyAdmin developers switched to Git on SourceForge and then to GitHub shortly after that.&lt;/p&gt;
&lt;p&gt;So, the guy over at &lt;a href="http://www.networkjack.info/blog/2011/04/05/simple-checkout-of-phpmyadmin-with-git/"&gt;Network Jack wrote down&lt;/a&gt; what I had already been doing:&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;div class="chroma"&gt;
&lt;table class="lntable"&gt;&lt;tr&gt;&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code&gt;&lt;span class="lnt" id="hl-0-1"&gt;&lt;a class="lnlinks" href="#hl-0-1"&gt;1&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-2"&gt;&lt;a class="lnlinks" href="#hl-0-2"&gt;2&lt;/a&gt;
&lt;/span&gt;&lt;span class="lnt" id="hl-0-3"&gt;&lt;a class="lnlinks" href="#hl-0-3"&gt;3&lt;/a&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;
&lt;td class="lntd"&gt;
&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-sh" data-lang="sh"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;git clone --depth&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="m"&gt;1&lt;/span&gt; git://phpmyadmin.git.sf.net/gitroot/phpmyadmin/phpmyadmin
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nb"&gt;cd&lt;/span&gt; phpmyadmin
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;git checkout --track -b PMASTABLE origin/STABLE
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;p&gt;However, as I said before, they switched from SourceForge to GitHub, thus you need another URL.&lt;/p&gt;</description></item></channel></rss>