<?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>www.cividini.org &#187; server mysql</title>
	<atom:link href="http://www.cividini.org/blog/tag/server-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cividini.org/blog</link>
	<description></description>
	<lastBuildDate>Sat, 17 Mar 2012 10:06:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>reimpostare la password di root di mysql</title>
		<link>http://www.cividini.org/blog/2011/11/30/reimpostare-la-password-di-root-di-mysql/</link>
		<comments>http://www.cividini.org/blog/2011/11/30/reimpostare-la-password-di-root-di-mysql/#comments</comments>
		<pubDate>Wed, 30 Nov 2011 13:52:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[root]]></category>
		<category><![CDATA[server mysql]]></category>

		<guid isPermaLink="false">http://www.cividini.org/blog/?p=561</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
per reimpostare la password dell&#8217;utente root di mysql installato su una distribuzione linux bisogna seguire questi passaggi: service mysql stop (su redhat, centos o fedora) mysqld_safe --skip-grant-tables &#38; mysql -uroot mysql UPDATE user SET password=PASSWORD("abcd") WHERE user="root"; FLUSH PRIVILEGES; mysql -uroot -pabcd mysql &#160; &#160; fonte : http://lists.mysql.com/mysql/171366]]></description>
		<wfw:commentRss>http://www.cividini.org/blog/2011/11/30/reimpostare-la-password-di-root-di-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL : Dump, restore, password root e creazione utenti da shell</title>
		<link>http://www.cividini.org/blog/2008/07/24/mysql-dump-restore-password-root-e-creazione-utenti-da-shell/</link>
		<comments>http://www.cividini.org/blog/2008/07/24/mysql-dump-restore-password-root-e-creazione-utenti-da-shell/#comments</comments>
		<pubDate>Thu, 24 Jul 2008 08:46:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[amministrazione]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Dump]]></category>
		<category><![CDATA[dumpdb]]></category>
		<category><![CDATA[mysqladmin]]></category>
		<category><![CDATA[nomedb]]></category>
		<category><![CDATA[server mysql]]></category>
		<category><![CDATA[update]]></category>
		<category><![CDATA[utenti]]></category>

		<guid isPermaLink="false">http://linux.cividini.org/blog/?p=66</guid>
		<description><![CDATA[<style type="text/css">
#leftcontainerBox {
float:left;
position: fixed;
top: 60%;
left: 70px;
}

#leftcontainerBox .buttons {
float:left;
clear:both;
margin:4px 4px 4px 4px;

padding-bottom:2px;
}


#bottomcontainerBox {
height: 30px;
width:50%;
padding-top:1px;
}

#bottomcontainerBox .buttons {
float:left;
height: 30px;
margin:4px 4px 4px 4px;
}

</style>
Dump e restore Eseguiamo il dump : mysqldump nomedb -u nomeutente -p > dumpdb.sql Ora, dopo aver fornito la password di &#8220;nomeutente&#8221; mi viene creato un bel file con le istruzione per ricreare e ripopolare il database in puro e semplice formato SQL. Portiamoci il file &#8220;dump.sql&#8221; dove ci pare e ricreiamo il DB mysql [...]]]></description>
		<wfw:commentRss>http://www.cividini.org/blog/2008/07/24/mysql-dump-restore-password-root-e-creazione-utenti-da-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.cividini.org @ 2012-05-22 18:10:19 -->
