<?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>Webaaz &#187; MySQL</title> <atom:link href="http://www.webaaz.com/category/mysql/feed/" rel="self" type="application/rss+xml" /><link>http://www.webaaz.com</link> <description>Le développement web de A à Z</description> <lastBuildDate>Thu, 19 Jan 2012 11:40:08 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>MySQL GUI Tools</title><link>http://www.webaaz.com/2009/04/mysql-gui-tools/</link> <comments>http://www.webaaz.com/2009/04/mysql-gui-tools/#comments</comments> <pubDate>Fri, 24 Apr 2009 13:01:02 +0000</pubDate> <dc:creator>Martin</dc:creator> <category><![CDATA[Développement]]></category> <category><![CDATA[Libre]]></category> <category><![CDATA[Logiciels]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[Outils]]></category> <category><![CDATA[GUI]]></category> <category><![CDATA[Logiciel]]></category> <category><![CDATA[MySQL GUI Tools]]></category> <category><![CDATA[Tools]]></category> <guid
isPermaLink="false">http://www.webaaz.com/?p=43</guid> <description><![CDATA[Je vais vous présenter aujourd'hui une suite logicielle multi plateforme développée par MySQL AB pour administrer simplement vos bases MySQL.
<img
src="/images/dauphin.jpg" alt="Dauphin" /><br
/> <a
title="Photo de WIlly Volk depuis Flickr" href="http://www.flickr.com/photos/94802649@N00/1193134826">Photo de WIlly Volk depuis Flickr</a>]]></description> <content:encoded><![CDATA[<p>Je vais vous présenter aujourd&#8217;hui une suite logicielle multi plateforme développée par MySQL AB pour administrer simplement vos bases MySQL.</p><p><img
src="/images/dauphin.jpg" alt="Dauphin" /><br
/> <a
title="Photo de WIlly Volk depuis Flickr" href="http://www.flickr.com/photos/94802649@N00/1193134826">Photo de WIlly Volk depuis Flickr</a></p><h2>Présentation</h2><p>MySQL GUI Tools est actuellement en version 5.0 et regroupe les logiciels suivants :</p><ul><li>MySQL Administrator 1.2</li><li>MySQL Query Browser 1.2</li><li>MySQL Migration Toolkit 1.1</li></ul><p>Ces logiciels sont compatibles avec MySQL 5.1.</p><h2>Points forts</h2><ul><li>Licence MySQL AB (libre ou commerciale suivant l&#8217;utilisation)</li><li>Gratuit</li><li>Mutli plateforme (Windows, MacOS, Linux)</li><li>Environnement graphique intuitif</li></ul><h2>MySQL Administrator</h2><p>MySQL Administrator est un logiciel de gestion et d&#8217;administration pour les bases de données MySQL. La première version date de 2004.<br
/> Grâce a une interface graphique simple et ergonomique, vous pouvez gérer vos utilisateurs, vos objets SQL, et toutes les opérations relatives à la gestion d&#8217;une base de données MySQL, il suffit pour cela d&#8217;être connecté à la base.<br
/> Mais cet outil vous apporte aussi la possibilité de visualiser en temps réel la charge du serveur, l&#8217;occupation de la mémoire, les connexions, les requêtes, les logs ou l&#8217;espace disque utilisé. Il permet aussi de sauvegarder votre base sous forme de dump ou de les restaurer</p><h2>MySQL Query Browser</h2><p>MySQL Query Browser est un outil de requêtage. Il permet notamment de faire toutes les opération <a
title="Voir la définition de CRUD sur Wikipédia" href="http://fr.wikipedia.org/wiki/CRUD"><abbr
title="Create Read Update Delete">CRUD</abbr></a>, mais aussi faire des requêtes plus ou moins complexes et de les comparer ou les analyser pour les améliorer.<br
/> L&#8217;outil idéal pour visualiser votre base de données ou pour passer des scripts de maintenance.</p><p>A noter : L&#8217;outil garde un historique très utile des requêtes passées</p><h2>MySQL Migration Toolkit</h2><p>Si vous ne travaillez pas encore avec une base MySQL, cet outil vous sera d&#8217;une grande utilité et dans ce cas, je vous invite à voir la <a
title="Voir la page de MySQL sur les migrations" href="http://www.mysql.fr/why-mysql/migration/">page de MySQL sur les migrations</a>. En effet MySQL Migration Toolkit est un outil de migration de vos bases compatibles avec la norme SQL et avec ACID vers MySQL. Sinon, cet outil ne vous sera vraiment pas indispensable !</p><h2>Comment l&#8217;installer</h2><p>Toutes les versions pour le différentes plateformes ainsi que les sources sont disponibles sur le site de MySQL :</p><ul><li><a
title="Aller sur le site de MySQL pour installer MySQL GUI Tools" href="http://dev.mysql.com/downloads/gui-tools/5.0.html">Installer MySQL GUI Tools</a></li></ul><p>A noter : Pour Ubuntu les packages existent sur le dépôts.</p><h2>Conclusion</h2><p>C&#8217;est une suite logicielle indispensable, bien plus pratique à utiliser que PHPmyAdmin si vous avez la possibilité d&#8217;installer un client lourd sur votre ordinateur. Si vous êtes en situation de nomadisme, PHPMyAdmin reste bien évidemment un outil très pratique.<br
/> Son gros avantage est son coté multi-plateforme qui vous permettra de l&#8217;utiliser sur n&#8217;importe quel poste de travail, ainsi vous n&#8217;avez qu&#8217;un seul outil à connaitre quel que soit votre environnement de développement.<br
/> Sa gratuité est bien sur encore un point essentiel.<br
/><h2>Sur le même thème</h2><ul
class="similar-posts"><li><a
href="http://www.webaaz.com/2009/07/les-plugins-firefox-foxyproxy/" rel="bookmark" title="15 juillet 2009">Les plugins Firefox : FoxyProxy</a></li><li><a
href="http://www.webaaz.com/2009/10/bien-utiliser-zend-framework/" rel="bookmark" title="26 octobre 2009">Bien utiliser Zend Framework</a></li><li><a
href="http://www.webaaz.com/2010/02/les-plugins-firefox-xrefresh/" rel="bookmark" title="18 février 2010">Les plugins Firefox : XRefresh</a></li><li><a
href="http://www.webaaz.com/2009/11/comment-apprendre-le-developpement-web/" rel="bookmark" title="11 novembre 2009">Comment apprendre le développement web ?</a></li><li><a
href="http://www.webaaz.com/2009/06/navigateur-web-standard-firefox/" rel="bookmark" title="20 juin 2009">Navigateur Web standard : Firefox</a></li></ul><p></p><div
class="shr-bookmarks shr-bookmarks-expand shr-bookmarks-center shr-bookmarks-bg-enjoy"><ul
class="socials"><li
class="shr-twitter"> <a
href="http://www.shareaholic.com/api/share/?title=MySQL+GUI+Tools&amp;link=http://www.webaaz.com/2009/04/mysql-gui-tools/&amp;notes=Je%20vais%20vous%20pr%C3%A9senter%20aujourd%27hui%20une%20suite%20logicielle%20multi%20plateforme%20d%C3%A9velopp%C3%A9e%20par%20MySQL%20AB%20pour%20administrer%20simplement%20vos%20bases%20MySQL.%0D%0A%0D%0A%0D%0APhoto%20de%20WIlly%20Volk%20depuis%20Flickr&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=%2524%257Btitle%257D%2B-%2B%2524%257Bshort_link%257D&amp;service=7&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Tweet This!">Tweet This!</a></li><li
class="shr-identica"> <a
href="http://www.shareaholic.com/api/share/?title=TITLE&amp;link=PERMALINK&amp;notes=Je%20vais%20vous%20pr%C3%A9senter%20aujourd%27hui%20une%20suite%20logicielle%20multi%20plateforme%20d%C3%A9velopp%C3%A9e%20par%20MySQL%20AB%20pour%20administrer%20simplement%20vos%20bases%20MySQL.%0D%0A%0D%0A%0D%0APhoto%20de%20WIlly%20Volk%20depuis%20Flickr&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=205&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Post this to Identica">Post this to Identica</a></li><li
class="shr-mail"> <a
href="http://www.shareaholic.com/api/share/?title=MySQL%20GUI%20Tools&amp;link=http://www.webaaz.com/2009/04/mysql-gui-tools/&amp;notes=Je%20vais%20vous%20pr%C3%A9senter%20aujourd%27hui%20une%20suite%20logicielle%20multi%20plateforme%20d%C3%A9velopp%C3%A9e%20par%20MySQL%20AB%20pour%20administrer%20simplement%20vos%20bases%20MySQL.%0D%0A%0D%0A%0D%0APhoto%20de%20WIlly%20Volk%20depuis%20Flickr&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=201&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this to a friend?">Email this to a friend?</a></li><li
class="shr-gmail"> <a
href="http://www.shareaholic.com/api/share/?title=MySQL+GUI+Tools&amp;link=http://www.webaaz.com/2009/04/mysql-gui-tools/&amp;notes=Je%20vais%20vous%20pr%C3%A9senter%20aujourd%27hui%20une%20suite%20logicielle%20multi%20plateforme%20d%C3%A9velopp%C3%A9e%20par%20MySQL%20AB%20pour%20administrer%20simplement%20vos%20bases%20MySQL.%0D%0A%0D%0A%0D%0APhoto%20de%20WIlly%20Volk%20depuis%20Flickr&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=52&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Email this via Gmail">Email this via Gmail</a></li><li
class="shr-viadeo"> <a
href="http://www.shareaholic.com/api/share/?title=MySQL+GUI+Tools&amp;link=http://www.webaaz.com/2009/04/mysql-gui-tools/&amp;notes=Je%20vais%20vous%20pr%C3%A9senter%20aujourd%27hui%20une%20suite%20logicielle%20multi%20plateforme%20d%C3%A9velopp%C3%A9e%20par%20MySQL%20AB%20pour%20administrer%20simplement%20vos%20bases%20MySQL.%0D%0A%0D%0A%0D%0APhoto%20de%20WIlly%20Volk%20depuis%20Flickr&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=92&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Share this on Viadeo">Share this on Viadeo</a></li><li
class="shr-googlereader"> <a
href="http://www.shareaholic.com/api/share/?title=MySQL+GUI+Tools&amp;link=http://www.webaaz.com/2009/04/mysql-gui-tools/&amp;notes=Je%20vais%20vous%20pr%C3%A9senter%20aujourd%27hui%20une%20suite%20logicielle%20multi%20plateforme%20d%C3%A9velopp%C3%A9e%20par%20MySQL%20AB%20pour%20administrer%20simplement%20vos%20bases%20MySQL.%0D%0A%0D%0A%0D%0APhoto%20de%20WIlly%20Volk%20depuis%20Flickr&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=207&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Add this to Google Reader">Add this to Google Reader</a></li><li
class="shr-netvibes"> <a
href="http://www.shareaholic.com/api/share/?title=MySQL+GUI+Tools&amp;link=http://www.webaaz.com/2009/04/mysql-gui-tools/&amp;notes=Je%20vais%20vous%20pr%C3%A9senter%20aujourd%27hui%20une%20suite%20logicielle%20multi%20plateforme%20d%C3%A9velopp%C3%A9e%20par%20MySQL%20AB%20pour%20administrer%20simplement%20vos%20bases%20MySQL.%0D%0A%0D%0A%0D%0APhoto%20de%20WIlly%20Volk%20depuis%20Flickr&amp;short_link=&amp;shortener=none&amp;shortener_key=&amp;v=1&amp;apitype=1&amp;apikey=8afa39428933be41f8afdb8ea21a495c&amp;source=Shareaholic&amp;template=&amp;service=195&amp;tags=&amp;ctype=" rel="nofollow" class="external" title="Submit this to Netvibes">Submit this to Netvibes</a></li></ul><div
style="clear: both;"></div></div> ]]></content:encoded> <wfw:commentRss>http://www.webaaz.com/2009/04/mysql-gui-tools/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
