• WordPress database error: [Table ‘saj331.wp_users’ doesn’t exist]
    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_520_ci

Viewing 1 replies (of 1 total)
  • That looks like the database set up didn’t complete fully so it is building the missing tables.
    Does the install work after it has completed this process?
    If you have access to the database etc via phpmyadmin or similar I’d be tempted to delete all the tables and run the setup again.

Viewing 1 replies (of 1 total)
  • The topic ‘when i try to complete the instalation for wordpress this happens’ is closed to new replies.