<?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 Tips</title>
	<atom:link href="https://www.ubuntumint.com/tag/mysql-tips/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Mon, 04 Dec 2023 10:17:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://www.ubuntumint.com/wp-content/uploads/2023/06/favicon.png</url>
	<title>MySQL Tips</title>
	<link>https://www.ubuntumint.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Completely Uninstall MySQL Server in Ubuntu</title>
		<link>https://www.ubuntumint.com/completely-uninstall-mysql-server-in-ubuntu/</link>
					<comments>https://www.ubuntumint.com/completely-uninstall-mysql-server-in-ubuntu/#comments</comments>
		
		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 29 May 2023 07:52:55 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[MySQL Tips]]></category>
		<category><![CDATA[Ubuntu Tips]]></category>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=883</guid>

					<description><![CDATA[<p>While package management in Ubuntu, as in most Linux operating systems nowadays, makes it extremely easy to install, upgrade and delete a piece of software,</p>
The post <a href="https://www.ubuntumint.com/completely-uninstall-mysql-server-in-ubuntu/">Completely Uninstall MySQL Server in Ubuntu</a> first appeared on <a href="https://www.ubuntumint.com">UbuntuMint - Everything About Ubuntu Linux</a>.]]></description>
		
					<wfw:commentRss>https://www.ubuntumint.com/completely-uninstall-mysql-server-in-ubuntu/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>How To Import and Export MySQL Databases in Linux</title>
		<link>https://www.ubuntumint.com/import-export-mysql-databases-linux/</link>
					<comments>https://www.ubuntumint.com/import-export-mysql-databases-linux/#comments</comments>
		
		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 29 Jul 2021 06:01:13 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL Tips]]></category>
		<category><![CDATA[mysqldump command examples]]></category>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=2033</guid>

					<description><![CDATA[<p>Importing and exporting MySQL or MariaDB databases is a regular task in system administration. You can use data dumps to back up and restore your</p>
The post <a href="https://www.ubuntumint.com/import-export-mysql-databases-linux/">How To Import and Export MySQL Databases in Linux</a> first appeared on <a href="https://www.ubuntumint.com">UbuntuMint - Everything About Ubuntu Linux</a>.]]></description>
		
					<wfw:commentRss>https://www.ubuntumint.com/import-export-mysql-databases-linux/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install LAMP Stack on Ubuntu 20.04</title>
		<link>https://www.ubuntumint.com/install-lamp-stack-on-ubuntu/</link>
					<comments>https://www.ubuntumint.com/install-lamp-stack-on-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 12 Apr 2021 05:46:07 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Apache Tips]]></category>
		<category><![CDATA[LAMP Stack]]></category>
		<category><![CDATA[MySQL Tips]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu Tips]]></category>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=1163</guid>

					<description><![CDATA[<p>The LAMP stack (LAMP for short) is a set of open-source software that consists of Linux, Apache, MySQL or MariaDB, and PHP. LAMP is used</p>
The post <a href="https://www.ubuntumint.com/install-lamp-stack-on-ubuntu/">How to Install LAMP Stack on Ubuntu 20.04</a> first appeared on <a href="https://www.ubuntumint.com">UbuntuMint - Everything About Ubuntu Linux</a>.]]></description>
		
					<wfw:commentRss>https://www.ubuntumint.com/install-lamp-stack-on-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install the Latest MySQL 8 in Ubuntu</title>
		<link>https://www.ubuntumint.com/install-mysql-in-ubuntu/</link>
					<comments>https://www.ubuntumint.com/install-mysql-in-ubuntu/#comments</comments>
		
		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 25 Feb 2021 09:32:54 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[MySQL Tips]]></category>
		<category><![CDATA[Ubuntu Tips]]></category>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=963</guid>

					<description><![CDATA[<p>MySQL is a relational database system owned by Oracle Corporation and it has been a part of the Ubuntu repositories right from its earlier versions.</p>
The post <a href="https://www.ubuntumint.com/install-mysql-in-ubuntu/">How to Install the Latest MySQL 8 in Ubuntu</a> first appeared on <a href="https://www.ubuntumint.com">UbuntuMint - Everything About Ubuntu Linux</a>.]]></description>
		
					<wfw:commentRss>https://www.ubuntumint.com/install-mysql-in-ubuntu/feed/</wfw:commentRss>
			<slash:comments>2</slash:comments>
		
		
			</item>
		<item>
		<title>How to Install MySQL Server in Ubuntu</title>
		<link>https://www.ubuntumint.com/install-mysql-server-in-ubuntu/</link>
					<comments>https://www.ubuntumint.com/install-mysql-server-in-ubuntu/#respond</comments>
		
		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Tue, 16 Feb 2021 07:00:56 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[MySQL Tips]]></category>
		<category><![CDATA[Ubuntu Tips]]></category>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=839</guid>

					<description><![CDATA[<p>MySQL is a relational database management system and one of the most popular relational databases in use today. Similar to most other database management systems,</p>
The post <a href="https://www.ubuntumint.com/install-mysql-server-in-ubuntu/">How to Install MySQL Server in Ubuntu</a> first appeared on <a href="https://www.ubuntumint.com">UbuntuMint - Everything About Ubuntu Linux</a>.]]></description>
		
					<wfw:commentRss>https://www.ubuntumint.com/install-mysql-server-in-ubuntu/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Backup a Single MySQL Database from Command Line</title>
		<link>https://www.ubuntumint.com/backup-single-mysql-database/</link>
					<comments>https://www.ubuntumint.com/backup-single-mysql-database/#respond</comments>
		
		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 01 Feb 2021 09:23:09 +0000</pubDate>
				<category><![CDATA[Linux Backup Tools]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL Tips]]></category>
		<category><![CDATA[mysqldump command examples]]></category>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=731</guid>

					<description><![CDATA[<p>MySQL is a popular choice when it comes to relational database management systems. MySQL and its clones power a large percentage of the worldwide web</p>
The post <a href="https://www.ubuntumint.com/backup-single-mysql-database/">How to Backup a Single MySQL Database from Command Line</a> first appeared on <a href="https://www.ubuntumint.com">UbuntuMint - Everything About Ubuntu Linux</a>.]]></description>
		
					<wfw:commentRss>https://www.ubuntumint.com/backup-single-mysql-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Backup All MySQL Databases from Command Line</title>
		<link>https://www.ubuntumint.com/backup-all-mysql-databases/</link>
					<comments>https://www.ubuntumint.com/backup-all-mysql-databases/#respond</comments>
		
		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 01 Feb 2021 06:46:57 +0000</pubDate>
				<category><![CDATA[Linux Backup Tools]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL Tips]]></category>
		<category><![CDATA[mysqldump command examples]]></category>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=700</guid>

					<description><![CDATA[<p>MySQL is a relational database management system and is used widely all over the IT industry for efficient data storage. In Linux, MySQL is available</p>
The post <a href="https://www.ubuntumint.com/backup-all-mysql-databases/">How to Backup All MySQL Databases from Command Line</a> first appeared on <a href="https://www.ubuntumint.com">UbuntuMint - Everything About Ubuntu Linux</a>.]]></description>
		
					<wfw:commentRss>https://www.ubuntumint.com/backup-all-mysql-databases/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Add a New MySQL User with GRANT Permissions</title>
		<link>https://www.ubuntumint.com/create-new-mysql-user-with-grant-permissions/</link>
					<comments>https://www.ubuntumint.com/create-new-mysql-user-with-grant-permissions/#respond</comments>
		
		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 28 Jan 2021 08:09:13 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[MySQL Tips]]></category>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=643</guid>

					<description><![CDATA[<p>MySQL is one of the most widely used relational database management systems all over the IT industry. Mostly Linux-based operating systems are preferred for deployments</p>
The post <a href="https://www.ubuntumint.com/create-new-mysql-user-with-grant-permissions/">How to Add a New MySQL User with GRANT Permissions</a> first appeared on <a href="https://www.ubuntumint.com">UbuntuMint - Everything About Ubuntu Linux</a>.]]></description>
		
					<wfw:commentRss>https://www.ubuntumint.com/create-new-mysql-user-with-grant-permissions/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
