Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
Coupe WPB
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

Comment installer WordPress sur un ordinateur Windows (2 méthodes)

Après des années de création de sites WordPress, nous avons appris à quel point il est important d’avoir une installation locale de WordPress sur votre ordinateur.

Avoir WordPress sur votre machine personnelle vous permet d’expérimenter de nouvelles fonctionnalités sans risquer votre site en direct, de plonger profondément dans le développement de WordPress, et même de construire des sites entiers avant qu’ils ne soient mis en direct. C’est comme si vous aviez un bac à sable privé pour tous vos projets WordPress.

Si vous êtes un utilisateur de Windows, il existe de nombreuses façons d’installer WordPress localement. Mais nous avons réduit la liste aux deux méthodes les plus simples. Dans ce guide, nous vous montrerons comment installer facilement WordPress sur un ordinateur Windows, quelle que soit la version que vous utilisez.

How to Install WordPress on a Windows computer

Pourquoi installer WordPress sous Windows ?

Si vous utilisez Windows, l’installation locale de WordPress sur votre ordinateur présente plusieurs avantages.

Une installation locale de WordPress crée un environnement de test qui n’affecte pas votre site direct. Cette installation, souvent appelée serveur local, est votre terrain de jeu personnel pour WordPress.

Les développeurs WordPress utilisent régulièrement des installations locales pour leur travail. Par exemple, ils peuvent s’en servir pour expérimenter de nouvelles extensions ou de nouveaux thèmes, ou pour tester le site avant la mise à jour vers l’éditeur de blocs Gutenberg.

Mais ce n’est pas seulement pour les professionnels. Si vous êtes nouveau sur WordPress, une installation locale est parfaite pour apprendre. Vous pouvez explorer les fonctionnalités, tester les thèmes et les extensions, et expérimenter librement sans craindre de casser un site en direct.

Il est important de noter que lorsque vous installez WordPress localement sous Windows, vous êtes le seul à pouvoir voir le site. Si vous souhaitez créer un site public, vous aurez besoin d’un nom de domaine et d’un hébergement.

Techniquement, il est possible d’installer WordPress sur Windows en utilisant XAMPP, et nous avons déjà écrit un tutoriel à ce sujet.

Cela dit, nous avons trouvé deux méthodes encore plus simples que XAMPP pour mettre en place un environnement WordPress local, ce qui les rend parfaites pour les débutants ou les utilisateurs qui ont besoin de créer un site local rapidement. Vous pouvez cliquer sur le lien ci-dessous pour passer à la méthode qui vous intéresse :

Méthode 1 : Installer WordPress sur Windows à l’aide de Studio (rapide et simple)

Pour la première méthode, nous utiliserons Studio. Il s’agit d’un logiciel WordPress local conçu par Automattic, la société qui gère et exploite WordPress.com, qui est un constructeur de sites web basé sur le logiciel WordPress.

Nous parlerons d’abord de cette méthode parce qu’elle est beaucoup plus rapide et plus simple à suivre, ce qui la rend idéale pour les débutants complets.

Tout d’abord, vous devez ouvrir le site Studio by WordPress.com. Ensuite, cliquez sur le bouton « Télécharger pour Windows ».

Downloading Studio by WordPress.com

Une fois cela fait, il suffit d’ouvrir le fichier téléchargé pour lancer l’installation.

Une fenêtre contextuelle apparaît alors, vous indiquant que l’application est en cours d’installation.

Waiting for Studio by WordPress.com to install

Ceci fait, vous pouvez ajouter votre premier site.

Pour ce faire, il vous suffit de saisir le nom de votre nouveau site WordPress local et de cliquer sur « Ajouter un site ». Vous pouvez nommer le site comme vous le souhaitez, tant qu’il vous permet de l’identifier facilement.

Adding a local site to Studio by WordPress.com

Vous devriez maintenant voir le tableau de bord de votre site WordPress local.

