Hello!
Sorry @ajitkhodke but I don’t understand what you mean? Can you please give me a step by step description of how I would check that?
I have found another possible solution in creating a subdomain and importing the old database to that but the below error message comes up when I try to import the database – any ideas what this means? Can it be fixed?
Error
SQL query:
—
— Database: db377718658
—
— ——————————————————–
—
— Table structure for table wp_cimy_uef_data
—
CREATE TABLE IF NOT EXISTS wp_cimy_uef_data
(
ID
BIGINT( 20 ) NOT NULL AUTO_INCREMENT ,
USER_ID
BIGINT( 20 ) NOT NULL ,
FIELD_ID
BIGINT( 20 ) NOT NULL ,
VALUE
TEXT NOT NULL ,
PRIMARY KEY ( ID
) ,
KEY USER_ID
( USER_ID
) ,
KEY FIELD_ID
( FIELD_ID
)
) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =1;
MySQL said: Documentation
#1046 – No database selected