<?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>Zago Dev &#187; MySql</title>
	<atom:link href="http://www.zago-dev.net/category/appunti/database/mysql/feed" rel="self" type="application/rss+xml" />
	<link>http://www.zago-dev.net</link>
	<description>Appunti</description>
	<lastBuildDate>Sun, 11 Oct 2009 07:18:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Riparazione ed ottimizzazione di tutti i database del server mysql</title>
		<link>http://www.zago-dev.net/appunti/database/mysql/riparazione-ed-ottimizzazione-di-tutti-i-database-del-server-mysql.html</link>
		<comments>http://www.zago-dev.net/appunti/database/mysql/riparazione-ed-ottimizzazione-di-tutti-i-database-del-server-mysql.html#comments</comments>
		<pubDate>Wed, 21 Jan 2009 11:56:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySql]]></category>

		<guid isPermaLink="false">http://www.zago-dev.net/appunti/database/mysql/riparazione-ed-ottimizzazione-di-tutti-i-database-del-server-mysql.html</guid>
		<description><![CDATA[Utilizzare il seguente comando per ottimizzare tutti i database mysql di un server:
mysqlcheck -uusername -ppassword --verbose --check
--auto-repair --optimize --all-databases
Un ottima idea sarebbe poi quella di eseguire questo comando automaticamente ogni notte tramite crontab
]]></description>
		<wfw:commentRss>http://www.zago-dev.net/appunti/database/mysql/riparazione-ed-ottimizzazione-di-tutti-i-database-del-server-mysql.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installare mysql e creare un nuovo database su Ubuntu</title>
		<link>http://www.zago-dev.net/appunti/database/mysql/installare-mysql-e-creare-un-nuovo-database-su-ubuntu.html</link>
		<comments>http://www.zago-dev.net/appunti/database/mysql/installare-mysql-e-creare-un-nuovo-database-su-ubuntu.html#comments</comments>
		<pubDate>Tue, 15 Jul 2008 07:26:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySql]]></category>

		<guid isPermaLink="false">http://www.zago-dev.net/appunti/database/mysql/installare-mysql-e-creare-un-nuovo-database-su-ubuntu.html</guid>
		<description><![CDATA[Prima di tutto bisogna installare mysql server, e per fare ciò bastera digitare la segente riga di comando seguita dalla propria password
sudo apt-get install mysql-server
Durante l&#8217;installazione verrà chiesto di specificare una password per l&#8217;utente di root di mysql, tramite questa password potremo collegarci al database e creare utenti e databases.
Finita l&#8217;installazione connettiamoci al database mysql [...]]]></description>
		<wfw:commentRss>http://www.zago-dev.net/appunti/database/mysql/installare-mysql-e-creare-un-nuovo-database-su-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Effettuare il ripristino di un database mysql da un precedente backup</title>
		<link>http://www.zago-dev.net/appunti/database/mysql/effettuare-il-ripristino-di-un-database-mysql-da-un-precedente-backup.html</link>
		<comments>http://www.zago-dev.net/appunti/database/mysql/effettuare-il-ripristino-di-un-database-mysql-da-un-precedente-backup.html#comments</comments>
		<pubDate>Wed, 20 Sep 2006 20:02:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySql]]></category>

		<guid isPermaLink="false">http://www.zago-dev.net/wp/?p=7</guid>
		<description><![CDATA[Utilizzare il seguente comando per ripristinare un database mysql da un precedente backup salvato, nel nostro esempio, con il nome di dbname_backup.sql:
mysql -u username -p dbname &#60; dbname_backup.sql 
]]></description>
		<wfw:commentRss>http://www.zago-dev.net/appunti/database/mysql/effettuare-il-ripristino-di-un-database-mysql-da-un-precedente-backup.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eseguire il backup di un database mysql tramite mysqldump</title>
		<link>http://www.zago-dev.net/appunti/database/mysql/eseguire-il-backup-di-un-database-mysql-tramite-mysqldump.html</link>
		<comments>http://www.zago-dev.net/appunti/database/mysql/eseguire-il-backup-di-un-database-mysql-tramite-mysqldump.html#comments</comments>
		<pubDate>Tue, 25 Apr 2006 15:47:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[MySql]]></category>

		<guid isPermaLink="false">http://www.zago-dev.net/wp/?p=8</guid>
		<description><![CDATA[Utilizzare il seguente comando per fare il backup di un database mysql:
mysqldump -u username -p db_name &#62; dbname_backup.sql
Avremo poi il backup dell&#8217;intero database salvato nel file dbname_backup.sql
]]></description>
		<wfw:commentRss>http://www.zago-dev.net/appunti/database/mysql/eseguire-il-backup-di-un-database-mysql-tramite-mysqldump.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