Pour accéder à votre tableau de bord WordPress et modifier votre site, il vous suffit de cliquer sur le bouton  » Démarrer  » en haut à droite. Vous pourrez ainsi accéder à votre site local sur votre ordinateur.

Launching a Studio by WordPress.com local website

Une fois que le bouton « Start » est modifié en « Running », vous pouvez cliquer sur le lien « WP Admin » en haut à gauche de la page.

Cela vous amènera à la page d’administration locale de WordPress.

Logging in to the WordPress admin of a Studio by WordPress.com local website

Et c’est à peu près tout pour la configuration. Explorons les autres paramètres qui peuvent s’avérer nécessaires au fur et à mesure que vous construisez votre site local.

Comme vous pouvez le voir dans l’onglet ‘Overview’, vous pouvez immédiatement accéder au menu de l ‘éditeur WordPress full-site directement depuis le tableau de bord de Studio. Vous pouvez également cliquer sur ‘File explorer’ pour ouvrir les dossiers et les fichiers de votre site WordPress et cliquer sur ‘Terminal’ pour gérer votre site à l’aide de WP-CLI.

Si vous passez à l’onglet « Partager », vous pouvez vous connecter à votre compte WordPress.com, cloner votre site local et le téléverser sur les serveurs de WordPress.com. Cela rendra temporairement le site cloné en ligne, ce qui est utile pour partager des sites de démonstration avec vos clients ou les membres de votre équipe.

Sharing a Studio by WordPress.com local website

Il peut arriver que vous souhaitiez vous connecter à votre site local directement via votre navigateur au lieu d’utiliser Studio. Dans ce cas, vous devez connaître vos identifiants wp-admin.

Pour les trouver, vous pouvez passer à l’onglet « Réglages » et y trouver votre nom d’utilisateur, votre mot de passe et votre URL de connexion pour l’administration de WordPress.

Locating a Studio by WordPress.com admin credentials

Une autre fonctionnalité intéressante de Studio est son chatbot IA intégré, avec lequel vous pouvez communiquer en cliquant sur le bouton « Assistant ».

Ici, vous pouvez demander de l’aide à Studio pour des tâches telles que la mise à jour de toutes vos extensions en une seule fois, la mise à jour de votre version principale de WordPress ou la création de code pour un bloc personnalisé.

Using the Studio by WordPress.com AI assistant

Lorsque vous avez fini de travailler sur votre site local, survolez le bouton « En cours d’exécution » dans le coin supérieur droit jusqu’à ce qu’il indique « Arrêter ».

Cliquez ensuite sur le bouton pour arrêter le site.

Stopping a Studio by WordPress.com local website

L’inconvénient de Studio est que vous ne pouvez pas configurer l’environnement WordPress à votre guise. Cela signifie que vous devez utiliser la version PHP, le serveur web et la base de données qui ont été présélectionnés pour vous.

Cela peut être un inconvénient si vous devez tester votre site ou votre extension avec des configurations de serveur spécifiques.

Si vous avez besoin de plus de contrôle sur votre environnement WordPress local ou de faire correspondre votre configuration locale avec une configuration de serveur live spécifique, alors vous pouvez consulter la méthode suivante en utilisant Local WP.

Méthode 2 : Installer WordPress sur Windows en utilisant Local WP (plus personnalisable)

Tout d’abord, vous devez télécharger et installer le logiciel Local WP sur votre ordinateur Windows. Il vous suffit de vous rendre sur le site de Local WP et de cliquer sur le bouton « Télécharger gratuitement ».

Local WP landing page

Après cela, une fenêtre popup apparaîtra où vous devrez sélectionner votre plateforme. Choisissez « Windows » dans le menu déroulant.

Ensuite, vous pouvez saisir vos coordonnées telles que vos nom et prénom, votre adresse e-mail professionnelle et votre numéro de téléphone pour télécharger le logiciel.

Inserting some information to download Local WP

