{"id":24801,"date":"2025-03-02T03:03:47","date_gmt":"2025-03-02T06:03:47","guid":{"rendered":"https:\/\/sistemaevolution.com.br\/instalacao-wordpress-localhost\/"},"modified":"2025-09-23T16:56:36","modified_gmt":"2025-09-23T19:56:36","slug":"how-to-install-wordpress-on-localhost-using-xampp","status":"publish","type":"post","link":"https:\/\/sistemaevolution.com.br\/en\/how-to-install-wordpress-on-localhost-using-xampp\/","title":{"rendered":"How to Install WordPress on Localhost Using XAMPP"},"content":{"rendered":"<p>Installing <strong>WordPress<\/strong> on your <strong>localhost<\/strong> is an excellent way to learn and test your development skills. In this guide, we\u2019ll go through the step-by-step process to complete this installation in a simple and effective way.<\/p>\n<h2><iframe title=\"YouTube video player\" src=\"https:\/\/www.youtube.com\/embed\/lg--UiT5JPw?si=qCYN4jiksH5-0-xC\" width=\"560\" height=\"315\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"><\/iframe><\/h2>\n<h2>What is XAMPP?<\/h2>\n<p><strong>XAMPP<\/strong> is a free software package that includes Apache, MySQL, PHP, and Perl. It allows you to create a local web development environment. With XAMPP, you can run WordPress on your computer without the need for external hosting.<\/p>\n<h2>Step-by-Step Installation<\/h2>\n<h3>Downloading and Installing XAMPP<\/h3>\n<p>First, search for <strong>XAMPP<\/strong> on Google. On the official site, download the version recommended for your operating system.<\/p>\n<p>After the download, run the installer and follow the on-screen instructions. Once the installation is complete, you\u2019ll see the XAMPP control panel. Here, start the <strong>Apache<\/strong> and <strong>MySQL<\/strong> modules \u2014 these services will allow you to run WordPress.<\/p>\n<h3>Accessing the Localhost Panel<\/h3>\n<p>With the services running, open your browser and type <code>localhost<\/code> in the address bar. You should be redirected to the XAMPP control panel, where you can manage your sites.<\/p>\n<p><strong>Tip:<\/strong> To access <strong>PHPMyAdmin<\/strong>, click the link on the panel. This tool is essential for managing your databases.<\/p>\n<h3>Creating a Database<\/h3>\n<p>Inside PHPMyAdmin, you\u2019ll need to create a database for your WordPress site. Click on the <strong>Databases<\/strong> tab, enter a name (e.g., <strong>test<\/strong>) and click <strong>Create<\/strong>. Now your database is ready!<\/p>\n<h3>Configuring User and Password<\/h3>\n<p>After creating the database, configure a user with a password. In the <strong>Users<\/strong> section, add a new user and assign a password. <strong>Make sure<\/strong> to grant the required permissions so WordPress can access the database.<\/p>\n<h3>Installing WordPress<\/h3>\n<p>Now that XAMPP and the database are ready, it\u2019s time to download WordPress. Go to the official WordPress website and download the latest version in <strong>ZIP<\/strong> format.<\/p>\n<p>Unzip the file and place the WordPress folder inside the <code>htdocs<\/code> directory in your XAMPP installation. For example, create a folder named <strong>test<\/strong>.<\/p>\n<h3>Configuring wp-config.php<\/h3>\n<p>Locate the file <strong>wp-config-sample.php<\/strong> and rename it to <strong>wp-config.php<\/strong>. Open the file in a text editor and insert your database information:<\/p>\n<ul>\n<li><strong>DB_NAME<\/strong>: test<\/li>\n<li><strong>DB_USER<\/strong>: [your user]<\/li>\n<li><strong>DB_PASSWORD<\/strong>: [your password]<\/li>\n<li><strong>DB_HOST<\/strong>: localhost<\/li>\n<\/ul>\n<p>Save the file after making these changes.<\/p>\n<h3>Finalizing the Installation<\/h3>\n<p>Now go back to your browser and type <code>localhost\/test<\/code>. This will start the WordPress installation process. You\u2019ll be asked to choose the language and then fill in details about the site, such as name, user, and admin panel password.<\/p>\n<p>After clicking <strong>Install WordPress<\/strong>, you\u2019ll see a success message.<\/p>\n<h3>Accessing WordPress<\/h3>\n<p>Finally, click <strong>Log In<\/strong> and enter the credentials you configured earlier. Done! Your WordPress is now active and running on your computer.<\/p>\n<h2>Conclusion<\/h2>\n<p>Installing WordPress on localhost with XAMPP is a great way to practice and build websites at no cost. Follow this guide and explore the endless possibilities WordPress has to offer.<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Installing WordPress on your localhost is an excellent way to learn and test your development skills. In this guide, we\u2019ll go through the step-by-step process to complete this installation in a simple and effective way. What is XAMPP? XAMPP is a free software package that includes Apache, MySQL, PHP, and Perl. It allows you to [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-24801","post","type-post","status-publish","format-standard","hentry","category-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Install WordPress on Localhost Using XAMPP &#8212; Agencia Evolution<\/title>\n<meta name=\"description\" content=\"Aprenda como instalar o WordPress no localhost usando o XAMPP de forma f\u00e1cil e r\u00e1pida. Tutorial completo e passo a passo!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/sistemaevolution.com.br\/en\/how-to-install-wordpress-on-localhost-using-xampp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Install WordPress on Localhost Using XAMPP &#8212; Agencia Evolution\" \/>\n<meta property=\"og:description\" content=\"Aprenda como instalar o WordPress no localhost usando o XAMPP de forma f\u00e1cil e r\u00e1pida. Tutorial completo e passo a passo!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/sistemaevolution.com.br\/en\/how-to-install-wordpress-on-localhost-using-xampp\/\" \/>\n<meta property=\"og:site_name\" content=\"Agencia Evolution\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-02T06:03:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-23T19:56:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/sistemaevolution.com.br\/wp-content\/uploads\/2025\/03\/CAPA-Instalando-Xampp-com-wordpress.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"charles\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"charles\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/en\\\/how-to-install-wordpress-on-localhost-using-xampp\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/en\\\/how-to-install-wordpress-on-localhost-using-xampp\\\/\"},\"author\":{\"name\":\"charles\",\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/#\\\/schema\\\/person\\\/314f8cdb6f8581fa9a856a1bbaca52aa\"},\"headline\":\"How to Install WordPress on Localhost Using XAMPP\",\"datePublished\":\"2025-03-02T06:03:47+00:00\",\"dateModified\":\"2025-09-23T19:56:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/en\\\/how-to-install-wordpress-on-localhost-using-xampp\\\/\"},\"wordCount\":478,\"publisher\":{\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/#organization\"},\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/en\\\/how-to-install-wordpress-on-localhost-using-xampp\\\/\",\"url\":\"https:\\\/\\\/sistemaevolution.com.br\\\/en\\\/how-to-install-wordpress-on-localhost-using-xampp\\\/\",\"name\":\"How to Install WordPress on Localhost Using XAMPP &#8212; Agencia Evolution\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/#website\"},\"datePublished\":\"2025-03-02T06:03:47+00:00\",\"dateModified\":\"2025-09-23T19:56:36+00:00\",\"description\":\"Aprenda como instalar o WordPress no localhost usando o XAMPP de forma f\u00e1cil e r\u00e1pida. Tutorial completo e passo a passo!\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/en\\\/how-to-install-wordpress-on-localhost-using-xampp\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/sistemaevolution.com.br\\\/en\\\/how-to-install-wordpress-on-localhost-using-xampp\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/en\\\/how-to-install-wordpress-on-localhost-using-xampp\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/sistemaevolution.com.br\\\/pt-br\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Install WordPress on Localhost Using XAMPP\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/#website\",\"url\":\"https:\\\/\\\/sistemaevolution.com.br\\\/\",\"name\":\"Agencia Evolution\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/sistemaevolution.com.br\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/#organization\",\"name\":\"Agencia Evolution\",\"alternateName\":\"Sistema Evolution\",\"url\":\"https:\\\/\\\/sistemaevolution.com.br\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/sistemaevolution.com.br\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/evo-preto-espanhol.fw_.png\",\"contentUrl\":\"https:\\\/\\\/sistemaevolution.com.br\\\/wp-content\\\/uploads\\\/2024\\\/11\\\/evo-preto-espanhol.fw_.png\",\"width\":434,\"height\":434,\"caption\":\"Agencia Evolution\"},\"image\":{\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/sistemaevolution.com.br\\\/#\\\/schema\\\/person\\\/314f8cdb6f8581fa9a856a1bbaca52aa\",\"name\":\"charles\",\"sameAs\":[\"http:\\\/\\\/nova.agenciaevolution.com\"],\"url\":\"https:\\\/\\\/sistemaevolution.com.br\\\/en\\\/author\\\/charles\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Install WordPress on Localhost Using XAMPP &#8212; Agencia Evolution","description":"Aprenda como instalar o WordPress no localhost usando o XAMPP de forma f\u00e1cil e r\u00e1pida. Tutorial completo e passo a passo!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/sistemaevolution.com.br\/en\/how-to-install-wordpress-on-localhost-using-xampp\/","og_locale":"en_US","og_type":"article","og_title":"How to Install WordPress on Localhost Using XAMPP &#8212; Agencia Evolution","og_description":"Aprenda como instalar o WordPress no localhost usando o XAMPP de forma f\u00e1cil e r\u00e1pida. Tutorial completo e passo a passo!","og_url":"https:\/\/sistemaevolution.com.br\/en\/how-to-install-wordpress-on-localhost-using-xampp\/","og_site_name":"Agencia Evolution","article_published_time":"2025-03-02T06:03:47+00:00","article_modified_time":"2025-09-23T19:56:36+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/sistemaevolution.com.br\/wp-content\/uploads\/2025\/03\/CAPA-Instalando-Xampp-com-wordpress.jpg","type":"image\/jpeg"}],"author":"charles","twitter_card":"summary_large_image","twitter_misc":{"Written by":"charles","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/sistemaevolution.com.br\/en\/how-to-install-wordpress-on-localhost-using-xampp\/#article","isPartOf":{"@id":"https:\/\/sistemaevolution.com.br\/en\/how-to-install-wordpress-on-localhost-using-xampp\/"},"author":{"name":"charles","@id":"https:\/\/sistemaevolution.com.br\/#\/schema\/person\/314f8cdb6f8581fa9a856a1bbaca52aa"},"headline":"How to Install WordPress on Localhost Using XAMPP","datePublished":"2025-03-02T06:03:47+00:00","dateModified":"2025-09-23T19:56:36+00:00","mainEntityOfPage":{"@id":"https:\/\/sistemaevolution.com.br\/en\/how-to-install-wordpress-on-localhost-using-xampp\/"},"wordCount":478,"publisher":{"@id":"https:\/\/sistemaevolution.com.br\/#organization"},"articleSection":["News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/sistemaevolution.com.br\/en\/how-to-install-wordpress-on-localhost-using-xampp\/","url":"https:\/\/sistemaevolution.com.br\/en\/how-to-install-wordpress-on-localhost-using-xampp\/","name":"How to Install WordPress on Localhost Using XAMPP &#8212; Agencia Evolution","isPartOf":{"@id":"https:\/\/sistemaevolution.com.br\/#website"},"datePublished":"2025-03-02T06:03:47+00:00","dateModified":"2025-09-23T19:56:36+00:00","description":"Aprenda como instalar o WordPress no localhost usando o XAMPP de forma f\u00e1cil e r\u00e1pida. Tutorial completo e passo a passo!","breadcrumb":{"@id":"https:\/\/sistemaevolution.com.br\/en\/how-to-install-wordpress-on-localhost-using-xampp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/sistemaevolution.com.br\/en\/how-to-install-wordpress-on-localhost-using-xampp\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/sistemaevolution.com.br\/en\/how-to-install-wordpress-on-localhost-using-xampp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/sistemaevolution.com.br\/pt-br\/"},{"@type":"ListItem","position":2,"name":"How to Install WordPress on Localhost Using XAMPP"}]},{"@type":"WebSite","@id":"https:\/\/sistemaevolution.com.br\/#website","url":"https:\/\/sistemaevolution.com.br\/","name":"Agencia Evolution","description":"","publisher":{"@id":"https:\/\/sistemaevolution.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/sistemaevolution.com.br\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/sistemaevolution.com.br\/#organization","name":"Agencia Evolution","alternateName":"Sistema Evolution","url":"https:\/\/sistemaevolution.com.br\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/sistemaevolution.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/sistemaevolution.com.br\/wp-content\/uploads\/2024\/11\/evo-preto-espanhol.fw_.png","contentUrl":"https:\/\/sistemaevolution.com.br\/wp-content\/uploads\/2024\/11\/evo-preto-espanhol.fw_.png","width":434,"height":434,"caption":"Agencia Evolution"},"image":{"@id":"https:\/\/sistemaevolution.com.br\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/sistemaevolution.com.br\/#\/schema\/person\/314f8cdb6f8581fa9a856a1bbaca52aa","name":"charles","sameAs":["http:\/\/nova.agenciaevolution.com"],"url":"https:\/\/sistemaevolution.com.br\/en\/author\/charles\/"}]}},"_links":{"self":[{"href":"https:\/\/sistemaevolution.com.br\/en\/wp-json\/wp\/v2\/posts\/24801","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sistemaevolution.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sistemaevolution.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sistemaevolution.com.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/sistemaevolution.com.br\/en\/wp-json\/wp\/v2\/comments?post=24801"}],"version-history":[{"count":0,"href":"https:\/\/sistemaevolution.com.br\/en\/wp-json\/wp\/v2\/posts\/24801\/revisions"}],"wp:attachment":[{"href":"https:\/\/sistemaevolution.com.br\/en\/wp-json\/wp\/v2\/media?parent=24801"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sistemaevolution.com.br\/en\/wp-json\/wp\/v2\/categories?post=24801"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sistemaevolution.com.br\/en\/wp-json\/wp\/v2\/tags?post=24801"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}