<?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; mysql</title>
	<atom:link href="http://www.cividini.org/blog/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cividini.org/blog</link>
	<description></description>
	<lastBuildDate>Wed, 18 Jan 2012 10:54:04 +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>permettere la connessione al server mysql da più host</title>
		<link>http://www.cividini.org/blog/2011/05/25/permettere-la-connessione-al-server-mysql-da-piu-host/</link>
		<comments>http://www.cividini.org/blog/2011/05/25/permettere-la-connessione-al-server-mysql-da-piu-host/#comments</comments>
		<pubDate>Wed, 25 May 2011 18:06:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[netbook]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[configurazione]]></category>
		<category><![CDATA[grant]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[permessi]]></category>
		<category><![CDATA[utenti]]></category>

		<guid isPermaLink="false">http://www.cividini.org/blog/?p=508</guid>
		<description><![CDATA[permettere la connessione al server mysql da più host]]></description>
		<wfw:commentRss>http://www.cividini.org/blog/2011/05/25/permettere-la-connessione-al-server-mysql-da-piu-host/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>installazione di LAMP</title>
		<link>http://www.cividini.org/blog/2008/07/07/installazione-di-lamp/</link>
		<comments>http://www.cividini.org/blog/2008/07/07/installazione-di-lamp/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 10:33:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[lamp]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.cividini.org/blog/?p=14</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>
In questa guida vi mostro come installare un sistema LAMP. LAMP sta per Linux, Apache, MySQL, PHP. La guida intende aiutare che ha una conoscenza molto limitata nell&#8217;uso di Linux. Installare Apache Per partire installeremo Apache. Aprire il terminale (Applicazioni > Accessori > Terminale). Copia/Incollate la seguente riga di codice nel terminale e premete Invio [...]]]></description>
		<wfw:commentRss>http://www.cividini.org/blog/2008/07/07/installazione-di-lamp/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-02-08 02:59:44 -->
