<?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/category/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutes.in</link>
	<description>Tutorials for all</description>
	<lastBuildDate>Wed, 28 Jul 2021 14:55:46 +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>Remove new duplicates from any sql table</title>
		<link>https://tutes.in/remove-new-duplicates-from-any-sql-table/</link>
					<comments>https://tutes.in/remove-new-duplicates-from-any-sql-table/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Wed, 28 Jul 2021 14:55:20 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2683</guid>

					<description><![CDATA[<p>If you want to remove older rows, use the following:</p>
The post <a href="https://tutes.in/remove-new-duplicates-from-any-sql-table/">Remove new duplicates from any sql table</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/remove-new-duplicates-from-any-sql-table/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to update customer password in Magento 2 database?</title>
		<link>https://tutes.in/how-to-update-customer-password-in-magento-2-database/</link>
					<comments>https://tutes.in/how-to-update-customer-password-in-magento-2-database/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Sat, 12 Jun 2021 05:48:29 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[magento2]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[reset]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2676</guid>

					<description><![CDATA[<p>Please note that if SPJ9WIp7 is the salt and User&#8217;s password is 7qLzX33ETxYE, the following will be your query: 7615 is the customer id</p>
The post <a href="https://tutes.in/how-to-update-customer-password-in-magento-2-database/">How to update customer password in Magento 2 database?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-update-customer-password-in-magento-2-database/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>Where are customizer settings stored in db for wordpress theme?</title>
		<link>https://tutes.in/where-are-customizer-settings-stored-in-db-for-wordpress-theme/</link>
					<comments>https://tutes.in/where-are-customizer-settings-stored-in-db-for-wordpress-theme/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Thu, 06 May 2021 18:37:03 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[child]]></category>
		<category><![CDATA[customizer]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2659</guid>

					<description><![CDATA[<p>How to clone customizer settings in child theme from parent theme? The customizer data is stored in table wp_options under option_name theme_mods_THEME-NAME you can view all such settings via the following query: In some cases, you just want to use parent theme&#8217;s settings in newly added child theme. If that is your case too, use [&#8230;]</p>
The post <a href="https://tutes.in/where-are-customizer-settings-stored-in-db-for-wordpress-theme/">Where are customizer settings stored in db for wordpress theme?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/where-are-customizer-settings-stored-in-db-for-wordpress-theme/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Fixing broken &#8220;screen options&#8221; in wordpress site</title>
		<link>https://tutes.in/fixing-broken-screen-options-in-wordpress-site/</link>
					<comments>https://tutes.in/fixing-broken-screen-options-in-wordpress-site/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Mon, 18 Jan 2021 17:32:44 +0000</pubDate>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2637</guid>

					<description><![CDATA[<p>So probably you chose &#8220;Number of items per page&#8221; as 1000 or 200 and now the page doesnt load anymore because your database ran out of memory. If that is the case, run the above query on phpmysql or any other way, edit the numbers and fixed!</p>
The post <a href="https://tutes.in/fixing-broken-screen-options-in-wordpress-site/">Fixing broken “screen options” in wordpress site</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/fixing-broken-screen-options-in-wordpress-site/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 disable products in Magento2 which dont have any gallery image?</title>
		<link>https://tutes.in/how-to-disable-products-in-magento2-which-dont-have-any-gallery-image/</link>
					<comments>https://tutes.in/how-to-disable-products-in-magento2-which-dont-have-any-gallery-image/#respond</comments>
		
		<dc:creator><![CDATA[Harshvardhan Malpani]]></dc:creator>
		<pubDate>Thu, 22 Aug 2019 21:25:23 +0000</pubDate>
				<category><![CDATA[Magento]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[hide products without images]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[magento 2x]]></category>
		<category><![CDATA[magento2]]></category>
		<category><![CDATA[sql]]></category>
		<guid isPermaLink="false">https://tutes.in/?p=2501</guid>

					<description><![CDATA[<p>It is SQL query Assumption: value=2 means disable and value=1 means enable attribute_id=96 means &#8220;status&#8221; attribute References: https://gist.github.com/tegansnyder/8464261#gistcomment-2910808 https://magento.stackexchange.com/a/83033/32283</p>
The post <a href="https://tutes.in/how-to-disable-products-in-magento2-which-dont-have-any-gallery-image/">How to disable products in Magento2 which dont have any gallery image?</a> first appeared on <a href="https://tutes.in">Tutes Club</a>.]]></description>
		
					<wfw:commentRss>https://tutes.in/how-to-disable-products-in-magento2-which-dont-have-any-gallery-image/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>
	</channel>
</rss>
