<?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/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.iodocs.com/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/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>PHP 7 with phpmyadmin gives lots of Deprecation Notices</title>
		<link>https://www.iodocs.com/php-7-with-phpmyadmin-gives-lots-of-deprecation-notices/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Sun, 10 Jun 2018 17:16:20 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=1731</guid>

					<description><![CDATA[<p>The way we fixed this problem was by following the askubuntu instructions at depreciation notice error in phpmyadmin with 16.04. It involves changing three lines in /usr/share/php/php-gettext/streams.php and one line in /usr/share/php/php-gettext/gettext.php.</p>
<p>The post <a href="https://www.iodocs.com/php-7-with-phpmyadmin-gives-lots-of-deprecation-notices/">PHP 7 with phpmyadmin gives lots of Deprecation Notices</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>ERROR 1064 : Using “TYPE = InnoDB” in MySQL throws exception</title>
		<link>https://www.iodocs.com/error-using-type-innodb-mysql-throws-exception/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Thu, 22 Dec 2016 02:34:52 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[TYPE = InnoDB]]></category>
		<guid isPermaLink="false">https://iodocs.com/?p=578</guid>

					<description><![CDATA[<p>Error: Using “TYPE = InnoDB” in MySQL throws exception Use ENGINE=Innodb instead of TYPE=InnoDB . TYPE was removed in 5. Preparing... Importing reviews(1).sql... Finished executing script ERROR 1064 (42000) at line 31: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/error-using-type-innodb-mysql-throws-exception/">ERROR 1064 : Using “TYPE = InnoDB” in MySQL throws exception</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
		<item>
		<title>How to import an SQL file using the command line in MySQL?</title>
		<link>https://www.iodocs.com/import-sql-file-using-command-line-mysql/</link>
		
		<dc:creator><![CDATA[rck]]></dc:creator>
		<pubDate>Wed, 16 Nov 2016 01:39:45 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">http://iodocs.com/?p=349</guid>

					<description><![CDATA[<p>Try: mysql -u username -p database_name &#60; file.sql Note: It is better to use the full path of the SQL file file.sql. mysql Options mysql supports the following options, which can be specified on the command line or in the [mysql] and [client] groups of an option file. &#160; Format Description Introduced Deprecated &#8211;auto-rehash Enable [&#8230;]</p>
<p>The post <a href="https://www.iodocs.com/import-sql-file-using-command-line-mysql/">How to import an SQL file using the command line in MySQL?</a> appeared first on <a href="https://www.iodocs.com">IODocs</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
