{"id":44889,"date":"2019-07-31T11:09:24","date_gmt":"2019-07-31T16:09:24","guid":{"rendered":"https:\/\/www.inmotionhosting.com\/support\/?p=44889"},"modified":"2021-08-16T16:00:19","modified_gmt":"2021-08-16T20:00:19","slug":"how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site","status":"publish","type":"post","link":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/","title":{"rendered":"How to Fix the Repeating Installation Screen When Migrating your WordPress Site"},"content":{"rendered":"<ul class=\"wp-block-list\"><li><a href=\"#database-credentials\">Checking your Database Credentials<\/a><\/li><li><a href=\"#table-prefix\">Checking your WordPress Database Table Prefix<\/a><\/li><\/ul>\n\n\n\n<p>A common problem you may come across when moving your WordPress site from one host to another is the issue of the repeating WordPress installation screen.  This happens after you\u2019ve done all the hard work for the migration and you put your domain name into the browser, hit return and then see this:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"495\" height=\"641\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/1-wp-setup-start.png\" class=\"optimized-lcp-image\" alt=\"\" loading=\"eager\" fetchpriority=\"high\" sizes=\"(max-width: 768px) 100vw, 768px\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/1-wp-setup-start.png 495w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/1-wp-setup-start-232x300.png 232w\"><\/figure>\n\n\n\n<p>You soon realize that this is the start screen for setting up WordPress (standalone) from the beginning.  At this point, you start wondering if you missed something trivial and you begin backtracking to find what you missed.  Then after carefully pacing through the steps, it doesn\u2019t appear that you got anything wrong.  So, you try it once more, but then the same screen appears.  There\u2019s definitely something wrong.  Before we explain one of the most common causes of this issue and how to fix it, let\u2019s list the typical WordPress migration steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><a href=\"\/support\/edu\/wordpress\/install-wordpress\/\">Setting up your WordPress site at your new host<\/a><\/li><li><a href=\"\/support\/edu\/wordpress\/migrating-wordpress-files\/\">Migrating your WordPress Files<\/a><\/li><li><a href=\"\/support\/edu\/wordpress\/migrating-your-wordpress-database\/\">Migrating your WordPress Database<\/a><\/li><li><a href=\"\/support\/domain-names\/changing-your-domains-nameservers\/\">Pointing your Domain name to the new location<\/a> or <a href=\"\/support\/website\/modifying-your-hosts-file\/\">Setting up a Hosts File modification<\/a><\/li><li><a href=\"\/support\/website\/editing-your-wordpress-wp-config-php-file\/\">Edit your WordPress configuration file with your old database<\/a><\/li><li><a href=\"\/support\/edu\/wordpress\/correct-image-links\/\">Fixing any Links and Plugins after the migration<\/a><\/li><li>Testing your site<\/li><\/ol>\n\n\n\n<p>Before you move, it\u2019s easier to set up a blank WordPress site, transfer your old WordPress files to the new location,  transfer your old WordPress database to the new location and then do all the necessary adjustments to the nameservers, configuration files, plugins and links to complete the migration.   It sounds more complicated than when you actually to perform the migration steps.  <\/p>\n\n\n\n<p class=\"has-background has-pale-cyan-blue-background-color\">Do you need a secure WordPress hosting server that is optimized for performance?  Check out the InMotion\u2019s <a href=\"https:\/\/www.inmotionhosting.com\/wordpress-hosting\">WordPress Hosting<\/a> solutions!  They\u2019re scaled to meet your personal or business needs!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What is causing the WordPress installation to restart?<\/h3>\n\n\n\n<p>The most common cause for the WordPress installation restarting is the database.  Either the database name is wrong, the connection credentials are incorrect, or the WordPress configuration file includes a table prefix that isn\u2019t present in the database.  Where do you go to check for these things:<br><\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"database-credentials\">Database Credentials<\/h4>\n\n\n\n<ol class=\"article_list wp-block-list\"><li><a href=\"\/support\/edu\/cpanel\/how-to-log-into-cpanel\/\">Login to the cPanel<\/a><\/li><li>Go to the Database section and then click on MySQL Databases<\/li><li>Scroll to the Current databases list and find your WordPress database.  If you\u2019re not sure of your WordPress database, find your <a href=\"\/support\/website\/editing-your-wordpress-wp-config-php-file\/\">wpconfig.php file<\/a> in your WordPress files.  When you open the file in an editor then you should something similar to the text below.  Find the <strong>DB_NAME<\/strong>,<strong> DB_USER<\/strong>, and <strong>DB_PASSWORD<\/strong>. Check all of these settings against what you have created in the cPanel MySQL Databases section.  If they\u2019re not correct, then database won\u2019t connect and WordPress will think you\u2019re starting a new installation.<br><\/li><\/ol>\n\n\n\n<pre class=\"wp-block-preformatted\">\/\/ ** MySQL settings - You can get this info from your web host ** \/\/\n \/** The name of the database for WordPress *\/\n define('DB_NAME', 'test5_wp45');\n \/** MySQL database username *\/\n define('DB_USER', 'tester5_wp45');\n \/** MySQL database password *\/\n define('DB_PASSWORD', '39jgiepDN4@');\n \/** MySQL hostname *\/\n define('DB_HOST', 'localhost');\n \/** Database Charset to use in creating database tables. *\/\n define('DB_CHARSET', 'utf8mb4');\n \/** The Database Collate type. Don't change this if in doubt. *\/\n define('DB_COLLATE', '');<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"table-prefix\">WordPress Table Prefix<\/h4>\n\n\n\n<p>The other option within the wp-config.php file that may cause this problem is the table prefix.  You will need to search through the wp-config.php file a little deeper and it will look like this:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">\/**\n WordPress Database Table prefix.\n *\n You can have multiple installations in one database if you give each\n a unique prefix. Only numbers, letters, and underscores please!\n *\/\n $table_prefix = 'wpzz_'; <\/pre>\n\n\n\n<p>Here you can see that the table prefix is showing a value of \u2018<em>wpzz<\/em>\u2018.  In some cases, this setting may be set to a different value.  If you look at your database tables using PHPMyAdmin in the cPanel, you will see if your database tables are using the prefix.  It would look like this:<br><br><\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"315\" height=\"367\" src=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/table-prefixes.png\" alt=\"\" class=\"wp-image-44893\" srcset=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/table-prefixes.png 315w, https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/table-prefixes-257x300.png 257w\" sizes=\"auto, (min-width: 1360px) 876px, (min-width: 960px) calc(61.58vw + 51px), calc(100vw - 80px)\" \/><figcaption>Screenshot of WordPress Database with tables using prefix<\/figcaption><\/figure>\n\n\n\n<p>This database table prefix is matched by the setting in the <em>wp-config.php<\/em> file.  However, if the table is using a prefix that is different from the setting in the file, then WordPress will again not see the information within the database and attempt to install WordPress anew.  In this case, the easiest way to fix this problem is to edit the <em>wp-config.php<\/em> file and make sure that the prefix matches what you are using in the database.<\/p>\n\n\n\n<p>You will now be able to fix the database issues that cause the WordPress installation to continually re-start when you go to your WordPress page.  Check out our Product Guide for WordPress Hosting to learn more about using WordPress for your website solution. <\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Checking your Database Credentials Checking your WordPress Database Table Prefix A common problem you may come across when moving your WordPress site from one host to another is the issue of the repeating WordPress installation screen. This happens after you&#8217;ve done all the hard work for the migration and you put your domain name into<a class=\"moretag\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/\"> Read More ><\/a><\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[4325,56],"tags":[],"class_list":["post-44889","post","type-post","status-publish","format-standard","hentry","category-wordpress-hosting","category-wordpress"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Fix the Repeating WordPress Installation Screen<\/title>\n<meta name=\"description\" content=\"Learn about checking your database credentials and table prefix in understanding how to fix the repeating WordPress installation screen\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Fix the Repeating WordPress Installation Screen\" \/>\n<meta property=\"og:description\" content=\"Learn about checking your database credentials and table prefix in understanding how to fix the repeating WordPress installation screen\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/\" \/>\n<meta property=\"og:site_name\" content=\"InMotion Hosting Support Center\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inmotionhosting\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-31T16:09:24+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-08-16T20:00:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/1-wp-setup-start.png\" \/>\n<meta name=\"author\" content=\"InMotion Hosting Contributor\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@https:\/\/twitter.com\/InMotionHosting\" \/>\n<meta name=\"twitter:site\" content=\"@InMotionHosting\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"InMotion Hosting Contributor\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/\"},\"author\":{\"name\":\"InMotion Hosting Contributor\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b\"},\"headline\":\"How to Fix the Repeating Installation Screen When Migrating your WordPress Site\",\"datePublished\":\"2019-07-31T16:09:24+00:00\",\"dateModified\":\"2021-08-16T20:00:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/\"},\"wordCount\":704,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/1-wp-setup-start.png\",\"articleSection\":[\"WordPress Hosting\",\"WordPress Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/\",\"name\":\"How to Fix the Repeating WordPress Installation Screen\",\"isPartOf\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/1-wp-setup-start.png\",\"datePublished\":\"2019-07-31T16:09:24+00:00\",\"dateModified\":\"2021-08-16T20:00:19+00:00\",\"description\":\"Learn about checking your database credentials and table prefix in understanding how to fix the repeating WordPress installation screen\",\"breadcrumb\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#primaryimage\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/1-wp-setup-start.png\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/1-wp-setup-start.png\",\"width\":495,\"height\":641},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.inmotionhosting.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Fix the Repeating Installation Screen When Migrating your WordPress Site\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#website\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"name\":\"InMotion Hosting Support Center\",\"description\":\"Web Hosting Support &amp; Tutorials\",\"publisher\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#organization\",\"name\":\"InMotion Hosting\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"contentUrl\":\"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg\",\"width\":696,\"height\":696,\"caption\":\"InMotion Hosting\"},\"image\":{\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/inmotionhosting\/\",\"https:\/\/x.com\/InMotionHosting\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b\",\"name\":\"InMotion Hosting Contributor\",\"description\":\"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!\",\"sameAs\":[\"https:\/\/www.linkedin.com\/company\/inmotion-hosting\/\",\"https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting\"],\"url\":\"https:\/\/www.inmotionhosting.com\/support\/author\/arn\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Fix the Repeating WordPress Installation Screen","description":"Learn about checking your database credentials and table prefix in understanding how to fix the repeating WordPress installation screen","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:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/","og_locale":"en_US","og_type":"article","og_title":"How to Fix the Repeating WordPress Installation Screen","og_description":"Learn about checking your database credentials and table prefix in understanding how to fix the repeating WordPress installation screen","og_url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/","og_site_name":"InMotion Hosting Support Center","article_publisher":"https:\/\/www.facebook.com\/inmotionhosting\/","article_published_time":"2019-07-31T16:09:24+00:00","article_modified_time":"2021-08-16T20:00:19+00:00","og_image":[{"url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/1-wp-setup-start.png","type":"","width":"","height":""}],"author":"InMotion Hosting Contributor","twitter_card":"summary_large_image","twitter_creator":"@https:\/\/twitter.com\/InMotionHosting","twitter_site":"@InMotionHosting","twitter_misc":{"Written by":"InMotion Hosting Contributor","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#article","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/"},"author":{"name":"InMotion Hosting Contributor","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b"},"headline":"How to Fix the Repeating Installation Screen When Migrating your WordPress Site","datePublished":"2019-07-31T16:09:24+00:00","dateModified":"2021-08-16T20:00:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/"},"wordCount":704,"commentCount":0,"publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/1-wp-setup-start.png","articleSection":["WordPress Hosting","WordPress Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/","url":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/","name":"How to Fix the Repeating WordPress Installation Screen","isPartOf":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#primaryimage"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#primaryimage"},"thumbnailUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/1-wp-setup-start.png","datePublished":"2019-07-31T16:09:24+00:00","dateModified":"2021-08-16T20:00:19+00:00","description":"Learn about checking your database credentials and table prefix in understanding how to fix the repeating WordPress installation screen","breadcrumb":{"@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#primaryimage","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/1-wp-setup-start.png","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2019\/07\/1-wp-setup-start.png","width":495,"height":641},{"@type":"BreadcrumbList","@id":"https:\/\/www.inmotionhosting.com\/support\/edu\/wordpress\/how-to-fix-the-repeating-installation-screen-when-migrating-your-wordpress-site\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.inmotionhosting.com\/support\/"},{"@type":"ListItem","position":2,"name":"How to Fix the Repeating Installation Screen When Migrating your WordPress Site"}]},{"@type":"WebSite","@id":"https:\/\/www.inmotionhosting.com\/support\/#website","url":"https:\/\/www.inmotionhosting.com\/support\/","name":"InMotion Hosting Support Center","description":"Web Hosting Support &amp; Tutorials","publisher":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.inmotionhosting.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.inmotionhosting.com\/support\/#organization","name":"InMotion Hosting","url":"https:\/\/www.inmotionhosting.com\/support\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/","url":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","contentUrl":"https:\/\/www.inmotionhosting.com\/support\/wp-content\/uploads\/2023\/02\/inmotion-hosting-logo-yoast.jpg","width":696,"height":696,"caption":"InMotion Hosting"},"image":{"@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/inmotionhosting\/","https:\/\/x.com\/InMotionHosting"]},{"@type":"Person","@id":"https:\/\/www.inmotionhosting.com\/support\/#\/schema\/person\/8d626175dd3b70ee90a172bdb09a460b","name":"InMotion Hosting Contributor","description":"InMotion Hosting contributors are highly knowledgeable individuals who create relevant content on new trends and troubleshooting techniques to help you achieve your online goals!","sameAs":["https:\/\/www.linkedin.com\/company\/inmotion-hosting\/","https:\/\/x.com\/https:\/\/twitter.com\/InMotionHosting"],"url":"https:\/\/www.inmotionhosting.com\/support\/author\/arn\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"primary_category":null,"_links":{"self":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/44889","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/comments?post=44889"}],"version-history":[{"count":11,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/44889\/revisions"}],"predecessor-version":[{"id":83319,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/posts\/44889\/revisions\/83319"}],"wp:attachment":[{"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/media?parent=44889"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/categories?post=44889"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inmotionhosting.com\/support\/wp-json\/wp\/v2\/tags?post=44889"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}