<?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 | Tutes Club</title>
	<atom:link href="https://tutes.in/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Fri, 08 Sep 2023 13:37:22 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>How to speed up slow Magento indexer process? Maria DB 10.4</title>
		<link>https://tutes.in/how-to-speed-up-slow-magento-indexer-process-maria-db-10-4/</link>
					<comments>https://tutes.in/how-to-speed-up-slow-magento-indexer-process-maria-db-10-4/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Fri, 08 Sep 2023 13:37:21 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[indexer]]></category>
		<category><![CDATA[mariadb]]></category>
		<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2757</guid>

					<description><![CDATA[<p>Category Products index taking too much time? bin/magento index:reset bin/magento index:reindex Stuck at category products index &#8230; Here is the solution if you are using MariaDB 10.4 You need to update options/parameters for your db. If using RDS, edit &#8220;DB instance parameter group&#8221; that you are using and update these 2 values: After these changes, [&#8230;]</p>
The post <a href="https://tutes.in/how-to-speed-up-slow-magento-indexer-process-maria-db-10-4/">How to speed up slow Magento indexer process? Maria DB 10.4</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-speed-up-slow-magento-indexer-process-maria-db-10-4/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to export multiple selected tables in PMA phpmyadmin (but not all tables)</title>
		<link>https://tutes.in/how-to-export-multiple-selected-tables-in-pma-phpmyadmin-but-not-all-tables/</link>
					<comments>https://tutes.in/how-to-export-multiple-selected-tables-in-pma-phpmyadmin-but-not-all-tables/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 25 May 2021 07:55:37 +0000</pubDate>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[pma]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2670</guid>

					<description><![CDATA[<p>Click on export, and choose &#8220;custom&#8221; export method. Lets say you want to export first 20 tables only. Open chrome or browser console [ctrl+shift+j], enter the following: For next 20, use 20,50 as arguments in slice function used above.</p>
The post <a href="https://tutes.in/how-to-export-multiple-selected-tables-in-pma-phpmyadmin-but-not-all-tables/">How to export multiple selected tables in PMA phpmyadmin (but not all tables)</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-export-multiple-selected-tables-in-pma-phpmyadmin-but-not-all-tables/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to solve MySQL server gone away error Maria Db update on cPanel and WHM?</title>
		<link>https://tutes.in/how-to-solve-mysql-server-gone-away-error-maria-db-update-on-cpanel-and-whm/</link>
					<comments>https://tutes.in/how-to-solve-mysql-server-gone-away-error-maria-db-update-on-cpanel-and-whm/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Wed, 06 Nov 2019 18:44:15 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Error 2006]]></category>
		<category><![CDATA[Error 2013]]></category>
		<category><![CDATA[MySQL server has gone away]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2546</guid>

					<description><![CDATA[<p>This is related to new MariaDb upgrade from 10.1.41 to 10.1.42 and also for servers which were updated from 10.2.27 to 10.2.28 Go to solution ( Special Thanks to @Valetia ) You will see errors in following formats/messages: No file or input found MySQL Server has gone away Connection to MySQL Server failed sqlstate[hy000]: general [&#8230;]</p>
The post <a href="https://tutes.in/how-to-solve-mysql-server-gone-away-error-maria-db-update-on-cpanel-and-whm/">How to solve MySQL server gone away error Maria Db update on cPanel and WHM?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-solve-mysql-server-gone-away-error-maria-db-update-on-cpanel-and-whm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to change attribute dropdown type to multi-select in Magento 2?</title>
		<link>https://tutes.in/how-to-change-attribute-dropdown-type-to-multi-select-in-magento-2/</link>
					<comments>https://tutes.in/how-to-change-attribute-dropdown-type-to-multi-select-in-magento-2/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Thu, 29 Aug 2019 01:32:22 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[eav_attribute]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[magento2]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2506</guid>

					<description><![CDATA[<p>Short Answer: Not possible via Magento2 Admin Backend. Solution: You need to update eav_attribute table and edit information about backend_source, frontend_input etc. Simple query for that is: Replace&#160;YOUR_ATTRIBUTE_ID_INTEGER&#160;with your&#160;attribute_id&#160;like&#160;355 Reference: https://stackoverflow.com/a/57701845/2229148</p>
The post <a href="https://tutes.in/how-to-change-attribute-dropdown-type-to-multi-select-in-magento-2/">How to change attribute dropdown type to multi-select in Magento 2?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-change-attribute-dropdown-type-to-multi-select-in-magento-2/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to wipe all the tables and data in MySQL? Clean whole database</title>
		<link>https://tutes.in/how-to-wipe-all-the-tables-and-data-in-mysql-clean-whole-database/</link>
					<comments>https://tutes.in/how-to-wipe-all-the-tables-and-data-in-mysql-clean-whole-database/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sat, 03 Aug 2019 18:10:33 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[remove tables]]></category>
		<category><![CDATA[truncate]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2493</guid>

					<description><![CDATA[<p>Will not work via phpmyadmin or any script. this has to be run in cmd/terminal Quick Command Source: https://gist.github.com/harshvardhanmalpani/e670a8de7aa81673364dd48f125cb9ac</p>
The post <a href="https://tutes.in/how-to-wipe-all-the-tables-and-data-in-mysql-clean-whole-database/">How to wipe all the tables and data in MySQL? Clean whole database</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-wipe-all-the-tables-and-data-in-mysql-clean-whole-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to reverse the ids in a mysql table column without breaking primary key constraint?</title>
		<link>https://tutes.in/how-to-reverse-the-ids-in-a-mysql-table-column-without-breaking-primary-key-constraint/</link>
					<comments>https://tutes.in/how-to-reverse-the-ids-in-a-mysql-table-column-without-breaking-primary-key-constraint/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sat, 01 Jun 2019 20:13:25 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[primary key]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2454</guid>

					<description><![CDATA[<p>Let me explain the problem scenario: Let us assume we have a table with 4 columns in it out of which 1 is PRIMARY column and rest 3 contain some data. What we want to do is to reverse the primary key IDs for that data keeping the rest of data intact. It is like [&#8230;]</p>
The post <a href="https://tutes.in/how-to-reverse-the-ids-in-a-mysql-table-column-without-breaking-primary-key-constraint/">How to reverse the ids in a mysql table column without breaking primary key constraint?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-reverse-the-ids-in-a-mysql-table-column-without-breaking-primary-key-constraint/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Some of the most important SQL commands.</title>
		<link>https://tutes.in/some-of-the-most-important-sql-commands/</link>
					<comments>https://tutes.in/some-of-the-most-important-sql-commands/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Thu, 24 Jan 2019 10:47:53 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[basic sql commands.]]></category>
		<category><![CDATA[RDBM]]></category>
		<category><![CDATA[relational database]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[sql commands]]></category>
		<category><![CDATA[sql commands cheatsheet]]></category>
		<category><![CDATA[sql syntax]]></category>
		<category><![CDATA[types of sql commands]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=2225</guid>

					<description><![CDATA[<p>SQL, Structured Query Language, is a programming language designed to manage data stored in relational databases. SQL operates through simple, declarative statements. This keeps data accurate and secure, and it helps maintain the integrity of databases, regardless of size. Most of the actions you need to perform on a database are done with SQL statements. SQL commands are [&#8230;]</p>
The post <a href="https://tutes.in/some-of-the-most-important-sql-commands/">Some of the most important SQL commands.</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/some-of-the-most-important-sql-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Creating a table in PhpMyAdmin Xampp server.</title>
		<link>https://tutes.in/creating-a-table-in-phpmyadmin-xampp-server/</link>
					<comments>https://tutes.in/creating-a-table-in-phpmyadmin-xampp-server/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Wed, 16 Jan 2019 05:12:30 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[database table]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[xampp]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=2153</guid>

					<description><![CDATA[<p>Hello People. In this post we will discuss that how you can create a table in phpmyadmin xampp server for your php project. Before creating a table first you must create a database, because without database you can not create a table. steps to create a table in phpmyadmin. Start your Xampp server and open [&#8230;]</p>
The post <a href="https://tutes.in/creating-a-table-in-phpmyadmin-xampp-server/">Creating a table in PhpMyAdmin Xampp server.</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/creating-a-table-in-phpmyadmin-xampp-server/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Connection timeout with MySQL database.</title>
		<link>https://tutes.in/mysql-timeout/</link>
					<comments>https://tutes.in/mysql-timeout/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 08 Jan 2019 07:27:09 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysql reconnect]]></category>
		<category><![CDATA[mysql timeout]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=2131</guid>

					<description><![CDATA[<p>MySQL disconnects automatically after some time. If you experience MySQL timeouts, it could be due to heavy&#160;or&#160;very&#160;long&#160;MySQL&#160;queries. You can try using mysql_reconnect command before every query, and it should be fine. MySQL server timeout can occur for many reasons but most commonly it is caused by either an application bug, a network timeout issue, or [&#8230;]</p>
The post <a href="https://tutes.in/mysql-timeout/">Connection timeout with MySQL database.</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/mysql-timeout/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to repair a MySQL database?</title>
		<link>https://tutes.in/how-to-repair-a-mysql-database/</link>
					<comments>https://tutes.in/how-to-repair-a-mysql-database/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Tue, 30 Oct 2018 08:20:31 +0000</pubDate>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://tutes.club/?p=1867</guid>

					<description><![CDATA[<p>Hello! Good to see you. This is going to be a very important article because we are about to discuss  &#8220;How to repair a MySQL database?&#8221; Why repair MySQL Database? Databases can become corrupted for any number of reasons, from software defects to hardware issues. If this occurs, you can try to repair the database. [&#8230;]</p>
The post <a href="https://tutes.in/how-to-repair-a-mysql-database/">How to repair a MySQL database?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-repair-a-mysql-database/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
