same issue. here is the code i have in my wp-config file:
/** MySQL database username */
define('DB_USER', '*******');
/** MySQL database password */
define('DB_PASSWORD', '*******');
/** MySQL hostname */
define('DB_HOST', 'localhost');
/** I added this code*/
define('WP_HOME','localhost');
define('WP_SITEURL','localhost');
/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');
/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');
i tried this after i undid my previous changes to the SQL table by re-importing the table.