<?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 Archives - IODocs</title>
	<atom:link href="https://www.iodocs.com/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.iodocs.com/tag/mysql/</link>
	<description>IODocs: Comprehensive How-To Guides, Software Tutorials, and More IODocs.com</description>
	<lastBuildDate>Thu, 10 Mar 2022 05:42: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.iodocs.com/wp-content/uploads/2019/01/cropped-logoIODOCSretina-32x32.avif</url>
	<title>MySQL Archives - IODocs</title>
	<link>https://www.iodocs.com/tag/mysql/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How To Install and Secure phpMyAdmin on Ubuntu</title>
		<link>https://www.iodocs.com/install-secure-phpmyadmin-ubuntu/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Wed, 09 Mar 2022 06:33:29 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=591</guid>

					<description><![CDATA[<p>Install phpMyAdmin on Ubuntu You can install PHPMyAdmin from the Ubuntu repos. You can do this by update the local references and then use the apt packaging system to pull download the files and install them on our Linux: sudo apt-get update sudo apt-get install phpmyadmin restart Apache  with the following cmd: service apache2 restart [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/install-secure-phpmyadmin-ubuntu/">How To Install and Secure phpMyAdmin on Ubuntu</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How To Install Linux, Apache, MySQL, PHP on Ubuntu</title>
		<link>https://www.iodocs.com/install-linux-apache-mysql-php-ubuntu/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Wed, 02 Jan 2019 23:15:31 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[php]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=527</guid>

					<description><![CDATA[<p>How To Install Linux, Apache, MySQL, PHP on Ubuntu: Set Up The steps in this tutorial require the user to have root privileges on your Linux. Step 1: Install Apache Apache is a free open source software which runs over 50% of the world’s web servers. To install apache, open terminal and type in these [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/install-linux-apache-mysql-php-ubuntu/">How To Install Linux, Apache, MySQL, PHP on Ubuntu</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Insert, Update, Delete, Display Data in MySQL</title>
		<link>https://www.iodocs.com/insert-update-delete-display-data-in-mysql-using-net/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Wed, 25 Apr 2018 22:18:17 +0000</pubDate>
				<category><![CDATA[CSharp]]></category>
		<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=1616</guid>

					<description><![CDATA[<p>how to insert, update, delete and display data in MySQL. C#</p>
<p>The post <a href="https://www.iodocs.com/insert-update-delete-display-data-in-mysql-using-net/">Insert, Update, Delete, Display Data in MySQL</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>Reset a MySQL root password</title>
		<link>https://www.iodocs.com/reset-mysql-root-password/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Fri, 21 Jul 2017 04:28:26 +0000</pubDate>
				<category><![CDATA[DataBase]]></category>
		<category><![CDATA[MariaDB]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[reset password]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=967</guid>

					<description><![CDATA[<p>Use the following steps to reset a MySQL root password by using the command line interface. Stop the MySQL service (Ubuntu and Debian) Run the following command: sudo /etc/init.d/mysql stop (CentOS, Fedora, and Red Hat Enterprise Linux) Run the following command: sudo /etc/init.d/mysqld stop Start MySQL without a password Run the following command. The ampersand [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/reset-mysql-root-password/">Reset a MySQL root password</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>16.04 upgrade broke mysql-server</title>
		<link>https://www.iodocs.com/16-04-upgrade-broke-mysql-server/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Sun, 21 May 2017 04:36:37 +0000</pubDate>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[16.04 upgrade broke mysql-server]]></category>
		<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=896</guid>

					<description><![CDATA[<p>The instructions @ericklan posted are on the right track, though they aren&#8217;t quite clear to me and seem to recommend more than is necessary. I pieced together the answer from the above and a helpful post in the bug thread. These are the steps I took to correct this: Back up your my.cnf file in [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/16-04-upgrade-broke-mysql-server/">16.04 upgrade broke mysql-server</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
