Quantcast
Channel: Topic Tag: MySQL | WordPress.org
Viewing all articles
Browse latest Browse all 5534

jpastorre on "Problems importing a database"

$
0
0

I used the Duplicator plugin to migrate one client blog from one hosting to Hostgator and when I try to import the database from the old hosting to use it in the new one this error appears:

consulta SQL:

CREATE TABLE wp_blog_versions (

blog_id BIGINT( 20 ) NOT NULL DEFAULT '0',
db_version VARCHAR( 20 ) NOT NULL DEFAULT '',
last_updated DATETIME NOT NULL DEFAULT '0000-00-00 00:00:00',
PRIMARY KEY ( blog_id ) ,
KEY db_version ( db_version )
) ENGINE = MYISAM DEFAULT CHARSET = utf8;

MySQL ha dicho: Documentación

#1046 - No database selected

The website is http://www.flamencapassion.com and it's getting the database error because i can't put this one.


Viewing all articles
Browse latest Browse all 5534

Trending Articles