<?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>MySQL Workbench &#8211; Hostry Help Center</title>
	<atom:link href="https://help.hostry.com/article-tags/mysql-workbench/feed/" rel="self" type="application/rss+xml" />
	<link>https://help.hostry.com</link>
	<description>Full information on how to use HOSTRY, provided by 24/7 community based support</description>
	<lastBuildDate>Mon, 03 Jan 2022 12:10:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.9.12</generator>

<image>
	<url>https://help.hostry.com/wp-content/uploads/cache/2021/01/cropped-apple-icon-180x180-1/836712163.png</url>
	<title>MySQL Workbench &#8211; Hostry Help Center</title>
	<link>https://help.hostry.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to install MySql Workbench on Arch Linux</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-mysql-workbench-on-arch-linux/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-mysql-workbench-on-arch-linux/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Mon, 03 Jan 2022 12:10:21 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=4593</guid>

					<description><![CDATA[Working with MySQL on Linux operating systems includes many tasks, some of which are tools for administering SQL parameters, development and modeling of these same parameters, as well as backup and recovery. Using Linux distributions you have the ability to install MySql Workbench in a variety of ways, including through [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>Working with MySQL on Linux operating systems includes many tasks, some of which are tools for administering SQL parameters, development and modeling of these same parameters, as well as backup and recovery. Using Linux distributions you have the ability to install <strong>MySql</strong> <strong><a href="https://www.mysql.com/products/workbench/">Workbench</a></strong> in a variety of ways, including through the official packages. Installing the official Oracle repositories, using the default operating system repositories, or compiling packages from source are all options. So let&#8217;s take a quick look at the method of installing a MySQL desktop environment on Arch Linux.</p>



<p>You can install MySql Workbench using a simple program, which will be described below. An important factor is that the package is part of the official Ubuntu repository. The official name of the package is MySQL-workbench, you can install it as follows:</p>



<pre class="wp-block-code"><code>apt-get install mysql-workbench</code></pre>



<p>Then the step that must be completed: then you should go to the main menu and click the MySQL workbench start icon to start the program. The main page will appear after starting the program.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-mysql-workbench-on-arch-linux/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install MySQL Workbench on Debian 11</title>
		<link>https://help.hostry.com/knowledge-base/how-to-install-mysql-workbench-on-debian-11/</link>
					<comments>https://help.hostry.com/knowledge-base/how-to-install-mysql-workbench-on-debian-11/#respond</comments>
		
		<dc:creator><![CDATA[Alex]]></dc:creator>
		<pubDate>Wed, 03 Nov 2021 14:27:05 +0000</pubDate>
				<guid isPermaLink="false">https://help.hostry.com/?post_type=ht_kb&#038;p=4413</guid>

					<description><![CDATA[As for the new version of Debian 11, the official method of installing MySQL Workbench does not work as expected on Debian 11. Some users who have encountered the installation state the following: the MySQL Workbench repository was not added correctly, and manually adding it does not solve the problem. [&#8230;]]]></description>
										<content:encoded><![CDATA[
<p>As for the new version of Debian 11, the official method of installing MySQL Workbench does not work as expected on Debian 11. Some users who have encountered the installation state the following: the MySQL Workbench repository was not added correctly, and manually adding it does not solve the problem. Other users have complained that manual installation of Ubuntu does not work with Debian, and we can confirm this. However, installing MySQL Workbench on Debian 11 using Snap is pretty straightforward. Before installing MySQL Workbench, update all of your repositories:</p>



<pre class="wp-block-code"><code>apt update</code></pre>



<p>It is recommended that you install the snapd package for Workbench to work properly. This can be installed by running the following command:</p>



<pre class="wp-block-code"><code>apt install snapd</code></pre>



<p>Install the kernel files using Snap by running the following command:</p>



<pre class="wp-block-code"><code>snap install core</code></pre>



<p>Now, to install MySQL Workbench using Snap, run the following command:</p>



<pre class="wp-block-code"><code>snap install mysql-workbench-community</code></pre>



<p>Once installed, you can find MySQL Workbench in the application finder, or in the applications menu. In Debian 11, you will see a warning that the operating system is not supported. MySQL Workbench currently supports the following operating systems: Ubuntu, Red Hat Enterprise, Oracle Linux, Fedora, and Microsoft Windows. The fact that your system is not officially supported can be ignored, and this does not mean that you will run into errors. However, below I decided to add some Linux compatible alternatives to MySQL Workbench. More information on MySQL Workbench can be obtained at this <strong><a href="https://www.mysql.com/products/workbench/">link</a></strong>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://help.hostry.com/knowledge-base/how-to-install-mysql-workbench-on-debian-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
