• Resolved Dusty

    (@ameliapower)


    I’m working locally on mamp creating a theme and accidentally deleted my wp_users table. I need to add a wp_users table back in here but don’t know exactly what to insert for the different fields…”field” “type” “length/values” “default” “collation” etc.

    Don’t suggest doing something in the dashboard because the whole reason this happened was due to a password retrieval problem in the first place so unfortunately I can’t get in there. Now I just need to add this table back into php/myadmin so I can recreate my password.

    Any help would really be appreciated. Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • An easy thing to do would be to set up a new installation of wordPress in a different folder. Once installed, you can then go in that db export the wp-user table and then import it in your other db.

    Thread Starter Dusty

    (@ameliapower)

    That did it. Thank you Christine.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘wp_users table’ is closed to new replies.