Thanks Anna for the quick response, I am getting this error when I upload database:
CREATE TABLE IF NOT EXISTS `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;
It didn't happen last time I uploaded can you direct me to information to fix this error?
---------- Post added at 12:17 PM ---------- Previous post was at 12:07 PM ----------
Anna, this has to do with my first question. I can't import a database if on the left side of the phpadmin, I don't see the database I created here. When I go to import, on the left side where there should be the database I created it says no database, even though in my sql I created a user and database and configured the w-config file correctly..
Why isn't a database showing up in phpadmin? This is the question.
CREATE TABLE IF NOT EXISTS `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;
It didn't happen last time I uploaded can you direct me to information to fix this error?
---------- Post added at 12:17 PM ---------- Previous post was at 12:07 PM ----------
Anna, this has to do with my first question. I can't import a database if on the left side of the phpadmin, I don't see the database I created here. When I go to import, on the left side where there should be the database I created it says no database, even though in my sql I created a user and database and configured the w-config file correctly..
Why isn't a database showing up in phpadmin? This is the question.