• WordPress database error: [User ‘id16096273_wp_3347f9eb6fbf17db679c9560688c6bd4’ has exceeded the ‘max_queries_per_hour’ resource (current value: 15000)]
    CREATE TABLE wp_users ( ID bigint(20) unsigned NOT NULL auto_increment, user_login varchar(60) NOT NULL default ”, user_pass varchar(255) NOT NULL default ”, user_nicename varchar(50) NOT NULL default ”, user_email varchar(100) NOT NULL default ”, user_url varchar(100) NOT NULL default ”, user_registered datetime NOT NULL default ‘0000-00-00 00:00:00’, user_activation_key varchar(255) NOT NULL default ”, user_status int(11) NOT NULL default ‘0’, display_name varchar(250) NOT NULL default ”, PRIMARY KEY (ID), KEY user_login_key (user_login), KEY user_nicename (user_nicename), KEY user_email (user_email) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci

    [Moderated: Large code excerpt removed per forum guidelines. Please use Pastebin and Gist and copy your code there. Then return here and paste the link to that here.]

    • This topic was modified 3 years, 9 months ago by t-p.
Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    15,000 queries?
    Why are you running so many queries?

    1. reduce the number of queries
    2. ask the hosting to increase the hourly limit for queries.

    Large code excerpt removed per forum guidelines. Please use Pastebin and Gist and copy your code there. Then return here and paste the link to that here.

Viewing 1 replies (of 1 total)
  • The topic ‘Install WorldPress error’ is closed to new replies.