<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Resettare_la_password_di_Mysql</id>
	<title>Resettare la password di Mysql - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://kb.rvmgroup.it/index.php?action=history&amp;feed=atom&amp;title=Resettare_la_password_di_Mysql"/>
	<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Resettare_la_password_di_Mysql&amp;action=history"/>
	<updated>2026-06-19T22:34:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://kb.rvmgroup.it/index.php?title=Resettare_la_password_di_Mysql&amp;diff=6904&amp;oldid=prev</id>
		<title>Gabriele.vivinetto: New page: * Fermare mysql * Lanciarlo così  mysqld_safe --skip-grant-tables &amp;  * Collegarsi e impostare la password:  mysql -u root   use mysql;  update user set password=PASSWORD(&quot;NEW-ROOT-PASSWOR...</title>
		<link rel="alternate" type="text/html" href="https://kb.rvmgroup.it/index.php?title=Resettare_la_password_di_Mysql&amp;diff=6904&amp;oldid=prev"/>
		<updated>2010-05-27T16:47:55Z</updated>

		<summary type="html">&lt;p&gt;New page: * Fermare mysql * Lanciarlo così  mysqld_safe --skip-grant-tables &amp;amp;  * Collegarsi e impostare la password:  mysql -u root   use mysql;  update user set password=PASSWORD(&amp;quot;NEW-ROOT-PASSWOR...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* Fermare mysql&lt;br /&gt;
* Lanciarlo così&lt;br /&gt;
 mysqld_safe --skip-grant-tables &amp;amp;&lt;br /&gt;
&lt;br /&gt;
* Collegarsi e impostare la password:&lt;br /&gt;
 mysql -u root&lt;br /&gt;
&lt;br /&gt;
 use mysql;&lt;br /&gt;
 update user set password=PASSWORD(&amp;quot;NEW-ROOT-PASSWORD&amp;quot;) where User=&amp;#039;root&amp;#039;;&lt;br /&gt;
 flush privileges;&lt;br /&gt;
 quit&lt;br /&gt;
&lt;br /&gt;
* Fermarlo&lt;br /&gt;
&lt;br /&gt;
* http://www.cyberciti.biz/tips/recover-mysql-root-password.html&lt;/div&gt;</summary>
		<author><name>Gabriele.vivinetto</name></author>
	</entry>
</feed>