Après avoir saisi/saisie les détails, il suffit de cliquer sur le bouton « Get it Now ».

Ensuite, le logiciel sera automatiquement téléchargé sur votre ordinateur. Sinon, vous pouvez cliquer sur le lien « cliquez ici » pour lancer le téléchargement.

Waiting to download Local WP

Une fois le fichier téléchargé, lancez l’assistant de configuration.

Vous devez maintenant sélectionner si vous souhaitez installer le logiciel pour tous les utilisateurs ou seulement pour vous.

Une fois que vous avez sélectionné une option, cliquez sur le bouton « Suivant ».

Choose user profiles for software

À l’étape suivante, vous pouvez sélectionner le « Dossier de destination » dans lequel le logiciel sera installé.

Il suffit de cliquer sur le bouton « Parcourir » pour définir le chemin d’accès, puis de cliquer sur le bouton « Installer ».

Select your installation path

Le logiciel Local WP va maintenant s’installer sur votre ordinateur Windows.

Une fois que c’est fait, vous pouvez cocher la case « Exécuter localement » et cliquer sur le bouton « Terminer » de l’assistant de configuration.

Run local software

Le logiciel est maintenant lancé sur votre appareil Windows.

L’étape suivante consiste à ajouter un nouveau site local. Pour ce faire, il suffit de cliquer sur le bouton « + » en bas de la page.

Add a new local site

Ensuite, vous pouvez créer un site dans le logiciel local.

Sélectionnez l’option « Créer un nouveau site » et cliquez sur le bouton « Continuer ». Il est également possible de créer le site à partir d’un plan ou d’un fichier de site web existant, mais nous choisirons la première option pour les besoins de la démonstration.

Creating a new local WordPress site with Local WP

Ensuite, vous pouvez saisir un nom pour votre site local, par exemple « Mon site WordPress ».

Il existe également des options avancées qui vous permettent de saisir le domaine et le chemin d’accès du site local. Par défaut, le domaine utilisera le titre de votre site, mais séparé par des tirets.

Une fois que vous avez terminé, cliquez simplement sur le bouton « Continuer ».

Naming the new local WordPress site with Local WP

Ensuite, vous devrez choisir un environnement pour votre site local.

Vous pouvez utiliser l’environnement « Préféré » dans lequel le logiciel sélectionnera automatiquement la version PHP, le serveur web et la version MySQL. D’autre part, vous pouvez également sélectionner « Personnalisé » et saisir les détails de l’environnement.

Local WP propose les dernières versions de PHP. En ce qui concerne le serveur web, vous avez le choix entre NGINX et Apache. Vous pouvez également sélectionner MySQL ou MariaDB pour les bases de données.

Notez que certaines versions de PHP, de serveurs web et de bases de données nécessitent le téléchargement de certaines dépendances pour fonctionner correctement.

Configuring the local WordPress environment with Local WP

Ensuite, vous pouvez saisir un nom d’utilisateur et un mot de passe WordPress pour votre site local. Il est également possible de choisir une adresse e-mail WordPress à laquelle vous recevrez toutes les notifications par e-mail.

À part cela, il y a une option avancée où le logiciel vous demandera si vous avez un réseau multisite WordPress. Si ce n’est pas le cas, cliquez simplement sur « Non ».

Après avoir saisi/saisie ces informations, il suffit de cliquer sur le bouton « Ajouter un site ».

Creating local WordPress site credentials with Local WP

Le logiciel va maintenant installer WordPress et configurer votre site.

Pour lancer le site local, cliquez sur le bouton « Démarrer le site » en haut à droite.

Launching the new local WordPress site made with Local WP

Ensuite, cliquez sur le bouton « WP Admin », et vous verrez la page de connexion à l’administration de WordPress.

Il suffit de saisir le nom d’utilisateur et le mot de passe que vous avez saisis lors de la configuration du site local, puis de cliquer sur le bouton « Se connecter ».

