Instructions for creating an account in phpMyAdmin
ARTRU
TABLE OF CONTENTS
It seemed like this job was simple, but when I encountered it, it took me quite a bit of time to handle it.
In the case of receiving customer projects, we limit asking for Admin login accounts and passwords. I also do not ask customers to create new user accounts, but add them themselves in phpMyAdmin. After completing the project, I will delete this account and hand it over to the customer.
wp_users
Insert
in the top bar.MD5
→ then enter the password for this new account.Go
to create.wp_usermeta
Insert
in the top bar of the table wp_usermeta
wp_capabilities
".a:1:{s:13:"administrator";b:1;}
".Go
.So you have completed creating a new account in phpMyAdmin. Good luck.
Related Articles