Login issue after permantly deleted all other web pages
-
I am a relative newbie to WordPress, so keep that in mind.
My purpose was to delete all the “old” files at https://stequitymo.netfirms.com to be propogated by new files.
After deleting all the posts, media and links, I deleted all the pages except for login, to get back into the dashboard.
What I got was the following below. I cannot login now via https://stequitymo.netfirms.com/login.
How can I just start from the beginning by wiping everything off the URL and update the the newest version of WordPress.
Thank you for your time.
WordPress database error: [User ‘u70782320’ has exceeded the ‘max_questions’ resource (current value: 75000)]
SHOW TABLES;WordPress database error: [User ‘u70782320’ has exceeded the ‘max_questions’ resource (current value: 75000)]
CREATE TABLE wp_terms ( term_id bigint(20) unsigned NOT NULL auto_increment, name varchar(200) NOT NULL default ”, slug varchar(200) NOT NULL default ”, term_group bigint(10) NOT NULL default 0, PRIMARY KEY (term_id), UNIQUE KEY slug (slug), KEY name (name) ) DEFAULT CHARACTER SET utf8WordPress database error: [User ‘u70782320’ has exceeded the ‘max_questions’ resource (current value: 75000)]
CREATE TABLE wp_term_taxonomy ( term_taxonomy_id bigint(20) unsigned NOT NULL auto_increment, term_id bigint(20) unsigned NOT NULL default 0, taxonomy varchar(32) NOT NULL default ”, description longtext NOT NULL, parent bigint(20) unsigned NOT NULL default 0, count bigint(20) NOT NULL default 0, PRIMARY KEY (term_taxonomy_id), UNIQUE KEY term_id_taxonomy (term_id,taxonomy), KEY taxonomy (taxonomy) ) DEFAULT CHARACTER SET utf8WordPress database error: [User ‘u70782320’ has exceeded the ‘max_questions’ resource (current value: 75000)]
CREATE TABLE wp_term_relationships ( object_id bigint(20) unsigned NOT NULL default 0, term_taxonomy_id bigint(20) unsigned NOT NULL default 0, term_order int(11) NOT NULL default 0, PRIMARY KEY (object_id,term_taxonomy_id), KEY term_taxonomy_id (term_taxonomy_id) ) DEFAULT CHARACTER SET utf8WordPress database error: [User ‘u70782320’ has exceeded the ‘max_questions’ resource (current value: 75000)]
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) ) DEFAULT CHARACTER SET utf8there is more, but I cannot seem to attach this file.
- The topic ‘Login issue after permantly deleted all other web pages’ is closed to new replies.