<?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>BD Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/bd/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 12 Oct 2018 15:18:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to install MyWebSQL on CentOS 7?</title>
		<link>https://www.osradar.com/install-mywebsql-on-centos-7/</link>
					<comments>https://www.osradar.com/install-mywebsql-on-centos-7/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Sat, 13 Oct 2018 03:00:31 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[BD]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[ports]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[Tutorial]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=6341</guid>

					<description><![CDATA[<p>yu&#60;?2.In this article, I will show you how to install MyWebSQL on CentOS 7. The tutorial is simple to do, but first I&#8217;ll tell you a little about this tool. MySQL is an open-source relational database management system (RDBMS). It is very popular among developers for being free, easy to use and very secure. In [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mywebsql-on-centos-7/">How to install MyWebSQL on CentOS 7?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>yu&lt;?2.In this article, I will show you how to install MyWebSQL on CentOS 7. The tutorial is simple to do, but first I&#8217;ll tell you a little about this tool.</p>
<p><a href="https://www.mysql.com">MySQL</a> is an open-source relational database management system (RDBMS). It is very popular among developers for being free, easy to use and very secure. In many cases, it is the entry point to other more robust applications such as<a href="https://www.oracle.com/database/index.html"> Oracle Database</a> or <a href="https://www.ibm.com/analytics/us/en/db2/">IBM DB2</a>.</p>
<figure id="attachment_6392" aria-describedby="caption-attachment-6392" style="width: 1080px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6392" src="https://www.osradar.com/wp-content/uploads/2018/10/33.jpg" alt="Mysql" width="1080" height="462" srcset="https://www.osradar.com/wp-content/uploads/2018/10/33.jpg 1080w, https://www.osradar.com/wp-content/uploads/2018/10/33-300x128.jpg 300w, https://www.osradar.com/wp-content/uploads/2018/10/33-768x329.jpg 768w, https://www.osradar.com/wp-content/uploads/2018/10/33-1024x438.jpg 1024w, https://www.osradar.com/wp-content/uploads/2018/10/33-696x298.jpg 696w, https://www.osradar.com/wp-content/uploads/2018/10/33-1068x457.jpg 1068w, https://www.osradar.com/wp-content/uploads/2018/10/33-982x420.jpg 982w" sizes="(max-width: 1080px) 100vw, 1080px" /><figcaption id="caption-attachment-6392" class="wp-caption-text">Mysql</figcaption></figure>
<p>At the same time, many people who start with MySQL don&#8217;t feel comfortable with the way they perform operations because everything is through CLI. With the aim of minimizing the difficulty to visualize data, create a database and perform more actions with MySQL using less time is that tools such as MyWebSQL emerge.</p>
<p><a href="https://mywebsql.net" rel="noopener">MyWebSQL</a> is an open source, web-based, <a href="https://en.wikipedia.org/wiki/WYSIWYG" rel="noopener">WYSIWYG</a> MySQL client written in PHP. It utilizes modern day technologies and browsers to provide a fast, intuitive querying and editing interface to the MySQL databases.</p>
<p>It was created with the following points in mind.</p>
<ul>
<li>Easy deployment and usage.</li>
<li>Fast querying and editing on MySQL databases.</li>
<li>Developer friendly to save time spent on queries and working with results.</li>
<li>Usable with all major browsers without any loss of functionality.</li>
</ul>
<p>As you can see, it is a software designed to save time with MySQL. Let&#8217;s install MyWebSQL on CentOS 7.</p>
<h2>0. Prerequisites</h2>
<p>The installation is really simple, however, you must take into account the following:</p>
<ul>
<li>MyWebSQL is also compatible with MariaDB which is a 100% MySQL compatible fork. It is the one I will use.</li>
<li>You have to install LAMP first. It is not difficult.</li>
<li>The commands must be executed as root user.</li>
<li>The packages <code>wget</code> and <code>unzip</code>, must be installed.</li>
</ul>
<p>Let&#8217;s get to work.</p>
<h2>1. Install Apache web server and PHP</h2>
<p>The first element that you need is Apache web server. To do this, run:</p>
<pre class="">:~$ su
:~# yum install httpd</pre>
<figure id="attachment_6365" aria-describedby="caption-attachment-6365" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6365" src="https://www.osradar.com/wp-content/uploads/2018/10/1-9.png" alt="1.- Installing Apache Web server" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/1-9.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/1-9-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/1-9-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/1-9-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/1-9-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/1-9-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/1-9-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6365" class="wp-caption-text">1.- Installing Apache Web server</figcaption></figure>
<p>Then, enable it and start it.</p>
<pre class="">:~# systemctl enable httpd
:~# systemctl start httpd</pre>
<figure id="attachment_6366" aria-describedby="caption-attachment-6366" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6366" src="https://www.osradar.com/wp-content/uploads/2018/10/2-9.png" alt="2.- Starting the httpd service" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/2-9.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/2-9-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/2-9-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/2-9-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/2-9-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/2-9-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/2-9-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6366" class="wp-caption-text">2.- Starting the httpd service</figcaption></figure>
<p>Then, set the Firewall rule:</p>
<pre class="">:~# firewall-cmd --zone=public --add-service=http --permanent
:~# firewall-cmd --reload</pre>
<figure id="attachment_6367" aria-describedby="caption-attachment-6367" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6367" src="https://www.osradar.com/wp-content/uploads/2018/10/3-10.png" alt="3.- Setting a Firewall rule to apache web server" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/3-10.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/3-10-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/3-10-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/3-10-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/3-10-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/3-10-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/3-10-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6367" class="wp-caption-text">3.- Setting a Firewall rule to apache web server</figcaption></figure>
<p>To check that the whole process has been successful, go to your web browser and go to http://IP_SERVER and if you see the following, then everything is fine.</p>
<figure id="attachment_6368" aria-describedby="caption-attachment-6368" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6368" src="https://www.osradar.com/wp-content/uploads/2018/10/4-6.png" alt="4.- Apache default page on CentOS 7" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2018/10/4-6.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/4-6-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/4-6-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/4-6-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/4-6-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/4-6-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/4-6-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6368" class="wp-caption-text">4.- Apache default page on CentOS 7</figcaption></figure>
<p>Now is PHP&#8217;s turn.</p>
<pre class="">:~# yum install php php-mysql php-cli php-xml php-gd</pre>
<figure id="attachment_6369" aria-describedby="caption-attachment-6369" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6369" src="https://www.osradar.com/wp-content/uploads/2018/10/5-7.png" alt="5.- Installing PHP" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/5-7.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/5-7-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/5-7-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/5-7-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/5-7-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/5-7-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/5-7-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6369" class="wp-caption-text">5.- Installing PHP</figcaption></figure>
<p>Create a new file called <code>t.php</code> on <code>/var/www/html/</code></p>
<pre class="">:~# nano /var/www/html/t.php</pre>
<p>And put the following:</p>
<pre class="">&lt;?php
phpinfo();
?&gt;</pre>
<figure id="attachment_6370" aria-describedby="caption-attachment-6370" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6370" src="https://www.osradar.com/wp-content/uploads/2018/10/6-6.png" alt="6.- phpinfo method" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/6-6.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/6-6-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/6-6-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/6-6-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/6-6-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/6-6-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/6-6-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6370" class="wp-caption-text">6.- phpinfo method</figcaption></figure>
<p>Save and close the file.</p>
<p>Next, you have to restart apache service:</p>
<pre class="">:~# systemctl restart httpd</pre>
<p>Now, go to the web browser and try to go to http://IP_SERVER/t.php. If you see this, PHP is installed.</p>
<figure id="attachment_6372" aria-describedby="caption-attachment-6372" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6372" src="https://www.osradar.com/wp-content/uploads/2018/10/7-6.png" alt="7.- phpinfo() running" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2018/10/7-6.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/7-6-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/7-6-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/7-6-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/7-6-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/7-6-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/7-6-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6372" class="wp-caption-text">7.- phpinfo() running</figcaption></figure>
<p>Note: If you want to install a more recent PHP version, I explained it <a href="https://www.osradar.com/how-to-install-php-7-on-centos-7-in-an-easy-way/" rel="noopener">here</a>.</p>
<h2>2. Install MariaDB</h2>
<p>Don&#8217;t be confused, <a href="https://mariadb.org/" rel="noopener">MariaDB</a> is a fork absolutely compatible with MySQL. In addition, it comes by default in the official CentOS 7 repositories. It currently has a great support and a very active community, so it is the best option.</p>
<p>To install MyWebSQL this step is vital.</p>
<pre class="">:~# yum install mariadb-server</pre>
<figure id="attachment_6373" aria-describedby="caption-attachment-6373" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6373" src="https://www.osradar.com/wp-content/uploads/2018/10/8-6.png" alt="8.- Installing MariaDB server" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/8-6.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/8-6-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/8-6-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/8-6-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/8-6-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/8-6-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/8-6-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6373" class="wp-caption-text">8.- Installing MariaDB server</figcaption></figure>
<p>Then, start and enable the service:</p>
<pre class="">:~# systemctl enable mariadb
:~# systemctl start mariadb</pre>
<figure id="attachment_6375" aria-describedby="caption-attachment-6375" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6375" src="https://www.osradar.com/wp-content/uploads/2018/10/9-6.png" alt="9.- Enabling the MariaDB service" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/9-6.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/9-6-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/9-6-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/9-6-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/9-6-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/9-6-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/9-6-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6375" class="wp-caption-text">9.- Enabling the MariaDB service</figcaption></figure>
<p>Now, configure MariaDB using the<code> mysql_secure_installation</code> script.</p>
<pre class="">:~# mysql_secure_installation</pre>
<p>First, log in without a password since it has not been defined and then create one. To the rest of the questions answer, as you want, I did so: Y, N, Y, Y.</p>
<figure id="attachment_6376" aria-describedby="caption-attachment-6376" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6376" src="https://www.osradar.com/wp-content/uploads/2018/10/10-5.png" alt="10.- Configuring MariaDB server thanks to mysql_secure_installation script" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/10-5.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/10-5-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/10-5-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/10-5-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/10-5-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/10-5-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/10-5-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6376" class="wp-caption-text">10.- Configuring MariaDB server thanks to mysql_secure_installation script</figcaption></figure>
<h2>3. Install MyWebSQL</h2>
<p>The time has come to install MyWebSQL. First, you have to download it.</p>
<pre class="">:~# cd /opt/
:~# wget https://downloads.sourceforge.net/project/mywebsql/stable/mywebsql-3.7.zip</pre>
<figure id="attachment_6385" aria-describedby="caption-attachment-6385" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6385" src="https://www.osradar.com/wp-content/uploads/2018/10/11-5.png" alt="11.- Download and install MyWebSQL" width="1366" height="768" srcset="https://www.osradar.com/wp-content/uploads/2018/10/11-5.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/11-5-300x169.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/11-5-768x432.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/11-5-1024x576.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/11-5-696x391.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/11-5-1068x600.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/11-5-747x420.png 747w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6385" class="wp-caption-text">11.- Download and install MyWebSQL</figcaption></figure>
<p>The next step is to unzip it in the apache root directory, i.e. <code>/var/www/html</code>.</p>
<pre class="">:~# unzip mywebsql-3.7.zip -d /var/www/html/</pre>
<p>Restart Apache.</p>
<pre class="">:~# systemctl restart httpd</pre>
<p>And that&#8217;s it.</p>
<h2>4. Accessing to MyWebSQL</h2>
<p>After restarting Apache web server, you should be able to start the application. Open your web browser and go to <code>http://IP_SERVER/mywebsql</code>.</p>
<p>&nbsp;</p>
<figure id="attachment_6388" aria-describedby="caption-attachment-6388" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6388" src="https://www.osradar.com/wp-content/uploads/2018/10/12-4.png" alt="12.- MyWebSQL log in page" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2018/10/12-4.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/12-4-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/12-4-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/12-4-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/12-4-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/12-4-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/12-4-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6388" class="wp-caption-text">12.- MyWebSQL log in page</figcaption></figure>
<p>In the place, the credentials of your server. Username and password. And then access.</p>
<figure id="attachment_6389" aria-describedby="caption-attachment-6389" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6389" src="https://www.osradar.com/wp-content/uploads/2018/10/13-2.png" alt="13.- MyWebSQL main page" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2018/10/13-2.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/13-2-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/13-2-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/13-2-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/13-2-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/13-2-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/13-2-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6389" class="wp-caption-text">13.- MyWebSQL main page</figcaption></figure>
<p>As this is a newly created instance, there is not much information to show. However, I will show MySQL users.</p>
<figure id="attachment_6390" aria-describedby="caption-attachment-6390" style="width: 1366px" class="wp-caption alignnone"><img loading="lazy" class="size-full wp-image-6390" src="https://www.osradar.com/wp-content/uploads/2018/10/14-1.png" alt="14.- Showing some information" width="1366" height="665" srcset="https://www.osradar.com/wp-content/uploads/2018/10/14-1.png 1366w, https://www.osradar.com/wp-content/uploads/2018/10/14-1-300x146.png 300w, https://www.osradar.com/wp-content/uploads/2018/10/14-1-768x374.png 768w, https://www.osradar.com/wp-content/uploads/2018/10/14-1-1024x499.png 1024w, https://www.osradar.com/wp-content/uploads/2018/10/14-1-696x339.png 696w, https://www.osradar.com/wp-content/uploads/2018/10/14-1-1068x520.png 1068w, https://www.osradar.com/wp-content/uploads/2018/10/14-1-863x420.png 863w" sizes="(max-width: 1366px) 100vw, 1366px" /><figcaption id="caption-attachment-6390" class="wp-caption-text">14.- Showing some information</figcaption></figure>
<h2>Conclusion</h2>
<p>To install MyWebSQL requires certain prerequisites, however, its installation is really simple. This application is very useful for those who use MySQL on a daily basis and need to see data graphically and easily.</p>
<p>We want to know your opinion, did you know about this application? Have you used them? How was your experience with it?</p>
<p>Please share this article through your social networks.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-mywebsql-on-centos-7/">How to install MyWebSQL on CentOS 7?</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-on-centos-7/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
