Importing DB error:CREATE TABLE IF NOT EXISTS `wp_commentmeta
-
When I’m trying to import databes on host server in, Cpanel phpMyadmin, I’ getting sql database error:
— Table structure for table
wp_commentmeta
—
CREATE TABLE IF NOT EXISTSwp_commentmeta(
meta_idbigint( 20 ) unsigned NOT NULL AUTO_INCREMENT ,
comment_idbigint( 20 ) unsigned NOT NULL DEFAULT ‘0’,
meta_keyvarchar( 255 ) DEFAULT NULL ,
meta_valuelongtext,
PRIMARY KEY (meta_id) ,
KEYcomment_id(comment_id) ,
KEYmeta_key(meta_key)
) ENGINE = InnoDB DEFAULT CHARSET = utf8 AUTO_INCREMENT =1;MySQL said: Documentation
#1046 – No database selectedI mention that import databes I m trying to import is not the same name as dbase I created in Cpanel, and when I access my site in wordpress on server there is not any more my theme, pictures, text, pages, only defalut twentyeleven theme!
Where did I mistake?
The topic ‘Importing DB error:CREATE TABLE IF NOT EXISTS `wp_commentmeta’ is closed to new replies.