I have followed several people's instructions on moving my local site to my server, however, I continue to run into this issue:
"If you’ve inserted something incorrectly in your wp-config.php file or the new server’s MySQL database was not setup properly, you’ll know because you’ll see WordPress’s database connection error."
I have a feeling I did something wrong in the MySQL database step as I get the following error message when importing the revised file:
Error
SQL query:
--
-- Database: MolinaroAppraisalServices
--
-- --------------------------------------------------------
--
-- Table structure for table wp_commentmeta
--
CREATE TABLE wp_commentmeta
(
meta_id
bigint( 20 ) unsigned NOT NULL AUTO_INCREMENT ,
comment_id
bigint( 20 ) unsigned NOT NULL DEFAULT '0',
meta_key
varchar( 255 ) DEFAULT NULL ,
meta_value
longtext,
PRIMARY KEY ( meta_id
) ,
KEY comment_id
( comment_id
) ,
KEY meta_key
( meta_key
)
) ENGINE = InnoDB DEFAULT CHARSET = utf8 AUTO_INCREMENT =1;
MySQL said: Documentation
#1050 - Table 'wp_commentmeta' already exists
Can anyone help me? It's either that or I'm entering the wrong info into my wp-config.php file. Site is http://www.molinaroappraisalservices.com.
Thanks in advance.