Here is what could be seen my site before it was made to redirect to another location (temporarily):
WordPress database error: [User ‘blogcomn_uzwal’ has exceeded the ‘max_questions’ resource (current value: 50000)]
SHOW TABLES;
WordPress database error: [User ‘blogcomn_uzwal’ has exceeded the ‘max_questions’ resource (current value: 50000)]
CREATE TABLE bl_categories ( cat_ID bigint(20) NOT NULL auto_increment, cat_name varchar(55) NOT NULL default ”, category_nicename varchar(200) NOT NULL default ”, category_description longtext NOT NULL, category_parent bigint(20) NOT NULL default ‘0’, category_count bigint(20) NOT NULL default ‘0’, PRIMARY KEY (cat_ID), KEY category_nicename (category_nicename) )