Hi took wp down and started fresh.
1.
<?php
// ** MySQL settings ** //
define(‘DB_NAME’, ‘oswaldkelso’); // The name of the database
define(‘DB_USER’, ‘oswaldkelso’); // Your MySQL username
define(‘DB_PASSWORD’, ‘xxxxxxxxx’); // …and password
define(‘DB_HOST’, ‘mysql39.secureserver.net’); // 99% chance you won’t need to change this value
// Change the prefix if you want to have multiple blogs in a single database.
$table_prefix = ‘wp_’; // example: ‘wp_’ or ‘b2’ or ‘mylogin_’
// Change this to localize WordPress. A corresponding MO file for the
// chosen language must be installed to wp-includes/languages.
// For example, install de.mo to wp-includes/languages and set WPLANG to ‘de’
// to enable German language support.
define (‘WPLANG’, ”);
/* Stop editing */
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>
2. uploaded the wordpress folder to my server. with the modified ‘wp-config.php’ file.
3. this is the route https://www.macandmike.com/wordpress/install.php
returns No input file specified.
I feel I’m so close just doing something dumb!
4. When I open the database i get this
mysql23.secureserver.net
MySQL Active oswaldkelso oswaldkelso 0MB 5/14/2005 Open Manager
and if I open the manager I get 2 choices 1. structures 2.mysql
structures says “No tables found in database.” and gives me a optio to ” Create new table on database oswaldkelso”?
mysql says “Run SQL query/queries on database oswaldkelso” neither of witch I have thr foggiest idea about
thanks