<?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>Anthor.Net &#187; MySQL</title>
	<atom:link href="http://www.anthor.net/blog/tag/mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.anthor.net</link>
	<description></description>
	<lastBuildDate>Mon, 05 Dec 2011 16:29:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Serveur Dédié Debian Etch 64bit chez OVH &#8211; Installation du serveur MySQL</title>
		<link>http://www.anthor.net/blog/gnulinux/serveur-dedie-debian-etch-64bit-chez-ovh-installation-du-serveur-mysql/</link>
		<comments>http://www.anthor.net/blog/gnulinux/serveur-dedie-debian-etch-64bit-chez-ovh-installation-du-serveur-mysql/#comments</comments>
		<pubDate>Sat, 18 Oct 2008 17:00:39 +0000</pubDate>
		<dc:creator>Anthor</dc:creator>
				<category><![CDATA[GNU/Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.anthor.net/?p=324</guid>
		<description><![CDATA[Rien de bien compliqué à cette étape ! Installation, sécurisation et localisation en UTF8, ça évitera notamment de futurs problèmes d&#8217;affichage avec phpmyadmin&#8230; L&#8217;installation : apt-get install mysql-server mysql-client libmysqlclient15-dev Une fois l&#8217;installation terminée la sécurisation est elle aussi des plus simple : mysql_secure_installation Répondez aux questions avec la réponse par défaut. Pensez à bien [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.anthor.net/wp-content/uploads/2008/10/Mysql.gif" alt="" title="" width="100" height="52" class="alignleft size-full wp-image-326" /><br />
Rien de bien compliqué à cette étape ! Installation, sécurisation et localisation en UTF8, ça évitera notamment de futurs problèmes d&#8217;affichage avec phpmyadmin&#8230;</p>
<p><span id="more-324"></span></p>
<p>L&#8217;installation :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> mysql-server mysql-client libmysqlclient15-dev</pre></div></div>

<p>Une fois l&#8217;installation terminée la sécurisation est elle aussi des plus simple :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">mysql_secure_installation</pre></div></div>

<p>Répondez aux questions avec la réponse par défaut. Pensez à bien noter votre mot de passe root, ce mot de passe est différent de l&#8217;utilisateur root, il ne sert qu&#8217;au serveur mySQL.</p>
<p>Pour que votre serveur tourne par défaut en utf8, éditer le fichier /etc/mysql/my.cnf :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>mysqld<span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #666666; font-style: italic;"># * Basic Settings</span>
<span style="color: #666666; font-style: italic;">#</span>
<span style="color: #007800;">collation_server</span>=utf8_general_ci
<span style="color: #007800;">character_set_server</span>=utf8
default-character-set=utf8
<span style="color: #007800;">init_connect</span>=<span style="color: #ff0000;">'SET collation_connection = utf8_general_ci'</span>
<span style="color: #007800;">init_connect</span>=<span style="color: #ff0000;">'SET NAMES utf8'</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">&#91;</span>mysql<span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #666666; font-style: italic;">#no-auto-rehash # faster start of mysql but no tab completition</span>
default-character-set=utf8</pre></div></div>

<p>En ajoutant ces deux lignes vous vous assurez de ne pas avoir de double conversion des caractères dans phpmyadmin, et d&#8217;avoir l&#8217;utf8 en encodage par défaut.</p>
<p>Dernière étape, redémarrer le service :</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>mysql restart</pre></div></div>

<p>Nous installerons phpmyadmin en temps voulu, après Apache et PHP.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthor.net/blog/gnulinux/serveur-dedie-debian-etch-64bit-chez-ovh-installation-du-serveur-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moteur d&#8217;animations dynamiques avec jQuery et MySQL</title>
		<link>http://www.anthor.net/blog/developpement/moteur-danimations-dynamiques-avec-jquery-et-mysql/</link>
		<comments>http://www.anthor.net/blog/developpement/moteur-danimations-dynamiques-avec-jquery-et-mysql/#comments</comments>
		<pubDate>Mon, 16 Jul 2007 13:45:54 +0000</pubDate>
		<dc:creator>Anthor</dc:creator>
				<category><![CDATA[Développement]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://www.anthor.net/?p=126</guid>
		<description><![CDATA[J&#8217;ai eu l&#8217;occasion de travailler sur une animation devant tourner au MEDPI 2007. N&#8217;ayant pas les connaissances nécessaires pour le faire en utilisant Flash et MySQL, je me suis penché sur un moteur d&#8217;animation en Javascript. J&#8217;utilise jQuery, un back-office interne pour le traitement de la base de données, et le tout se recompose aléatoirement [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.anthor.net/wp-content/uploads/2007/07/www_mmcreation_com_demo_medpi2007.jpg" alt="" title="" width="175" height="107" class="alignleft size-full wp-image-129" /><br />
J&#8217;ai eu l&#8217;occasion de travailler sur une animation devant tourner au MEDPI 2007.<br />
N&#8217;ayant pas les connaissances nécessaires pour le faire en utilisant Flash et MySQL, je me suis penché sur un moteur d&#8217;animation en Javascript.</p>
<p>J&#8217;utilise jQuery, un back-office interne pour le traitement de la base de données, et le tout se recompose aléatoirement en suivant l&#8217;ordre des produits !<br />
3 modèles d&#8217;animations sont proposées.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.anthor.net/blog/developpement/moteur-danimations-dynamiques-avec-jquery-et-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

