Ran the command but it didn’t fix the problem… below is the query:
INSERT INTO db41285_wordpress.wp_usermeta (
umeta_id ,
user_id ,
meta_key ,
meta_value
)
VALUES (
NULL , ‘0’, NULL , ‘(null, 1, ”wp_user_level”, 10);’
);
Did I do this right?
what file am i editing though?
Where do we make this edit? Or where do I find wp_usermeta?