Looks like I have a database. It has the same name that is listed in the wp-config.
Do I need to somehow connect to the database?
Import my database?
I added the top two lines to my config file and my wordpress database is in collinrobert/wordpress folder. Does that seem right?
define(‘WP_SITEURL’, ‘https://collinrobert.com/’);
define(‘WP_HOME’, ‘https://collinrobert.com/’);
/** The name of the database for WordPress */
define(‘DB_NAME’, ‘col1334205095988’);