Login page example

Vous pouvez maintenant modifier votre site local sur votre ordinateur Windows.

Lorsque vous avez terminé, n’oubliez pas d’arrêter le site à partir du logiciel Local WP en cliquant sur le bouton ‘Arrêter le site’.

Stopping the local WordPress site with Local WP

Astuce : Si vous voulez sauter le processus de connexion, vous pouvez activer une connexion d’administration en un clic dans Local WP.

Pour ce faire, il suffit de retourner dans le tableau de bord local de WP et de faire basculer le bouton  » One-click admin  » jusqu’à ce qu’il indique  » On « . Ensuite, dans le menu déroulant, sélectionnez l’utilisateur administrateur qui peut utiliser cette fonctionnalité de connexion en un clic.

Enabling one-click admin login with Local WP

Alternative : Utiliser WordPress Playground pour tester des thèmes, des extensions et plus encore

WordPress Playground est un outil innovant qui vous permet d’expérimenter avec WordPress directement dans votre navigateur web. Il s’agit d’un bac à sable virtuel où vous pouvez essayer de nouveaux thèmes, extensions et fonctionnalités WordPress sans affecter un site réel.

Le terrain de jeu WordPress diffère d’un environnement WordPress local à plusieurs égards.

Tout d’abord, il ne nécessite pas d’installation sur votre ordinateur et se réinitialise après chaque utilisation, contrairement aux installations locales permanentes. Vous pouvez y accéder depuis n’importe quel appareil doté d’un navigateur, alors que les installations locales sont liées à un ordinateur.

Alors que WordPress Playground est idéal pour les tests rapides et l’apprentissage, un environnement WordPress local sur votre ordinateur Windows offre plus de flexibilité pour les projets de développement à long terme.

Pour une description détaillée, consultez notre guide sur l ‘utilisation de WordPress Playground dans votre navigateur.

J’ai installé WordPress sur mon ordinateur Windows, que faire maintenant ?

Maintenant que vous avez installé WordPress sur votre ordinateur, voici ce que vous pouvez faire :

Nous espérons que cet article vous a aidé à apprendre comment installer WordPress localement sur un ordinateur Windows. Vous pouvez également consulter notre article sur la façon d’installer WordPress localement sur un ordinateur Mac et notre guide ultime pour créer un site de mise en scène WordPress.

Si vous avez aimé cet article, veuillez alors vous abonner à notre chaîne YouTube pour obtenir des tutoriels vidéo sur WordPress. Vous pouvez également nous trouver sur Twitter et Facebook.

Divulgation : Notre contenu est soutenu par les lecteurs. Cela signifie que si vous cliquez sur certains de nos liens, nous pouvons gagner une commission. Consultez comment WPBeginner est financé, pourquoi cela compte et comment vous pouvez nous soutenir. Voici notre processus éditorial.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

L'ultime WordPress Toolkit

Accédez GRATUITEMENT à notre boîte à outils - une collection de produits et de ressources liés à WordPress que tous les professionnels devraient avoir !

Reader Interactions

