<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Suhendro</title>
    <description>The latest articles on DEV Community by Suhendro (@hdrxs312).</description>
    <link>https://dev.to/hdrxs312</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F257531%2F932cea26-453c-4c5d-a378-c9dd4a8c3514.jpeg</url>
      <title>DEV Community: Suhendro</title>
      <link>https://dev.to/hdrxs312</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/hdrxs312"/>
    <language>en</language>
    <item>
      <title>phpMyAdmin Alternatives (Web based SQL Client)</title>
      <dc:creator>Suhendro</dc:creator>
      <pubDate>Thu, 08 Apr 2021 23:00:43 +0000</pubDate>
      <link>https://dev.to/hdrxs312/how-to-train-your-dragon-2-2m97</link>
      <guid>https://dev.to/hdrxs312/how-to-train-your-dragon-2-2m97</guid>
      <description>&lt;p&gt;So I want to share a little experience.&lt;/p&gt;

&lt;p&gt;For those of you who have just learned programming and the language that PHP has learned, you must be familiar with XAMPP.&lt;/p&gt;

&lt;p&gt;Now, when installing XAMPP, you must have included it for database management using phpMyAdmin.&lt;/p&gt;

&lt;p&gt;In appearance it is good. But when our source code is uploaded to the server, it will be very inconvenient if we have to install XAMPP or phpMyAdmin.&lt;/p&gt;

&lt;p&gt;So I found a web-based SQL Client that I use until now. His name is Adminer (website: &lt;a href="https://adminer.org"&gt;https://adminer.org&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;The way to run the admin is very simple:&lt;/p&gt;

&lt;p&gt;There is a PHP web server on your laptop (you can use XAMPP, or NGINX)&lt;/p&gt;

&lt;p&gt;Download the adminer.php file on the official website.&lt;br&gt;
Put the file in the htdocs folder.&lt;/p&gt;

&lt;p&gt;Open it via a browser at the address http: //localhost/adminer.php&lt;br&gt;
Done&lt;/p&gt;

&lt;p&gt;Apart from being practical because it only takes 1 php file, Adminer also supports many DB types such as PostgreSQL, Oracle, SQLServer, etc. Please check the official website.&lt;/p&gt;

&lt;p&gt;Oh yes, in appearance this Admin is not really bad. In fact, I like its simplicity. Just download the theme we like, and ...&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--EZCjedi7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w4kcr7yst01wv6jfjrtr.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--EZCjedi7--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w4kcr7yst01wv6jfjrtr.jpg" alt="Alt Text"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Indonesian version you can go to my &lt;a href="https://vosy.net"&gt;Vosy.Net&lt;/a&gt; article here -&amp;gt; &lt;a href="https://vosy.net/p/2"&gt;alternatif phpMyAdmin&lt;/a&gt;&lt;/p&gt;

</description>
      <category>php</category>
      <category>database</category>
      <category>mysql</category>
    </item>
  </channel>
</rss>
