Localhosting login problems
-
Can’t login again to my localhost web page after restarting my comp. I was install wp on localhost via mamp, build 70% of my future page, and I can not login anymore after reeboting my mac.
I was run MAMP after rebooting, and then write site title and my mail, and I got error:WordPress database error: [Table ‘wordpress.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_ciWordPress database error: [Table ‘wordpress.wp_usermeta’ doesn’t exist]
CREATE TABLE wp_usermeta ( umeta_id bigint(20) unsigned NOT NULL auto_increment, user_id bigint(20) unsigned NOT NULL default ‘0’, meta_key varchar(255) default NULL, meta_value longtext, PRIMARY KEY (umeta_id), KEY user_id (user_id), KEY meta_key (meta_key(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ciWordPress database error: [Table ‘wordpress.wp_termmeta’ doesn’t exist]
CREATE TABLE wp_termmeta ( meta_id bigint(20) unsigned NOT NULL auto_increment, term_id bigint(20) unsigned NOT NULL default ‘0’, meta_key varchar(255) default NULL, meta_value longtext, PRIMARY KEY (meta_id), KEY term_id (term_id), KEY meta_key (meta_key(191)) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ciPlease for help. Thanks in advance.
(email visible only to moderators and staff)
Goran Ivsic
The blog I need help with is: (visible only to logged in users)
-
dizajntisakdotorg.wordpress.com – this is not blog with which I need help!
I have issue with localhost wp page login. I am very fresh with wp, so I need help.
And sorry for my Eng.
BR
-
Sorry but you are in the wrong place. These forums are only for blogs/sites hosted by WordPress.com
WordPress.COM and WordPress.ORG are completely separate and different http://support.wordpress.com/com-vs-org/
And you should ask in the WordPress.org forums.
http://wordpress.org/support/If you don’t have a username on the ORG forums, you’ll need to register one there.
Cheers
-
- The topic ‘Localhosting login problems’ is closed to new replies.