php - Reset wp_usermeta in phpmyadmin -
i using multisites, trying reset wp_usermeta
in phpmyadmin. use:
delete `wp_usermeta` user_id not in (select id `wp_users`);
but reason unable reset users id's.
my goal brand new database in terms of users , users id's. website still in development phase.
thanks
Comments
Post a Comment