<?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>MyWebSQL Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/mywebsql/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Tue, 04 Aug 2020 17:55:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to install MyWebSQL on Ubuntu 20.04?</title>
		<link>https://www.osradar.com/install-mywebsql-ubuntu-20-04/</link>
					<comments>https://www.osradar.com/install-mywebsql-ubuntu-20-04/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 04 Aug 2020 22:28:00 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[MyWebSQL]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=22262</guid>

					<description><![CDATA[<p>Managing a database server with MySQL is not an easy task. Therefore, specialized tools are required to improve the task. In Osradar we are aware of this and we like to talk about this type of tool. Today, we will talk about another one and we will teach you how to install MyWebSQL on Ubuntu [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mywebsql-ubuntu-20-04/">How to install MyWebSQL on Ubuntu 20.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Managing a database server with MySQL is not an easy task. Therefore, specialized tools are required to improve the task. In Osradar we are aware of this and we like to talk about this type of tool. Today, we will talk about another one and we will teach you how to install MyWebSQL on Ubuntu 20.04.</p>



<p><a href="http://mywebsql.net/">MyWebSQL</a> is an open-source tool to manage data stored in MySQL or MariaDB. However, it is not only limited to them but is compatible with <a href="https://www.osradar.com/postgresql-opensuse-15/">PostgreSQL</a> and SQLite. Therefore, we are in the presence of an essential tool on the client-side.</p>



<h2>Getting MyWebSQL on Ubuntu 20.04</h2>



<p>MyWebSQL is a web application that allows us to have a friendly interface to manage MySQL / MariaDB. For this same reason is that it requires a functional web server on our computer.</p>



<p>So, the first step is to have LAMP installed correctly:</p>



<p><a href="https://www.osradar.com/install-lamp-ubuntu-20-04/">How to install LAMP on Ubuntu 20.04?</a></p>



<p>Also other modules and packages are needed, these are:</p>



<pre class="wp-block-preformatted">php libapache2-mod-php php-common php-mbstring php-gd php-intl php-curl php-xml php-mysql php-pgsql php-mysql php-bcmath unzip wget</pre>



<p>Once it is completed it is necessary to create a new user for MariaDB / MySQL to avoid working with the root user.</p>



<p>So, access the console:</p>



<pre class="wp-block-preformatted">:~$ sudo mysql -u root -p</pre>



<p>Once you&#8217;re on the console, create the new user:</p>



<pre class="wp-block-preformatted">&gt; USE mysql;
&gt; CREATE USER 'angelo'@'localhost' IDENTIFIED BY 'Angelo12.,';
&gt; GRANT ALL PRIVILEGES ON . TO 'angelo'@'localhost';
&gt; FLUSH PRIVILEGES;</pre>



<p>Remember to change the username and password to whatever you prefer. Then, exit the console.</p>



<pre class="wp-block-preformatted">&gt; exit;</pre>



<p>The next step is to download MyWebSQL. To do this we will use the wget command.</p>



<pre class="wp-block-preformatted">:~$ cd /tmp/
:~$ wget -c https://sourceforge.net/projects/mywebsql/files/stable/mywebsql-3.7.zip/download -O mywebsql-3.7.zip
--2020-07-31 20:48:29-- https://sourceforge.net/projects/mywebsql/files/stable/mywebsql-3.7.zip/download
Resolving sourceforge.net (sourceforge.net)… 216.105.38.13
Connecting to sourceforge.net (sourceforge.net)|216.105.38.13|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://downloads.sourceforge.net/project/mywebsql/stable/mywebsql-3.7.zip?r=&amp;ts=1596228510&amp;use_mirror=netactuate [following]
--2020-07-31 20:48:30-- https://downloads.sourceforge.net/project/mywebsql/stable/mywebsql-3.7.zip?r=&amp;ts=1596228510&amp;use_mirror=netactuate
Resolving downloads.sourceforge.net (downloads.sourceforge.net)… 216.105.38.13
Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|216.105.38.13|:443… connected.
HTTP request sent, awaiting response… 302 Found
Location: https://netactuate.dl.sourceforge.net/project/mywebsql/stable/mywebsql-3.7.zip [following]
--2020-07-31 20:48:31-- https://netactuate.dl.sourceforge.net/project/mywebsql/stable/mywebsql-3.7.zip
Resolving netactuate.dl.sourceforge.net (netactuate.dl.sourceforge.net)… 104.225.3.66
Connecting to netactuate.dl.sourceforge.net (netactuate.dl.sourceforge.net)|104.225.3.66|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 1683612 (1.6M) [application/octet-stream]
Saving to: ‘mywebsql-3.7.zip’
mywebsql-3.7.zip 100%[=====================================================================================&gt;] 1.61M 650KB/s in 2.5s
2020-07-31 20:48:34 (650 KB/s) - ‘mywebsql-3.7.zip’ saved [1683612/1683612]</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="351" src="https://www.osradar.com/wp-content/uploads/2020/08/1-2-1024x351.png" alt="1.- Downlad MyWebSQL on Ubuntu 20.04" class="wp-image-22263" srcset="https://www.osradar.com/wp-content/uploads/2020/08/1-2-1024x351.png 1024w, https://www.osradar.com/wp-content/uploads/2020/08/1-2-300x103.png 300w, https://www.osradar.com/wp-content/uploads/2020/08/1-2-768x263.png 768w, https://www.osradar.com/wp-content/uploads/2020/08/1-2-696x239.png 696w, https://www.osradar.com/wp-content/uploads/2020/08/1-2-1068x366.png 1068w, https://www.osradar.com/wp-content/uploads/2020/08/1-2.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Downlad MyWebSQL on Ubuntu 20.04</figcaption></figure>



<p>Then decompress it:</p>



<pre class="wp-block-preformatted">:~$ sudo unzip mywebsql-3.7.zip -d /var/www/html</pre>



<p>Note: If you do not have the <code>unzip</code> command installed, just run it:</p>



<pre class="wp-block-preformatted">sudo apt install unzip</pre>



<p>Already with MyWebSQL in the Apache root directory, the corresponding permissions must be assigned:</p>



<pre class="wp-block-preformatted">:~$ sudo chown -R www-data:www-data /var/www/html/mywebsql/
:~$ sudo chmod -R 775 /var/www/html/mywebsql/</pre>



<p>Now you can access it.</p>



<h2>Accessing to MyWebSQL</h2>



<p>Now we can enjoy MyWebSQL. So, open your favorite web browser like Firefox and go to <code>http://your-server/mywebsql/install.php</code></p>



<p>When we see the next screen, we can conclude that everything is in order.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="505" src="https://www.osradar.com/wp-content/uploads/2020/08/2-1-1024x505.png" alt="2.- MyWebSQL installation screen" class="wp-image-22264" srcset="https://www.osradar.com/wp-content/uploads/2020/08/2-1-1024x505.png 1024w, https://www.osradar.com/wp-content/uploads/2020/08/2-1-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2020/08/2-1-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2020/08/2-1-696x343.png 696w, https://www.osradar.com/wp-content/uploads/2020/08/2-1-1068x527.png 1068w, https://www.osradar.com/wp-content/uploads/2020/08/2-1.png 1348w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- MyWebSQL installation screen</figcaption></figure>



<p>As everything is correct you can delete that file to avoid security breaches:</p>



<pre class="wp-block-preformatted">:~$ sudo rm /var/www/html/mywebsql/install.php</pre>



<p>Now you can start the login process:</p>



<pre class="wp-block-preformatted">http://your-server/mywebsql/</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="501" src="https://www.osradar.com/wp-content/uploads/2020/08/3-1024x501.png" alt="3.- MyWebSQL login screen" class="wp-image-22265" srcset="https://www.osradar.com/wp-content/uploads/2020/08/3-1024x501.png 1024w, https://www.osradar.com/wp-content/uploads/2020/08/3-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/08/3-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/08/3-696x340.png 696w, https://www.osradar.com/wp-content/uploads/2020/08/3-1068x522.png 1068w, https://www.osradar.com/wp-content/uploads/2020/08/3.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- MyWebSQL login screen</figcaption></figure>



<p>Once you log in with the credentials of the newly created one, you can enjoy your instance.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="501" src="https://www.osradar.com/wp-content/uploads/2020/08/4-1024x501.png" alt="4.- MyWebSQL on Ubuntu 20.04" class="wp-image-22266" srcset="https://www.osradar.com/wp-content/uploads/2020/08/4-1024x501.png 1024w, https://www.osradar.com/wp-content/uploads/2020/08/4-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2020/08/4-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2020/08/4-696x340.png 696w, https://www.osradar.com/wp-content/uploads/2020/08/4-1068x522.png 1068w, https://www.osradar.com/wp-content/uploads/2020/08/4.png 1360w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>4.- MyWebSQL on Ubuntu 20.04</figcaption></figure>



<p>Remember that in this type of application it is convenient not to use the root user.</p>



<p>So, now MyWebSQL is correctly installed and you can take full advantage of it.</p>



<h2>Conclusion</h2>



<p>Managing a lot of data in <a rel="noreferrer noopener" href="https://www.osradar.com/tag/mysql/" target="_blank">MySQL</a> or <a href="https://www.osradar.com/tag/mariadb/" target="_blank" rel="noreferrer noopener">MariaDB</a> is not so easy to do in a terminal. So these tools are always welcome to help us with the task. Today, you have learned to install MyWebSQL on Ubuntu 20.04, and as you can see the process is quite simple.</p>



<p>So, share this post and join <a href="https://t.me/osradar" target="_blank" aria-label="undefined (opens in a new tab)" rel="noreferrer noopener">our Telegram Channel</a>.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mywebsql-ubuntu-20-04/">How to install MyWebSQL on Ubuntu 20.04?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-mywebsql-ubuntu-20-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install MyWebSQL on Debian 10?</title>
		<link>https://www.osradar.com/install-mywebsql-debian-10/</link>
					<comments>https://www.osradar.com/install-mywebsql-debian-10/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Wed, 13 Nov 2019 23:11:10 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[data]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[MyWebSQL]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=15518</guid>

					<description><![CDATA[<p>Managing a database server with MySQL is not an easy task. Therefore, specialized tools are required to improve the task. In Osradar we are aware of this and we like to talk about this type of tools. Today, we will talk about another one and we will teach you how to install MyWebSQL on Debian [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mywebsql-debian-10/">How to install MyWebSQL on Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Managing a database server with MySQL is not an easy task. Therefore, specialized tools are required to improve the task. In Osradar we are aware of this and we like to talk about this type of tools. Today, we will talk about another one and we will teach you how to install MyWebSQL on Debian 10.</p>



<p><a href="http://mywebsql.net/">MyWebSQL</a> is an open-source tool to manage data stored in MySQL or MariaDB. However, it is not only limited to them but is compatible with <a href="https://www.osradar.com/postgresql-opensuse-15/">PostgreSQL</a> and SQLite. Therefore, we are in the presence of an essential tool on the client-side.</p>



<p>So, let us install MyWebSQL on Debian 10.</p>



<h2>Install MyWebSQL on Debian 10</h2>



<h3>1) Upgrade your system</h3>



<p>The first step is, of course, to update the system. With this, we will be able to have the security patches correctly installed.</p>



<p>So open a terminal session and run the following:</p>



<pre class="wp-block-preformatted">:~$ sudo apt update<br>:~$ sudo apt upgrade</pre>



<p>That way the system will be a little safer and we will be ready to go.</p>



<h3>2) Install LAMP on Debian 10</h3>



<p>MyWebSQL is a web application that needs a server to run. So you can deploy a LAMP server for it.</p>



<p>Read, <a href="https://www.osradar.com/install-lamp-on-debian-10/" target="_blank" rel="noreferrer noopener" aria-label="How to install LAMP on Debian 10? (opens in a new tab)">How to install LAMP on Debian 10?</a></p>



<p>After everything is in place, we can continue.</p>



<h3>3) Create a new user on MariaDB</h3>



<p>When we use web tools to manage MySQL or MariaDB, it is best to create a new user. And to this new user, give permissions on the rest of the databases and tables.</p>



<p>So let&#8217;s go for it:</p>



<pre class="wp-block-preformatted">:~$ sudo mysql -u root -p
> USE mysql;
> CREATE USER 'angelo'@'localhost' IDENTIFIED BY 'Angelo12.,';
> GRANT ALL PRIVILEGES ON <em>.</em> TO 'angelo'@'localhost';
> FLUSH PRIVILEGES;
> exit;</pre>



<figure class="wp-block-image"><img loading="lazy" width="995" height="537" src="https://www.osradar.com/wp-content/uploads/2019/11/1-6.png" alt="1.- Creating a new user on MariaDB" class="wp-image-15521" srcset="https://www.osradar.com/wp-content/uploads/2019/11/1-6.png 995w, https://www.osradar.com/wp-content/uploads/2019/11/1-6-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/1-6-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/1-6-696x376.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/1-6-778x420.png 778w" sizes="(max-width: 995px) 100vw, 995px" /><figcaption>1.- Creating a new user on MariaDB</figcaption></figure>



<p>Now we can install MyWebSQL without problems.</p>



<h3>4) Installing MyWebSQL on Debian 10</h3>



<p>Unfortunately, there is no DEB package for Debian. However, the installation is quite simple. Just download the application files into the Apache folder.</p>



<p>First, download it:</p>



<pre class="wp-block-preformatted">:~$ wget https://newcontinuum.dl.sourceforge.net/project/mywebsql/stable/mywebsql-3.7.zip</pre>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="203" src="https://www.osradar.com/wp-content/uploads/2019/11/2-6-1024x203.png" alt="2.- Download and install MyWebSQL on Debian 10" class="wp-image-15522" srcset="https://www.osradar.com/wp-content/uploads/2019/11/2-6-1024x203.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/2-6-300x59.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/2-6-768x152.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/2-6-696x138.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/2-6-1068x211.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/2-6.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- Download and install MyWebSQL on Debian 10</figcaption></figure>



<p>Then, we proceed to decompress it in the root folder of Apache.</p>



<pre class="wp-block-preformatted">:~$ sudo unzip mywebsql-3.7.zip -d /var/www/html</pre>



<p>In the end, we only need to grant the necessary permissions for the application to run correctly:</p>



<pre class="wp-block-preformatted">:~$ sudo chown -R www-data:www-data /var/www/html/mywebsql/
~$ sudo chmod -R 775 /var/www/html/mywebsql/</pre>



<p>That&#8217;s enough.  Now let&#8217;s try it.</p>



<p>Now, open your favorite web browser and go to the following address <code>http://your-server/mywebsql/install.php</code> to verify that everything is in order.</p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="506" src="https://www.osradar.com/wp-content/uploads/2019/11/3-7-1024x506.png" alt="3.- Installing MyWebSQL " class="wp-image-15523" srcset="https://www.osradar.com/wp-content/uploads/2019/11/3-7-1024x506.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/3-7-300x148.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/3-7-768x379.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/3-7-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/11/3-7-696x344.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/3-7-1068x528.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/3-7-850x420.png 850w, https://www.osradar.com/wp-content/uploads/2019/11/3-7.png 1354w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>3.- Installing MyWebSQL </figcaption></figure>



<p>As everything is in order, you can log in on <code>http://your-server/mywebsql/</code> and delete the installation file.</p>



<pre class="wp-block-preformatted">:~$ sudo rm /var/www/html/mywebsql/install.php</pre>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2019/11/4-5-1024x502.png" alt="4.- MyWebSQL login screen" class="wp-image-15524" srcset="https://www.osradar.com/wp-content/uploads/2019/11/4-5-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/4-5-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/4-5-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/4-5-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/11/4-5-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/11/4-5-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/4-5-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/4-5-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2019/11/4-5.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>4.- MyWebSQL login screen</figcaption></figure>



<p>Now, type in your MariaDB credentials. And you can start to work.</p>



<figure class="wp-block-image"><img loading="lazy" width="1024" height="502" src="https://www.osradar.com/wp-content/uploads/2019/11/5-4-1024x502.png" alt="5.- MyWebSQL on Debian 10" class="wp-image-15525" srcset="https://www.osradar.com/wp-content/uploads/2019/11/5-4-1024x502.png 1024w, https://www.osradar.com/wp-content/uploads/2019/11/5-4-300x147.png 300w, https://www.osradar.com/wp-content/uploads/2019/11/5-4-768x376.png 768w, https://www.osradar.com/wp-content/uploads/2019/11/5-4-324x160.png 324w, https://www.osradar.com/wp-content/uploads/2019/11/5-4-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/11/5-4-696x341.png 696w, https://www.osradar.com/wp-content/uploads/2019/11/5-4-1068x523.png 1068w, https://www.osradar.com/wp-content/uploads/2019/11/5-4-858x420.png 858w, https://www.osradar.com/wp-content/uploads/2019/11/5-4.png 1366w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>5.- MyWebSQL on Debian 10</figcaption></figure>



<p>So, enjoy it.</p>



<h2>Conclusion</h2>



<p>Managing a lot of data in <a rel="noreferrer noopener" aria-label="MySQL (opens in a new tab)" href="https://www.osradar.com/tag/mysql/" target="_blank">MySQL</a> or <a href="https://www.osradar.com/tag/mariadb/" target="_blank" rel="noreferrer noopener" aria-label="MariaDB (opens in a new tab)">MariaDB</a> is not so easy to do in a terminal. So these tools are always welcome to help us with the task. Today, you have learned to install MyWebSQL on Debian 10 and as you can see the process is quite simple.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mywebsql-debian-10/">How to install MyWebSQL on Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-mywebsql-debian-10/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Graphical clients for SQL in Linux</title>
		<link>https://www.osradar.com/graphical-clients-for-sql-in-linux/</link>
					<comments>https://www.osradar.com/graphical-clients-for-sql-in-linux/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 12 Mar 2019 20:13:14 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[clients]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[MyWebSQL]]></category>
		<category><![CDATA[Pgadmin]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[postgresql]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[SQLite]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=11392</guid>

					<description><![CDATA[<p>SQL Language is one of the most popular languages of our time. Many of the most popular database managers use SQL as their statement language. That is why SQL is so popular. However, it is a language that many at first may not like or may become complicated. Also managing data in a database using [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/graphical-clients-for-sql-in-linux/">Graphical clients for SQL in Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>SQL Language is one of the most popular languages of our time. Many of the most popular database managers use SQL as their statement language. That is why SQL is so popular. However, it is a language that many at first may not like or may become complicated. Also managing data in a database using only the terminal is not as efficient as possible. Imagine many tables with thousands of records, it is not efficient to do it that way. So in this article, I will tell you about some graphical clients for SQL. All with the particularity of being open source and installable in Linux.</p>
<p>As I mentioned at the beginning, managing data in a database that uses SQL in a terminal is not appropriate. In addition, insecure is impractical. So recently I showed you<a href="https://www.osradar.com/some-graphical-clients-for-git/" rel="noopener noreferrer"> some graphical clients for Git</a>, today I will do the same with SQL. This way you will be able to work more and better.</p>
<p>Let us start.</p>
<h1>Graphical clients for SQL</h1>
<h2>1) MyWebSQL</h2>
<p>I start with MyWebSQL. It is a web application to manage SQL databases. However, it places special emphasis on MySQL.</p>
<p>MyWebSQL is built with PHP so it requires a web server to function. Its graphical interface is great because it resembles a desktop application. It is well done and very well taken care of.</p>
<p><figure id="attachment_11393" aria-describedby="caption-attachment-11393" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11393" src="https://www.osradar.com/wp-content/uploads/2019/03/14.png" alt="1.- MyWebSQL" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2019/03/14.png 1366w, https://www.osradar.com/wp-content/uploads/2019/03/14-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/14-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/14-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/14-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/14-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2019/03/14-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11393" class="wp-caption-text">1.- MyWebSQL</figcaption></figure></p>
<p>You can find much more information about MyWebSQL in <a href="https://www.osradar.com/install-mywebsql-on-centos-7/" rel="noopener noreferrer">our post about it</a> or on <a href="http://mywebsql.net/" rel="noopener noreferrer">their website.</a></p>
<h2>2) DBeaver</h2>
<p>DBeaver is a very powerful graphical SQL client. It is an open source desktop application that stands out for its simplicity and power. It supports many SQL database managers such as DBeaver, SQLite or PostgreSQL. That&#8217;s why many developers trust their work with SQL to DBeaver.</p>
<p><figure id="attachment_11394" aria-describedby="caption-attachment-11394" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11394" src="https://www.osradar.com/wp-content/uploads/2019/03/10-2.png" alt="2.- Dbeaver" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2019/03/10-2.png 1366w, https://www.osradar.com/wp-content/uploads/2019/03/10-2-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/10-2-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/10-2-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/10-2-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/10-2-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2019/03/10-2-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11394" class="wp-caption-text">2.- Dbeaver</figcaption></figure></p>
<p>On the other hand, it requires <a href="https://www.osradar.com/how-to-install-oracle-java-on-ubuntu-18-10/" rel="noopener noreferrer">Java</a> to work so maybe those who have modest hardware will not like the idea.</p>
<p>We have also talked about <a href="https://dbeaver.io/" rel="noopener noreferrer">DBeaver</a> on our site so we invite you to stop by <a href="https://www.osradar.com/install-dbeaver-ubuntu-18-04-linux-mint-19/" rel="noopener noreferrer">this post</a> to learn how to install it.</p>
<h2>3) PHPMyAdmin</h2>
<p>If we have to talk about a very popular SQL tool in the educational field, that is <a href="https://www.phpmyadmin.net/" rel="noopener noreferrer">PHPMyAdmin</a>. It is a very popular and simple web interface for SQL language that contains everything you need to manage databases and SQL statements.</p>
<p>Being a web interface, it requires a web server, with all the advantages and disadvantages of the case. Ideal when you have a shared development of some application or centralized data.</p>
<p><figure id="attachment_11395" aria-describedby="caption-attachment-11395" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11395" src="https://www.osradar.com/wp-content/uploads/2019/03/12-1.png" alt="3.- PHPMyAdmin" width="1366" height="666" srcset="https://www.osradar.com/wp-content/uploads/2019/03/12-1.png 1366w, https://www.osradar.com/wp-content/uploads/2019/03/12-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/12-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/12-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2019/03/12-1-533x261.png 533w, https://www.osradar.com/wp-content/uploads/2019/03/12-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/12-1-1068x521.png 1068w, https://www.osradar.com/wp-content/uploads/2019/03/12-1-861x420.png 861w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-11395" class="wp-caption-text">3.- PHPMyAdmin</figcaption></figure></p>
<p>Of course, PHPMyAdmin is available for Linux in a very simple way and is open source. So, <a href="https://www.osradar.com/how-to-install-the-latest-phpmyadmin-on-centos-7/" rel="noopener noreferrer">you can install it on CentOS</a>.</p>
<h2>4) PGAdmin</h2>
<p>If there is an SQL client specialized in PostgreSQL that is <a href="https://www.pgadmin.org/" rel="noopener noreferrer">pgAdmin</a>. This powerful PostgreSQL client is a work of art. Its interface is the best in all of Linux because it is simple and very flexible.</p>
<p><figure id="attachment_11396" aria-describedby="caption-attachment-11396" style="width: 808px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-11396" src="https://www.osradar.com/wp-content/uploads/2019/03/33.png" alt="PGAdmin" width="808" height="520" srcset="https://www.osradar.com/wp-content/uploads/2019/03/33.png 808w, https://www.osradar.com/wp-content/uploads/2019/03/33-300x193.png 300w, https://www.osradar.com/wp-content/uploads/2019/03/33-768x494.png 768w, https://www.osradar.com/wp-content/uploads/2019/03/33-696x448.png 696w, https://www.osradar.com/wp-content/uploads/2019/03/33-653x420.png 653w" sizes="(max-width: 808px) 100vw, 808px" /><figcaption id="caption-attachment-11396" class="wp-caption-text">4.- PGAdmin. Image from the pgadmin web site</figcaption></figure></p>
<p>PgAdmin is open source and is available for all Linux through a web server and <a href="https://www.osradar.com/get-the-latest-python-on-linux/" rel="noopener noreferrer">Python</a>.</p>
<h1>Conclusion</h1>
<p>Here are some of the most popular graphical SQL clients on Linux. Their use makes it much easier to manage the data in our SQL database. So it only remains for you to try and tell us your experience.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/graphical-clients-for-sql-in-linux/">Graphical clients for SQL in Linux</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/graphical-clients-for-sql-in-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
