Why isn’t my imported database showing up? install.php pops up and adds new tables to the database
Your issue likely lies somewhere within wp-config.php. You should not need to run any install if your tables already exist, the wp-admin/install.php is only used when no tables are detected with the settings in wp-config.php. Going through parameter by parameter, I’ll give you some idea of what everything is. DB_NAME is the name of the … Read more