766 commentairesLaisser une réponse

  1. Francesco

    Hi,
    Can I use this system to test a previous back up I did via the server control panel?
    I have a zip file which is a mirror of my directory on the server, including database and WP-admin file.
    I would line to test if the backup I have works fine and possible run it on a precioys version of the WP

    • WPBeginner Support

      You would want to check with the tool you are using for the specifics but it should allow you to do what you’re wanting.

      Administrateur

  2. Melissa T

    Installed WAMP and WordPress – thanks for the wonderfully detailed instructions! So now it’s time to create the web site — is there a guide on wpbeginner for that?

    thank you!

    • WPBeginner Support

      There are many different types of sites so there is no complete guide but for a starting point you may want to take a look at our article below. Step 3 and beyond in the guide should help.

      https://www.wpbeginner.com/guides/

      Administrateur

  3. kwestyon

    First, thank you so much for the guide! It’s working. Second, is there a way wherein after you create the website, would there a way to view the site after you clicked the published button. Sorry for the dumb question.

    • WPBeginner Support

      If you are logged in, in the top right you should be able to open the dropdown that has your site title, and there you should find a link to view your site.

      Administrateur

  4. Yomi

    Hello,
    If I install WordPress on a localhost based on the content of this blog, will I be able to use plugins like woocommerce, elementor, astra & kadence?
    Thank you.

    • WPBeginner Support

      Yes, installing locally you would be able to use plugins and page builders like those on your site

      Administrateur

  5. Lisa

    Hi,
    I am at the point where I would put localhost/mysite/ in the browser. I am getting the « 404 not found error ».
    I named the copy of wordpress to wamp the same and have double checked the address to see if it’s typed in correctly. This still happens, what am I doing wrong?
    Thanks!

    • WPBeginner Support

      You would want to ensure you’re not running into the Skype error where it is trying to use port 80 while WAMP is.

      Administrateur

  6. WPBeginner Support

    Currently, the WAMP website is down which is why we’ve added a different link and included a note above and are working on updating this article as quickly as we are able :)

    Administrateur

  7. mark

    WAMP link redirects to a different site.

  8. Faten

    Hi team,
    I followed the guide but when I go to local host/my site/ I have this error: your don’t have permission to access my site on this server.
    Can you please help?
    My folders are in this order: c/wamp/www folder/mysite, is that correct?

    • WPBeginner Support

      That is the correct location, you would want to ensure WAMP is running when you see that specific error message.

      Administrateur

  9. Sam

    Our published website was created using an older versions of WP, themes, and plugins. I would like to test against the latest versions of WP, themes, and plugins on a local PC installation.

    If I backup the website data from the live online WP account using UpdraftPLus, can I restore the files on the local installation to test against the latest versions of WP, themes, and plugins?

    If not, what is the most effective method to do so?

    Thank you so much!

  10. Jerelyn

    Hi, the WampServer link (website) has not been working the past few days. Is there an alternative place to get it? Thanks.

    • WPBeginner Support

      Not that we would recommend at the moment, hopefully, the issues on the site at the moment are resolved and the site starts working again soon.

      Administrateur

  11. Harry

    I am trying to do the localhost/mysite/ part but every time I search this it says url not found how do I put the WordPress folder with the WAMP folder

    • WPBeginner Support

      You would go to where you installed WAMP on your computer, and place the mysite folder inside the www folder

      Administrateur

  12. Jyoti

    I installed WAMP and able to see a GREEN icon in system tray.
    But i am not able to see anything when i click on that icon.No PHP database nothing at all.I uninstalled and reinstalled but didn’t work.
    Would you please help?
    thank you so much.

    • WPBeginner Support

      You would normally want to enter localhost in your browser while the green W is in your icon tray to find that

      Administrateur

  13. Pete

    I installed WampServer, but it wouldn’t run. All I saw was a couple of windows with command prompts briefly appear and then disappear.

    • WPBeginner Support

      You should see the WAMP icon if you expand your icon tray in the bottom right :)

      Administrateur

  14. HSM

    it happened with me, and solved it like that:
    when entering the database name, and user name,
    you may forgot and left the default password as written « Password »
    (as happened with me)
    without change it to a private password or at least remove the word « Password » and keep the field of password blank,

    • WPBeginner Support

      Thanks for sharing the issue you ran into should others have this issue :)

      Administrateur

    • Tracy De

      Thanks for this. I was having trouble at this point. Have reinstalled everything and couldn’t work out what I was doing wrong.

  15. Bain Dom

    Can I install Wordpress plugins in this Wordpress on Windows 10 environment?

    • WPBeginner Support

      Unless the plugin specifies otherwise(mainly plugins that connect to 3rd party services), you would be able to use plugins on a local installation :)

      Administrateur

  16. Chloe

    Hi, I followed this guide a few weeks ago and set up the very beginnings of a test site. I now can’t remember or work out how to get back to editing the site! It’s maddening as I can launch WAMP, go to localhost/testsite/ and view the site I made but please can someone let me know how to enter editing mode!! Many thanks

    • WPBeginner Support

      You would want to add /wp-admin to be able to log into your local installation of WordPress to be able to start editing it again :)

      Administrateur

  17. Kathleen

    Thank you!!! Exactly what I needed to develop before making a site live

    • WPBeginner Support

      You’re welcome, glad our guide could be helpful :)

      Administrateur

  18. Kathleen

    Installed Wamp with no trouble thanks to your concise directions. However, after creating my database and starting the WP install I get this message:
    « We were able to connect to the database server (which means your username and password is okay) but not able to select the ericajlester database. » I have been over and over checking everything to make sure the information is correct, but WP will not connect to the database. Any suggestions would be appreciated.
    Thank you for such great information and support!

    • WPBeginner Support

      The most common reason for this would be a typo in your database name, you would want to ensure the database information and prefix are both correct compared to what you have set

      Administrateur

    • WPBeginner Support

      You’re welcome :)

      Administrateur

  19. Linda

    Good job is done by Wpbeginner team!!!
    Have a great day!

    • WPBeginner Support

      Thank you, hope you have a great day as well :)

      Administrateur

  20. Daniel

    Developing WP plugin for a client. Wanted to create a dev environment without paying for hosting space to do it. Thanks for the quick and dirty path to get there.

    • WPBeginner Support

      Glad our article could help :)

      Administrateur

  21. Vic Iyke

    This is a real life saver, thank you for the detailed instructions, it saved my time.

    • WPBeginner Support

      Glad our guide was helpful :)

      Administrateur

  22. Erica

    Thank you for the guidance..

    • WPBeginner Support

      You’re welcome :)

      Administrateur

  23. Harish Nemade

    After doing work on Wordpress from WAMP, should we click on ‘Stop all services’?

    • WPBeginner Support

      only if you wish to turn of WAMP and your local installation :)

      Administrateur

  24. Harish Nemade

    The Website of WAMP which you had mentioned is not working anymore. The download is not responding from Sourceforge.net, :(

    • WPBeginner Support

      From testing, the link is page is still working on our end, you may want to ensure this isn’t due to a browser or browser addon preventing your download.

      Administrateur

      • Harish Nemade

        Hey, I installed WAMP in the Internet Explorer folder, but once when I checked to search for my same localhost running on Explorer appeared in Chrome. But can I also Use the same Localhost from Chrome?

        • WPBeginner Support

          If you installed your site in the wamp folder then you should be able to visit the site at localhost on any browser on that computer

  25. kamodh singh

    localhost/phpmyadmin not opening with any browser. when trying to open there are showing an error ( This site can’t be reached – ERR_CONNECTION_RESET )
    How can i fix this error plz tell me .
    thanks…

    • WPBeginner Support

      If you’ve shut down your computer since the last time you used WAMP you would want to ensure it is running before visiting localhost.

      Administrateur

  26. Divyanshu Garg

    Thank you very much for your guidance step by step.

    • WPBeginner Support

      You’re welcome :)

      Administrateur

  27. Nena Rahin

    The code execution cannot proceed because MSVCR120.dil was not found. Reinstalling the program may fix the problem.

    The code excicution cannot proceed because VCRUNTIME140.dil was not found.
    Reinstalling the program may fix the problem.

    I get this error even after reinstalling many times.
    Please help

    • WPBeginner Support

      You would want to download the C++ redistributable we link to in the article and that should get you past these errors.

      Administrateur

  28. Dean

    Hi, Thank you so very much for being here! All your information etc. is truly a gift, and it’s appreciated very much!
    I’ve successfully installed WAMP and WordPress on my local computer and have played around somewhat. I’d like to refresh WordPress to start fresh again. Can you point me in the direction of doing this?
    Thanks much!
    Dean

  29. Elizabeth

    Great tutorial. I’ve been building sites for a long time in Dreamweaver, switched to WordPress in 2015 and am now using Divi by Elegant Themes to build my sites. I need to rebuild an existing website for a yoga studio I did in 2015 without bringing down the current site and this is just the answer! Fabulous job in explaining step-by-step how to do it. Thank you so much! I am so excited to get working on this!!!

    • WPBeginner Support

      Glad our tutorial could help :)

      Administrateur

  30. Marama

    I’ve been thinking about the blogging thing and didn’t want to go straight into a Live site. This tutorial is awesome Thank you. I have installed Wordpress to a localhost and now I can put everything in my test site. So Stoked!!

    • WPBeginner Support

      Awesome, glad our article could help you get a localhost site set up for you to test :)

      Administrateur

  31. Mike

    Quick question, Which ports rely on this, so i can create firewall rules in our firewall as well as have our Server Team create them in windows? Thanks for any info.

    • WPBeginner Support

      Sadly, there are too many programs that may or may not use the ports for us to give a list at the moment.

      Administrateur

  32. Thelynx

    Thank you for this excellent tutorial. I have been a WP webmaster for about a year at work and finally decided to set up my own page about flight simulation. I followed the instructions to the letter and now have WP setup on my home PC ready to build the next earth shattering website. I am by no means a noobie to the net, but never dug into all this. Without your help, I’d be floundering. Thank you again. The WPverse is truly a grand community.

    • WPBeginner Support

      You’re welcome, glad our guide could help you :)

      Administrateur

  33. Anupama

    I am having an issue with my login setup it says. (see it below) even though I login in PHP server with new data still says that. what am I gonna do.?

    Error establishing a database connection
    This either means that the username and password information in your wp-config.php file is incorrect or we can’t contact the database server at localhost. This could mean your host’s database server is down.

    Are you sure you have the correct username and password?
    Are you sure that you have typed the correct hostname?
    Are you sure that the database server is running?
    If you’re unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

  34. Mike

    Thank you very much for this awesome solution. I was searching for something like that and I have seen that you have provided an additional tutorial of how to deploy the offline WP website to a web hoster. Great work THX again.

    • WPBeginner Support

      You’re welcome, glad our guides can be helpful :)

      Administrateur

  35. Emm Man

    For all who faced the issue ‘404’ when tried ‘localhost/{yourSiteName}’, one possible solution (for me at least) is to add also the port of wamp server e.g. localhost:8080/{yourSiteName}

    • WPBeginner Support

      Thanks for sharing a possible solution :)

      Administrateur

  36. Su

    I am building a website for a friend. She already has an old site which is live. I plan to build the new one locally using WAMP.

    However, while working on it how do I share my progress with her? So that she can revert for any changes.

    • WPBeginner Support

      There isn’t a simple method for allowing someone to view your local installation, you may want to check with the hosting provider to see if there is the option of a staging environment for an easier method of what you’re wanting.

      Administrateur

      • Caragh

        Thanks for the great step by step guide.

        Just wondered if I could screen share say through skype or Zoom?

        • WPBeginner Support

          That is one possibility it just means that the user can’t directly interact with the site.

  37. JAcob

    Hi I would like to install/ run my sample wordpress site off of an external harddrive on various machines of my choosing. Is there any special instructions for this or do I simply install WAMP as described except onto the external drive?

  38. Adam Bermingham

    Hi, you missed an entire step, and it’s a complicated one. All the MS C++ applications. I don’t know what to download or where to save them. Very confusing. There must be an easier way to host a demo WordPress site than this??

    • WPBeginner Support

      Thanks for letting us know, we will certainly look to include that information when we update this article. For the time being, you should be able to go to the WAMP forums and the specific files should be linked and you would only need to install them where they automatically set their installations

      Administrateur

    • Duncan McCormack

      You don’t need all of them, just the ones shown in the WAMPserver page when you click either download (it’s the second « warning » – yes, it’s in French) – just get the 64/32bit versisons of those.

  39. Richard

    hi, first of all thanks for the amazing tutorials!
    i have a question – I want to create my first website with wordpress. i thought about using wamp to save the money of the domain use and hosting and then move the website to the domain after it is done.
    do you think that’s a good idea? will it be a problem to move the website from the local server to the live site as described it this tutorial? –
    https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/

    • WPBeginner Support

      You could certainly create your site locally and then follow the steps in that article to move your site and you shouldn’t run into any problems.

      Administrateur

  40. Sakil Ahmed

    I uninstalled Skype and installed visual C++ but after installing WAMP Server app, clicking the wamp icon in the system tray doesn’t effects and the pop-up to create a database from myphpadmin doesn’t open.

    • WPBeginner Support

      You may want to check the Skype conflict we mention in the article and should that not be the issue, reach out to WAMP’s support to see if there is a possible known issue.

      Administrateur

  41. Deepti

    Hi

    I am planning to make a website of my own . Its basically a food blog. I ahve a good knowledge of programming. However, I have a gap of around 7 yrs and really dont know the new stuff in programming like bootstrap, etc..I am still in learning phase for these concepts.
    Would u suggest me to make a website using wordpress.org or wordpress.com?

  42. Jem

    Hi there,
    I am building wordpress.com site as the client didn’t want to manage hosting separately. I have only ever used wordpress.org. Can you still design the site on a local server and upload in when completed onto a wordpress.com site? I am a little unsure of the limitations of the .com version.

    Thanks so much

    • WPBeginner Support

      You would not be able to upload a new site on WordPress.com, you would normally need to build the site from the beginning on WordPress.com due to their restrictions.

      Administrateur

  43. Seema

    Hi,
    This is a great tutorial.
    I am stuck with « Error establishing a database connection » error since a day. For me WAMP works fine, I created a DB then unzip the WP. After localhost/mysite it goes till language selection page get the DB details and when i submit it gives above mentioned error. Tried putting DB details in wp-config-samle.php, same error. Deleted DB created again, deleted mysite folder created again but still same error. Can somebody please help?

    • WPBeginner Support

      For that error on localhost you may want to ensure you have all of your database information set properly. The database information is normally root with a blank password or you could add a space if it is preventing you from leaving it blank unless you changed that login information.

      Administrateur

    • Onur SANIR

      Hey I found the solution.
      Left Click Wamp Icon > Mysql x.x.x > Use port other than 3xxx > Press Ok

  44. Bobby

    Any way to take a copy of my live hosted site from iPage and put a copy on the WAMP for testing with plugins, etc?

    If so how would I do that?

    • WPBeginner Support

      You’re welcome :)

      Administrateur

    • WPBeginner Support

      Glad our guide helped :)

      Administrateur

  45. Barbara

    Wow! So straightforward! Thank you!

    • WPBeginner Support

      Glad our article was helpful :)

      Administrateur

  46. Henrik

    Hi, first of all thanks for a very helpful post. Secondly, a question: will having multiple wordpress installations in a single database affect the migration to a live environment when the time comes? Or should I just deploy a new database to be on the safe side? cheers

    • WPBeginner Support

      You would want to use a database for each site to make transferring environments easier.

      Administrateur

  47. Joe

    Thanks so much. Very well written installation guide. Installed without a single glitch.

    • WPBeginner Support

      Glad our guide could help you :)

      Administrateur

Laisser une réponse

Merci d'avoir choisi de laisser un commentaire. Veuillez garder à l'esprit que tous les commentaires sont modérés selon notre politique de commentaires, et votre adresse e-mail ne sera PAS publiée. Veuillez NE PAS utiliser de mots-clés dans le champ du nom. Ayons une conversation personnelle et significative.