Assegnare i diritti di Superadmin ad un utente wordpress dal Database

From RVM Wiki
Jump to navigation Jump to search
Attenzione questo articolo è ancora incompleto.
Sentiti libero di contribuire cliccando sul tasto edit.

Now, go to the wp_usermeta table: In the first form, fill in the following information:

unmeta_id - leave this blank (it will be auto-generated)
user_id - ID you used for the user while adding it to wp_users table
meta_key - set it to wp_capabilities
meta_value - put the following:
a:1:{s:13:"administrator";s:1:"1";}


Fill the form below with the following details:

unmeta_id - leave this blank (it will be auto-generated)
user_id - ID you used for the user while adding it to wp_users table
meta_key - input following: wp_user_level
meta_value - insert following: 10

Riferimenti