<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Completely Uninstall MySQL Server in Ubuntu	</title>
	<atom:link href="https://www.ubuntumint.com/completely-uninstall-mysql-server-in-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/completely-uninstall-mysql-server-in-ubuntu/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Mon, 04 Dec 2023 10:17:25 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Tien Nguyen		</title>
		<link>https://www.ubuntumint.com/completely-uninstall-mysql-server-in-ubuntu/#comment-21611</link>

		<dc:creator><![CDATA[Tien Nguyen]]></dc:creator>
		<pubDate>Tue, 07 Feb 2023 06:05:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=883#comment-21611</guid>

					<description><![CDATA[Works for me on Ubuntu Server 22.04. Thanks a bunch...:)]]></description>
			<content:encoded><![CDATA[<p>Works for me on Ubuntu Server 22.04. Thanks a bunch&#8230;:)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.ubuntumint.com/completely-uninstall-mysql-server-in-ubuntu/#comment-5942</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 30 Dec 2021 04:48:50 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=883#comment-5942</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.ubuntumint.com/completely-uninstall-mysql-server-in-ubuntu/#comment-5914&quot;&gt;sally farmer&lt;/a&gt;.

@Sally,

Try to a re-configure system with the following command will fix the error.
&lt;pre&gt;
$ sudo dpkg --configure -a
&lt;/pre&gt;
If the above command is not fixed, try to force the package installation using the following command.
&lt;pre&gt;
$ sudo apt install -f
OR
$ sudo apt install --fix-broken
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.ubuntumint.com/completely-uninstall-mysql-server-in-ubuntu/#comment-5914">sally farmer</a>.</p>
<p>@Sally,</p>
<p>Try to a re-configure system with the following command will fix the error.</p>
<pre>
$ sudo dpkg --configure -a
</pre>
<p>If the above command is not fixed, try to force the package installation using the following command.</p>
<pre>
$ sudo apt install -f
OR
$ sudo apt install --fix-broken
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sally farmer		</title>
		<link>https://www.ubuntumint.com/completely-uninstall-mysql-server-in-ubuntu/#comment-5914</link>

		<dc:creator><![CDATA[sally farmer]]></dc:creator>
		<pubDate>Wed, 29 Dec 2021 11:38:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=883#comment-5914</guid>

					<description><![CDATA[Did not work because the system attempts to constantly re-install and then reports in a bad state.
 
&lt;code&gt;dpkg: warning: old mysql-server-8.0 package pre-removal script subprocess returned error exit status 1
dpkg: trying script from the new package instead ...
Failed to stop mysql.service: Unit mysql.service not loaded.
invoke-rc.d: initscript mysql, action &quot;stop&quot; failed.
dpkg: error processing archive /var/cache/apt/archives/mysql-server-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb (--unpack):
 new mysql-server-8.0 package pre-removal script subprocess returned error exit status 1
Failed to stop mysql.service: Unit mysql.service not loaded.
invoke-rc.d: initscript mysql, action &quot;stop&quot; failed.
Failed to start mysql.service: Unit mysql.service not found.
invoke-rc.d: initscript mysql, action &quot;start&quot; failed.
Unit mysql.service could not be found.
dpkg: error while cleaning up:
 installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
 /var/cache/apt/archives/mysql-server-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)&lt;/code&gt;

will not install any other updates on the system whilst this loop remains.]]></description>
			<content:encoded><![CDATA[<p>Did not work because the system attempts to constantly re-install and then reports in a bad state.</p>
<p><code>dpkg: warning: old mysql-server-8.0 package pre-removal script subprocess returned error exit status 1<br />
dpkg: trying script from the new package instead ...<br />
Failed to stop mysql.service: Unit mysql.service not loaded.<br />
invoke-rc.d: initscript mysql, action "stop" failed.<br />
dpkg: error processing archive /var/cache/apt/archives/mysql-server-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb (--unpack):<br />
 new mysql-server-8.0 package pre-removal script subprocess returned error exit status 1<br />
Failed to stop mysql.service: Unit mysql.service not loaded.<br />
invoke-rc.d: initscript mysql, action "stop" failed.<br />
Failed to start mysql.service: Unit mysql.service not found.<br />
invoke-rc.d: initscript mysql, action "start" failed.<br />
Unit mysql.service could not be found.<br />
dpkg: error while cleaning up:<br />
 installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1<br />
Errors were encountered while processing:<br />
 /var/cache/apt/archives/mysql-server-8.0_8.0.27-0ubuntu0.20.04.1_amd64.deb<br />
E: Sub-process /usr/bin/dpkg returned an error code (1)</code></p>
<p>will not install any other updates on the system whilst this loop remains.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
