How to Add a WordPress User From phpmyadmin
Sign in to YouTube
Sign in to YouTube
Sign in to YouTube
Published on Dec 22, 2012
If you ever do need to add a user to WordPress manually, that is through phpMyAdmin, this is how you would do it.
So, Why not make a user inside the WordPress administration? Because you've probably messed something up.
"You do not have sufficient permissions to access this page" sound familiar?
I go over SOME reasons you might need (I needed) to use the phpmyadmin method is at 4:23 of the video.
Right now I'm using zorkboy.com, just installed WordPress on it.
1: 0:55 Log into phpMyAdmin within your server dashboard, I use http://www.site5.com/in.php?id=109829 hosting.
2: 1:05 Locate and select your Wordpress database.
If you do not know your username, password, or even the name of your database you can find it in your wp-config.php file.
Back in phpmyadmin you will now see a list of your database tables.
You will need to change the wp_users and the wp_usermeta table.
3: Click on the wp_users table to bring up the data for that table. You should see a list of the current users come up -- or if you do not have any users you would see the list of database fields available to fill in for a new user.
4: 1:46 Click on the Insert tab.
We will need to insert a row into the database with our new user information.
user_login -- this is the username you want to use to access Wordpress
user_pass -- this is the password you want to use to access Wordpress (Wordpress stores passwords with MD5 encryption)
user_nicename -- put whatever you would like to refer to yourself as in here (not your username)
user_email -- this is the email account associated with this user
user_url -- the url to your website like -- http://www.webenvelopment.com
user_registered -- Pick a date with the date selector
user_activation_key -- Leave this blank. WordPress uses it on it's own
user_status -- leave this set to "0"
display_name -- The new user's display name sitewide
Hit "Go" to create this user. You should see Green like I had in the video. 3:23
If not double check all this information.
5: 3:39 Hit wp_users again to see you new user! (take note of the new user's id)
Now lets give that new user some permissions.
6: 3:48 Click on the wp_usermeta table
7: 3:55 Click on the "Insert" tab
Fill in the following information
umeta_id - leave this blank it is automatically generated
user_id -- this is the id of the user you created in the previous steps
meta_key -- for this step insert wp_capabilities
meta_value -- insert exactly this -- a:1:{s:13:"administrator";b:1;}
Insert another row with this information
umeta_id - leave this blank it is automatically generated
user_id -- this is the id of the user you created in the previous steps
meta_key -- for this step insert wp_user_level
meta_value -- insert 10
Click the "Go" button in phpMyAdmin to insert the row.
The user you created should be live and have the ability to login to your WordPress administration at your.com/wp-admin
-
Category
-
License
Standard YouTube License
Loading...
Loading...
Loading...
Loading...
Loading...
-
1:07
Add new user to phpmyadmin (MySQL Server)by JKelanyChannelFeatured
821
-
1:42:46
Build Your Online Store! - 2013by Tyler Moore
58,799 views
-
3:52
Wamp Setup and WordPress Installation for Local Theme Developmentby WebEnvelopment
20 views
-
35:22
Wordpress Basicsby cthomas9181
5,581 views
-
11:44
Beginners MYSQL Database Tutorial 2 # CREATE NEW DATABASE SCHEMA and TABLEby ProgrammingKnowledge
8,120 views
-
10:44
phpMyAdmin basic tutorial on creating Databases and Tables in MySQLby srajarjun
979 views
-
4:36
How to add PHP code to your wordpress blog site ( in a widget)by allaboutwp
831 views
-
3:14
Embed a YouTube Video and Customize the Playerby WebEnvelopment
5 views
-
1:03:29
How To Make a Wordpress Website - AMAZING!by Tyler Moore
866,245 views
-
14:55
Understanding the phpMyAdmin - Part 1by Rocky Jagtiani
795 views
-
10:43
Installing and Configuring phpMyAdmin: Linux Server Training 101by soundtraining
297 views
-
10:01
Linux - PHPMYADMINby aj17hacker
1,437 views
-
9:01
How to Move Your Website to a New Web Host: The Easy Wayby homeaddition
16,813 views
-
8:30
Understanding the phpMyAdmin - Part 2by Rocky Jagtiani
212 views
-
8:58
How to Create Wordpress Tables with TinyMCEby John Landells
6,739 views
-
7:43
How to Edit PHP, CSS, and HTML in Wordpressby web2dot0video
30,602 views
-
4:37
User Registration in Wordpressby AboutWordpressBasics
4,254 views
-
1:50
How to Create a New User on WordPressby cdrsvideo
333 views
-
11:26
PHP MySQL Tutorial: Create a Database and Table in phpMyAdmin -HD-by RCGTutorials
11,852 views
-
10:00
How to Create an HTML Form That Stores Data in a MySQL Database Using PHP Part 1 of 4by John Morris
93,848 views
- Loading more suggestions...
All Comments (1)
jsnmrkDOTcom 3 weeks ago
THANK YOU sooooo much for this. Exactly what I needed to know.
Sign in to YouTube
Sign in to YouTube