{"id":1950,"date":"2023-03-03T08:25:04","date_gmt":"2023-03-03T08:25:04","guid":{"rendered":"https:\/\/pheonixsolutions.com\/knowledge-base\/?p=1950"},"modified":"2026-06-21T07:05:44","modified_gmt":"2026-06-21T07:05:44","slug":"how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql","status":"publish","type":"post","link":"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/","title":{"rendered":"<strong>How to create a WordPress Admin user for a WordPress Site via MySQL<\/strong>?"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Introduction<\/h3>\n\n\n\n<p>If you are unable to access the WordPress dashboard or need to create a new administrator account manually, you can add a WordPress admin user directly through the database using phpMyAdmin. This method allows you to regain access to your website without using the WordPress login page.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Prerequisites<\/h3>\n\n\n\n<p>Before proceeding, ensure you have the following:<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>cPanel account credentials.<\/li>\n\n\n\n<li>The username you want to create.<\/li>\n\n\n\n<li>The WordPress database name.<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\"><br>Implementation:<\/h3>\n\n\n\n<p>Step 1: Log into the cPanel account<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh5.googleusercontent.com\/HNn82bRIV9moNw5UiDsJcDuPcX3VdbV8D5zgdWNiV0-MGMNTjkbk_m7xwT5LrRnjIQkz4cROTMU4g0-NAlBnYZo5WICw0YeVzTuIANYS8PMp7GL-oQopAkBJkjEaIeoSqnaOcTS-I17wbfOBPEqYK7w\" alt=\"\"\/><\/figure>\n\n\n\n<p>Step 2: Go to the \u201cDatabase\u201d section and click on the PHPMyAdmin icon.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/VofwPL55Bqv6rSosIvmA71ygWDs3BHyMsYlkVbz8BZkGU5doVMCduzJb7cLmHSHrV7EnOSzdFT_BaDFSpXfloMZ0ob_d4wirzzGB3OCK43mi9HMSbW1fu7c686UT9LdFnI6MTly0SFu3eaoO4YINMkA\" alt=\"\"\/><\/figure>\n\n\n\n<p>Step 3: Select your WordPress database from the list of databases in PhpMyAdmin.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/zFGbe5k9hWKuSs0yu5IwhIRCLFuJrUSa2Q6--tEVa8OjMJCuzWQ0KsO6HTbGtS76Hj3ZKOTuybTsTkUp7Rd7ym5UJiXz0pvcCEehh3IwcPU3szA-WCrgs5BrzNtD3NqDpbtfw7kLtOUU4F6h6ymgWuI\" alt=\"\"\/><\/figure>\n\n\n\n<p>Step 4: Go to the WP Users table and click on the \u201cinsert\u201d link.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh6.googleusercontent.com\/CO0oMdUcOg9M4EZ-5qHNLaRzPiofR-P3u8oa8fQgS2c9kiteSUnugN5ZKQ7y_mYpJAivHYRxqLozRyOnnSsZ8d1nCZmOS5cfHWBYlm6ICnq4o9vYYoVnuJ7uI2N3WXmzGtxdVVzzPtvjg9p8yNSYSBs\" alt=\"\"\/><\/figure>\n\n\n\n<p>Step 5: You will need to fill in the necessary fields to insert a new user record.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh4.googleusercontent.com\/rdIuGNo2ZSoHbOoVm7xQ9StsqzSfJkJwJpDyz2Ykk1_6Ze5NlNrLo7xjMtIh34kvSeZYcGlR6-paZ0ILSCgTIua59bUX9lTkf-m7Dv7sY15_0TH4qcDvaUjT85fmv7LS1VZ3iXn8NnEJpuWfc-t5TKo\" alt=\"\"\/><\/figure>\n\n\n\n<p>Step 6: The final step is where we will assign some user meta values to the user account we just created.<\/p>\n\n\n\n<p>Go to the \u201cwp_usermeta\u201d table and click on the \u201cinsert\u201d link<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/lh3.googleusercontent.com\/wcSYZWj3wmdvfsuGAH2NLi_W1FML1MEqhoAG1HgLEN6FYxR0qw5my4mJ1iyKs3V-h5Td_mfu_d4KFvXUQNZ2OiFQLDjH9z8ezXpvXvJZQseMNQpWrU2iWMHgI3lHqomIpxcnohZKleygDNU4KoMEXrs\" alt=\"\"\/><\/figure>\n\n\n\n<p>Step 7: Use the following values and click the \u201cGo\u201d button to insert the user meta data.<\/p>\n\n\n\n<p>unmeta_id \u2013 Leave it blank (it will be generated for you)<\/p>\n\n\n\n<p>user_id \u2013 This is the ID of the user we created in the previous step.<\/p>\n\n\n\n<p>meta_key \u2013 Use wp_capabilities<\/p>\n\n\n\n<p>meta_value \u2013 Use the following value for this field:<\/p>\n\n\n\n<p>a:1:{s:13:\u201dadministrator\u201d;s:1:\u201d1\u2033;}<\/p>\n\n\n\n<p>Step 8: Now log into your WP site using this newly created WP User account.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Conclusion<\/h3>\n\n\n\n<p>Creating a WordPress administrator account through phpMyAdmin is a useful recovery method when access to the WordPress dashboard is unavailable. By manually adding a user and assigning administrator privileges, you can quickly regain control of your website.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Introduction If you are unable to access the WordPress dashboard or need to create a new administrator account manually, you can add a WordPress admin user directly through the database using phpMyAdmin. This method allows you to regain access to your website without using the WordPress login page. Prerequisites Before proceeding, ensure you have the ..<\/p>\n<div class=\"clear-fix\"><\/div>\n<p><a href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/\" title=\"read more...\">Read more<\/a><\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[33],"tags":[11,171],"class_list":["post-1950","post","type-post","status-publish","format-standard","hentry","category-whm","tag-mysql","tag-wordpress"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to create a WordPress Admin user for a WordPress Site via MySQL? - PheonixSolutions Knowledge-Base<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to create a WordPress Admin user for a WordPress Site via MySQL? - PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"og:description\" content=\"Introduction If you are unable to access the WordPress dashboard or need to create a new administrator account manually, you can add a WordPress admin user directly through the database using phpMyAdmin. This method allows you to regain access to your website without using the WordPress login page. Prerequisites Before proceeding, ensure you have the ..Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/\" \/>\n<meta property=\"og:site_name\" content=\"PheonixSolutions Knowledge-Base\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-03T08:25:04+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-21T07:05:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/lh5.googleusercontent.com\/HNn82bRIV9moNw5UiDsJcDuPcX3VdbV8D5zgdWNiV0-MGMNTjkbk_m7xwT5LrRnjIQkz4cROTMU4g0-NAlBnYZo5WICw0YeVzTuIANYS8PMp7GL-oQopAkBJkjEaIeoSqnaOcTS-I17wbfOBPEqYK7w\" \/>\n<meta name=\"author\" content=\"meenakshi k\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"meenakshi k\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2023\\\/03\\\/03\\\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2023\\\/03\\\/03\\\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\\\/\"},\"author\":{\"name\":\"meenakshi k\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/baf2a3c7578108699459ee9dfee7211f\"},\"headline\":\"How to create a WordPress Admin user for a WordPress Site via MySQL?\",\"datePublished\":\"2023-03-03T08:25:04+00:00\",\"dateModified\":\"2026-06-21T07:05:44+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2023\\\/03\\\/03\\\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\\\/\"},\"wordCount\":286,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2023\\\/03\\\/03\\\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/lh5.googleusercontent.com\\\/HNn82bRIV9moNw5UiDsJcDuPcX3VdbV8D5zgdWNiV0-MGMNTjkbk_m7xwT5LrRnjIQkz4cROTMU4g0-NAlBnYZo5WICw0YeVzTuIANYS8PMp7GL-oQopAkBJkjEaIeoSqnaOcTS-I17wbfOBPEqYK7w\",\"keywords\":[\"MySQL\",\"Wordpress\"],\"articleSection\":[\"WHM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2023\\\/03\\\/03\\\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2023\\\/03\\\/03\\\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\\\/\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2023\\\/03\\\/03\\\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\\\/\",\"name\":\"How to create a WordPress Admin user for a WordPress Site via MySQL? - PheonixSolutions Knowledge-Base\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2023\\\/03\\\/03\\\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2023\\\/03\\\/03\\\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/lh5.googleusercontent.com\\\/HNn82bRIV9moNw5UiDsJcDuPcX3VdbV8D5zgdWNiV0-MGMNTjkbk_m7xwT5LrRnjIQkz4cROTMU4g0-NAlBnYZo5WICw0YeVzTuIANYS8PMp7GL-oQopAkBJkjEaIeoSqnaOcTS-I17wbfOBPEqYK7w\",\"datePublished\":\"2023-03-03T08:25:04+00:00\",\"dateModified\":\"2026-06-21T07:05:44+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/baf2a3c7578108699459ee9dfee7211f\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2023\\\/03\\\/03\\\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2023\\\/03\\\/03\\\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2023\\\/03\\\/03\\\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\\\/#primaryimage\",\"url\":\"https:\\\/\\\/lh5.googleusercontent.com\\\/HNn82bRIV9moNw5UiDsJcDuPcX3VdbV8D5zgdWNiV0-MGMNTjkbk_m7xwT5LrRnjIQkz4cROTMU4g0-NAlBnYZo5WICw0YeVzTuIANYS8PMp7GL-oQopAkBJkjEaIeoSqnaOcTS-I17wbfOBPEqYK7w\",\"contentUrl\":\"https:\\\/\\\/lh5.googleusercontent.com\\\/HNn82bRIV9moNw5UiDsJcDuPcX3VdbV8D5zgdWNiV0-MGMNTjkbk_m7xwT5LrRnjIQkz4cROTMU4g0-NAlBnYZo5WICw0YeVzTuIANYS8PMp7GL-oQopAkBJkjEaIeoSqnaOcTS-I17wbfOBPEqYK7w\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/2023\\\/03\\\/03\\\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to create a WordPress Admin user for a WordPress Site via MySQL?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#website\",\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/\",\"name\":\"PheonixSolutions Knowledge-Base\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/#\\\/schema\\\/person\\\/baf2a3c7578108699459ee9dfee7211f\",\"name\":\"meenakshi k\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g\",\"caption\":\"meenakshi k\"},\"url\":\"https:\\\/\\\/pheonixsolutions.com\\\/knowledge-base\\\/author\\\/meenakshi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to create a WordPress Admin user for a WordPress Site via MySQL? - PheonixSolutions Knowledge-Base","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/","og_locale":"en_US","og_type":"article","og_title":"How to create a WordPress Admin user for a WordPress Site via MySQL? - PheonixSolutions Knowledge-Base","og_description":"Introduction If you are unable to access the WordPress dashboard or need to create a new administrator account manually, you can add a WordPress admin user directly through the database using phpMyAdmin. This method allows you to regain access to your website without using the WordPress login page. Prerequisites Before proceeding, ensure you have the ..Read more","og_url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/","og_site_name":"PheonixSolutions Knowledge-Base","article_published_time":"2023-03-03T08:25:04+00:00","article_modified_time":"2026-06-21T07:05:44+00:00","og_image":[{"url":"https:\/\/lh5.googleusercontent.com\/HNn82bRIV9moNw5UiDsJcDuPcX3VdbV8D5zgdWNiV0-MGMNTjkbk_m7xwT5LrRnjIQkz4cROTMU4g0-NAlBnYZo5WICw0YeVzTuIANYS8PMp7GL-oQopAkBJkjEaIeoSqnaOcTS-I17wbfOBPEqYK7w","type":"","width":"","height":""}],"author":"meenakshi k","twitter_card":"summary_large_image","twitter_misc":{"Written by":"meenakshi k","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/#article","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/"},"author":{"name":"meenakshi k","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/baf2a3c7578108699459ee9dfee7211f"},"headline":"How to create a WordPress Admin user for a WordPress Site via MySQL?","datePublished":"2023-03-03T08:25:04+00:00","dateModified":"2026-06-21T07:05:44+00:00","mainEntityOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/"},"wordCount":286,"commentCount":0,"image":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/#primaryimage"},"thumbnailUrl":"https:\/\/lh5.googleusercontent.com\/HNn82bRIV9moNw5UiDsJcDuPcX3VdbV8D5zgdWNiV0-MGMNTjkbk_m7xwT5LrRnjIQkz4cROTMU4g0-NAlBnYZo5WICw0YeVzTuIANYS8PMp7GL-oQopAkBJkjEaIeoSqnaOcTS-I17wbfOBPEqYK7w","keywords":["MySQL","Wordpress"],"articleSection":["WHM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/","name":"How to create a WordPress Admin user for a WordPress Site via MySQL? - PheonixSolutions Knowledge-Base","isPartOf":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/#primaryimage"},"image":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/#primaryimage"},"thumbnailUrl":"https:\/\/lh5.googleusercontent.com\/HNn82bRIV9moNw5UiDsJcDuPcX3VdbV8D5zgdWNiV0-MGMNTjkbk_m7xwT5LrRnjIQkz4cROTMU4g0-NAlBnYZo5WICw0YeVzTuIANYS8PMp7GL-oQopAkBJkjEaIeoSqnaOcTS-I17wbfOBPEqYK7w","datePublished":"2023-03-03T08:25:04+00:00","dateModified":"2026-06-21T07:05:44+00:00","author":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/baf2a3c7578108699459ee9dfee7211f"},"breadcrumb":{"@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/#primaryimage","url":"https:\/\/lh5.googleusercontent.com\/HNn82bRIV9moNw5UiDsJcDuPcX3VdbV8D5zgdWNiV0-MGMNTjkbk_m7xwT5LrRnjIQkz4cROTMU4g0-NAlBnYZo5WICw0YeVzTuIANYS8PMp7GL-oQopAkBJkjEaIeoSqnaOcTS-I17wbfOBPEqYK7w","contentUrl":"https:\/\/lh5.googleusercontent.com\/HNn82bRIV9moNw5UiDsJcDuPcX3VdbV8D5zgdWNiV0-MGMNTjkbk_m7xwT5LrRnjIQkz4cROTMU4g0-NAlBnYZo5WICw0YeVzTuIANYS8PMp7GL-oQopAkBJkjEaIeoSqnaOcTS-I17wbfOBPEqYK7w"},{"@type":"BreadcrumbList","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/2023\/03\/03\/how-to-create-a-wordpress-admin-user-for-a-wordpress-site-via-mysql\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/pheonixsolutions.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"How to create a WordPress Admin user for a WordPress Site via MySQL?"}]},{"@type":"WebSite","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#website","url":"https:\/\/pheonixsolutions.com\/knowledge-base\/","name":"PheonixSolutions Knowledge-Base","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pheonixsolutions.com\/knowledge-base\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/pheonixsolutions.com\/knowledge-base\/#\/schema\/person\/baf2a3c7578108699459ee9dfee7211f","name":"meenakshi k","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/17c0a3923b9a31a41d8de2fdc928e514efe879fe17b6e5d2814b7f81ed2356e5?s=96&d=mm&r=g","caption":"meenakshi k"},"url":"https:\/\/pheonixsolutions.com\/knowledge-base\/author\/meenakshi\/"}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1950","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/comments?post=1950"}],"version-history":[{"count":2,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1950\/revisions"}],"predecessor-version":[{"id":3850,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/posts\/1950\/revisions\/3850"}],"wp:attachment":[{"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=1950"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/categories?post=1950"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pheonixsolutions.com\/knowledge-base\/wp-json\/wp\/v2\/tags?post=1950"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}