<?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>Nicolas Bouliane &#124; Programmeur web Django, Java et PHP à Montréal &#187; wampserver</title>
	<atom:link href="http://nicolasbouliane.com/blog/tag/wampserver/feed" rel="self" type="application/rss+xml" />
	<link>http://nicolasbouliane.com</link>
	<description>Je suis un développeur d&#039;applications web Django, PHP et Spring MVC à la recherche d&#039;un emploi.</description>
	<lastBuildDate>Sun, 21 Oct 2012 15:29:18 +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>Réglez l&#8217;erreur #1046 dans phpMyAdmin</title>
		<link>http://nicolasbouliane.com/blog/reglez-lerreur-1046-dans-phpmyadmin</link>
		<comments>http://nicolasbouliane.com/blog/reglez-lerreur-1046-dans-phpmyadmin#comments</comments>
		<pubDate>Fri, 05 Nov 2010 05:59:07 +0000</pubDate>
		<dc:creator>Nicolas Bouliane</dc:creator>
				<category><![CDATA[Design et développement web]]></category>
		<category><![CDATA[Trucs et tutoriels]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[wampserver]]></category>
		<category><![CDATA[web design]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[xamp]]></category>

		<guid isPermaLink="false">http://blog.nicolasbouliane.com/?p=1944</guid>
		<description><![CDATA[L'erreur "#1046: No database selected" qui se produit lors de l'importation d'une base de données dans phpMyAdmin est facile à régler. Voici la solution facile à un problème commun chez les nouveaux utilisateurs de WampServer et de XAMP.]]></description>
			<content:encoded><![CDATA[<p>Voici la solution simple à l&#8217;erreur &laquo;&nbsp;#1046: No database selected&nbsp;&raquo; pendant une importation dans phpMyAdmin</p>
<h2>Solution #1: Avant l&#8217;importation</h2>
<p>Dans phpMyAdmin, cliquez sur l&#8217;onglet <em>Export</em> depuis l&#8217;accueil et non quand vous êtes dans la base de données à exporter. Le programme s&#8217;assure ainsi de créer la base de données et de la sélectionner avant d&#8217;y ajouter les tables. Cette solution ne s&#8217;applique pas aux hébergeurs partagés puisqu&#8217;ils restreignent les noms possibles pour vos bases de données.</p>
<h2>Solution #2: L&#8217;alternative</h2>
<ol>
<li>Créez la base de données sur le serveur cible et notez le nom</li>
<li>Ouvrez votre fichier .sql avec un éditeur de texte.</li>
<li>Insérez la ligne suivante juste avant le premier CREATE TABLE dans le fichier .sql:
<pre>USE votrebasededonnees;</pre>
</li>
<li>Enregistrez votre fichier. Il est désormais prêt à importer sur le nouveau serveur.</li>
</ol>
<p><a rel="nofollow" href="http://w3schools.invisionzone.com/index.php?showtopic=27823">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nicolasbouliane.com/blog/reglez-lerreur-1046-dans-phpmyadmin/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing the &#171;&#160;#1046: No database selected&#160;&#187; error</title>
		<link>http://nicolasbouliane.com/blog/importing-sql-databases-from-wampserver-1046-no-database-selected-fix</link>
		<comments>http://nicolasbouliane.com/blog/importing-sql-databases-from-wampserver-1046-no-database-selected-fix#comments</comments>
		<pubDate>Sat, 10 Apr 2010 18:33:58 +0000</pubDate>
		<dc:creator>Nicolas Bouliane</dc:creator>
				<category><![CDATA[Design et développement web]]></category>
		<category><![CDATA[Technologie]]></category>
		<category><![CDATA[Trucs et tutoriels]]></category>
		<category><![CDATA[1046]]></category>
		<category><![CDATA[export]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[solution]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[wampserver]]></category>
		<category><![CDATA[xampp]]></category>

		<guid isPermaLink="false">http://blog.nicolasbouliane.com/?p=1312</guid>
		<description><![CDATA[Here is the simple, quick fix to the &#171;&#160;#1046: No database selected&#160;&#187; error when importing a .sql file from a Wamp installation in phpMyAdmin. Fix: In phpMyAdmin, click the Export tab situated under Home instead of the one when you are viewing the database to export. This will allow you to export entire databases and [...]]]></description>
			<content:encoded><![CDATA[<p>Here is the simple, quick fix to the &laquo;&nbsp;#1046: No database selected&nbsp;&raquo; error when importing a .sql file from a Wamp installation in phpMyAdmin.</p>
<h3>Fix:</h3>
<p>In phpMyAdmin, click the Export tab situated under Home instead of the one when you are viewing the database to export. This will allow you to export entire databases and not only the tables contained in it. This might not work for users of hosting sites such as Hostmonster or Hostgator, since they pick the database names for you.</p>
<h3>Alternative fix:</h3>
<ol>
<li>Create the database on your server and note down the name.</li>
<li>Open your .sql file with a text editor. You might want to use <a rel="nofollow" href="http://notepad-plus.sourceforge.net/es/site.htm">something other than Notepad</a> since it doesn&#8217;t recognize the line breaks.</li>
<li>Insert the following line before your first CREATE TABLE command in your .sql file:
<pre>USE yourdatabasename;</pre>
<p>Be careful to write in the right database name. Hostmonster users, for example, will have their username in front of their database name. Therefore, the <em>products</em> database is in fact named <em>username_products</em>.</li>
<li>Save your .sql file and import it using the import tab in phpMyAdmin.</li>
</ol>
<p><a rel="nofollow" href="http://w3schools.invisionzone.com/index.php?showtopic=27823">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://nicolasbouliane.com/blog/importing-sql-databases-from-wampserver-1046-no-database-selected-fix/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
