Trusted WordPress tutorials, when you need them most.
Beginner’s Guide to WordPress
WPB Kupası
25 Million+
Websites using our plugins
16+
Years of WordPress experience
3000+
WordPress tutorials
by experts

MySQL ile WordPress Veritabanına Yönetici Kullanıcı Ekleme

Hiç evinizin anahtarını unutup dışarıda kaldığınızı hissettiniz mi? WordPress web sitenizde kilitli kalmak buna çok benzeyebilir. Özellikle de bilgisayar korsanları yönetici hesabınızı silmişse çok sinir bozucudur. Ama endişelenmeyin, tekrar girebilirsiniz.

Web sitenizi gizli bir arka kapısı olan bir ev gibi düşünün. Bu arka kapı web sitenizin veritabanıdır ve genellikle MySQL kodu kullanılarak erişilir. Şimdi, bu karmaşık gelebilir, ancak web sitenizde perde arkasında değişiklikler yapmak için kullanabileceğiniz bir dizi talimat gibidir.

Bu makalede, tıpkı eviniz için yeni bir anahtar yaptırmak gibi, web siteniz için yepyeni bir yönetici hesabı oluşturmak üzere MySQL’i nasıl kullanacağınızı öğreteceğiz. Bu şekilde, bilgisayar korsanlarını dışarıda bırakabilir ve kontrolü geri alabilirsiniz.

How to Add an Admin User to the WordPress Database via MySQL

Neden MySQL aracılığıyla WordPress Veritabanına Yönetici Kullanıcı Ekleyelim?

Bir keresinde bir kullanıcının sitesinin saldırıya uğradığı ve yönetici hesabının veritabanından silindiği bir sorunla karşılaştık. Bu da onları WordPress web sitelerinin dışında bıraktı.

Doğrudan WordPress web sitesine yeni bir yönetici kullanıcı oluşturarak web sitelerine erişmelerine yardımcı olabildik. Bunu, web tarayıcınızı kullanarak MySQL veritabanlarını yönetmenizi sağlayan web tabanlı bir araç olan phpMyAdmin’i kullanarak yaptık.

Bilgisayar korsanları nedeniyle veya sadece şifrenizi unuttuğunuz için WordPress yönetici alanınızın dışında kaldıysanız, aynı şeyi siz de yapabilirsiniz.

Ancak, herhangi bir MySQL düzenlemesi yapmadan önce her zaman veritabanınızın yedeğini almalısınız. Ardından, web sitenize tekrar giriş yapabildiğinizde, saldırıya uğramış WordPress sitenizi düzeltmek için yeni başlayanlar kılavuzumuzu izlemeniz gerekebilir.

Bununla birlikte, MySQL aracılığıyla WordPress veritabanına nasıl yönetici kullanıcı ekleneceğine bir göz atalım.

phpMyAdmin ile WordPress Veritabanına Yönetici Kullanıcı Ekleme

phpMyAdmin, en iyi WordPress barındırma şirketlerinin çoğunda önceden yüklenmiş olarak gelir. Hosting hesabınızın cPanel panosunun Veritabanları bölümünde bulabilirsiniz.

İşte Bluehost kontrol panelinden bir ekran görüntüsü:

Selecting phpMyAdmin on cPanel

Simgeye tıkladığınızda phpMyAdmin arayüzü açılacaktır. Sol sütundan WordPress veritabanınızı seçmeniz gerekir.

Bundan sonra, phpMyAdmin WordPress veritabanınızdaki tüm tabloları görüntüleyecektir. wp_users ve wp_usermeta tablolarında değişiklikler yapacaksınız.

You Will Be Making Changes to the wp_users and wp_usermeta Tables

wp_users Tablosuna Kullanıcı Ekleme

İlk olarak, wp_users tablosunu bulmanız ve tıklamanız gerekir. Bu, şu anda tabloda listelenen kullanıcıları gösterecektir.

Aşağıdaki ekran görüntüsünde demo web sitemizin tablosunda iki kullanıcı kimliği olduğuna dikkat edin, 1 ve 2. Demo sitemiz için yeni bir kullanıcı oluşturduğumuzda, bu kimliğin benzersiz olması gerekir, bu nedenle 3 sayısını yazacağız.

Yeni bir yönetici kullanıcı için bilgileri ekleyebilmek için ekranın üst kısmındaki ‘Ekle’ sekmesine tıklamanız gerekir.

Click the Insert Tab

Ekle formundaki alanlara aşağıdaki bilgileri ekleyin:

  • ID: benzersiz bir sayı seçin (örneğimizde 3 kullanacağız)
  • user_login: oturum açarken kullanılacak kullanıcı adı
  • user_pass: bir parola ekleyin ve işlev menüsünde MD5’i seçtiğinizden emin olun (aşağıdaki ekran görüntüsüne bakın)
  • user_nicename: kullanıcının tam adı veya takma adı
  • user_email: kullanıcının e-posta adresi
  • user_url: web sitenizin adresi
  • user_registered: kullanıcının takvimi kullanarak kaydedildiği tarih ve saati seçin
  • user_activation_key: boş bırakın
  • user_status: bunu 0 olarak ayarlayın
  • display_name: kullanıcının tam adı veya görünen adı
Fill In the Fields for the New User

İşiniz bittiğinde, yeni kullanıcıyı kaydetmek için ‘Git’ düğmesine tıkladığınızdan emin olun.

wp_usermeta Tablosuna Kullanıcı Ekleme

Şimdi, wp_usermeta tablosunu bulmanız ve tıklamanız gerekir. Bundan sonra, önceki adımda yaptığınız gibi ‘Ekle’ sekmesine tıklamalısınız.

Ardından, aşağıdaki bilgileri Insert formuna eklemeniz gerekir:

  • unmeta_id: bunu boş bırakın (otomatik olarak oluşturulacaktır)
  • user_id: önceki adımda kullandığınız kullanıcı kimliği
  • meta_key: bu wp_capabilities olmalıdır
  • meta_value: insert this: a:1:{s:13: "administrator";s:1: "1";}
Fill In the Fields for the New User

Bundan sonra, aşağı kaydırdığınızda, ikinci bir satır için alanlar bulmalısınız. Aşağıdaki bilgileri eklemeniz gerekir:

  • unmeta_id: bunu boş bırakın (otomatik olarak oluşturulacaktır)
  • user_id: önceki adımlarda kullandığınız kullanıcı kimliği
  • meta_key: wp_user_level girmeniz gerekir
  • meta_value: 10
Fill In the Fields for the New User

Bilgileri alanlara girmeyi bitirdiğinizde, ‘Git’ düğmesine tıklamanız gerekir. Tebrikler, yeni bir yönetici kullanıcı adı oluşturdunuz!

Şimdi, bu kullanıcı için belirlediğiniz kullanıcı adı ve şifreyi kullanarak WordPress yönetici alanınıza giriş yapabilmeniz gerekir.

Oturum açar açmaz, Kullanıcılar ” Tüm Kullanıcılar’a gitmeniz ve ardından yeni oluşturduğunuz kullanıcı adına tıklamanız gerekir.

Navigate to Users » All Users and Edit the New User

Şimdi, hiçbir şeyi değiştirmeden sayfanın en altına gidin ve ‘Kaydet’ düğmesine tıklayın.

Bu, WordPress’in yeni oluşturduğunuz kullanıcıyı temizlemesini ve gereken bazı ekstra bilgileri eklemesini sağlayacaktır.

SQL Sorgusu Kullanarak WordPress Veritabanına Yönetici Kullanıcı Ekleme

Eğer bir geliştiriciyseniz, kod kullanarak süreci hızlandırabilirsiniz.

Bu SQL sorgusunu veritabanınıza bırakmanız yeterlidir:

INSERT INTO `databasename`.`wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES ('3', 'demo', MD5('demo'), 'Your Name', 'test@example.com', 'http://www.example.com/', '2022-09-01 00:00:00', '', '0', 'Your Name');
 
 
INSERT INTO `databasename`.`wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (NULL, '3', 'wp_capabilities', 'a:1:{s:13:"administrator";s:1:"1";}');
 
 
INSERT INTO `databasename`.`wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES (NULL, '3', 'wp_user_level', '10');

‘databasename’i çalıştığınız veritabanı olarak değiştirdiğinizden emin olun.

Ayrıca, ilk yöntemde açıkladığımız gibi, diğer değerleri yeni kullanıcı için istediğiniz değerlerle değiştirmeyi unutmayın.

Drop This SQL Query Into Your Database

WordPress Yöneticisi Kilitlendiğinde Yapılması Gerekenler Hakkında Uzman Kılavuzları

Artık MySQL aracılığıyla nasıl yönetici kullanıcı ekleyeceğinizi bildiğinize göre, WordPress yönetici alanından kilitlendiğinizde web sitenizi nasıl düzelteceğinizle ilgili bazı makaleleri görmek isteyebilirsiniz.

Umarız bu eğitim, MySQL aracılığıyla WordPress veritabanına nasıl yönetici kullanıcı ekleyeceğinizi öğrenmenize yardımcı olmuştur. Ayrıca nihai WordPress güvenlik kılavuzumuzu veya yaygın WordPress hataları ve bunların nasıl düzeltileceği listemizi de görmek isteyebilirsiniz.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

Açıklama: İçeriğimiz okuyucu desteklidir. Bu, bazı bağlantılarımıza tıklarsanız komisyon kazanabileceğimiz anlamına gelir. WPBeginner'ın nasıl finanse edildiğini, neden önemli olduğunu ve nasıl destek olabileceğinizi görün. İşte editoryal sürecimiz.

Avatar

Editorial Staff at WPBeginner is a team of WordPress experts led by Syed Balkhi with over 16 years of experience in WordPress, Web Hosting, eCommerce, SEO, and Marketing. Started in 2009, WPBeginner is now the largest free WordPress resource site in the industry and is often referred to as the Wikipedia for WordPress.

Ultimate WordPress Araç Kiti

Araç setimize ÜCRETSİZ erişim sağlayın - her profesyonelin sahip olması gereken WordPress ile ilgili ürün ve kaynaklardan oluşan bir koleksiyon!

Reader Interactions

241 yorumBir Cevap Bırakın

  1. Syed Balkhi

    Hey WPBeginner readers,
    Did you know you can win exciting prizes by commenting on WPBeginner?
    Every month, our top blog commenters will win HUGE rewards, including premium WordPress plugin licenses and cash prizes.
    You can get more details about the contest from here.
    Start sharing your thoughts below to stand a chance to win!

  2. Mark C

    WARNING! If your WordPress database has a custom table prefix rather than wp_ you’ll need to use that for the capabilities and user_level entries or you’ll get issues trying to access the dashboard.

    For example, if your database table prefix is wp_abcdef_ then you would use wp_abcdef_capabilities and wp_abcdef_user_level in the appropriate fields when inserting the usermeta table record.

    Also, it is easy to get confused in phpmyadmin, think you didn’t press the Go button, and click the Go button again when adding a record.

    • WPBeginner Support

      Thank you for clarifying that should anyone run into an issue!

      Yönetici

  3. Dennis Muthomi

    this is super helpful for those times when you’re locked out of your site. I do have a quick question
    I recently hired a freelance developer to work on a custom plugin for my site, but she needs admin access to get the job done.
    the thing is, I’ve never given anyone else admin privileges before, and I’m a bit hesitant to hand over the admin rights,.Is there a way to create a temporary admin account or limit the time she has admin rights? I want to make sure my site stays secure while still giving her the access she needs.Thanks

  4. An

    This guide just made my life so much easier!
    I don’t know you but I love you!
    Thanks!

  5. Max Johnson

    The user is inserted. The site accepts the credentials

    but

    site does not allow use of admin panel: /wp-admin

    “Sorry, you are not allowed to access this page.”

    This is WordPress 6.4.2 & PHP 8.2

  6. Navin Rangar

    It’s not working for me, sadly. I’ve checked and everything is showing in the database tables, but the website says the email address is not registered. If I try username it says it’s not recognised. Any ideas would be gratefully received!

    • WPBeginner Support

      You may want to check that you do not have multiple databases in the chance that a placeholder site was set up when you first signed up with your hosting provider.

      Yönetici

  7. Kashif Ali

    I want Create Editor user in database ?

    • WPBeginner Support

      For editor users, we would recommend manually creating them through the WordPress interface using an admin account.

      Yönetici

  8. perceval hasselman

    I am so happy for your explanation. This saves me a lot of work.

    It was hard to do without knowledge but this tutorial did it for me

    Thanks a lot!

    • WPBeginner Support

      Happy to hear our guide was helpful!

      Yönetici

  9. Eleanor

    It’s not working for me, sadly. I’ve checked and everything is showing in the database tables, but the website says the email address is not registered. If I try username it says it’s not recognised. Any ideas would be gratefully received!

  10. Lucas

    Thank you a lot. You save my life, bro. thks

    • WPBeginner Support

      Glad our guide was helpful!

      Yönetici

  11. newbie

    Hi there,
    I’m trying to move my live wordpress site to my local server because I need to do an updates.
    However after setting up in the local server I’m not able to login and I came accross this article
    ‘Adding an Admin User to the WordPress Database Using a SQL Query’. My questions is the adding of this user should be done in the live server or my local server.
    Thank you.

  12. Sam

    Excellent article. Forgot login details after years of hiatus.

    • WPBeginner Support

      Glad our article was able to help!

      Yönetici

  13. daniele

    done but is not working for me. I created an account but wo see it as subscriber account not an admin.

  14. Nibedita

    Thanks for the tips it really worked and i could know a lot more about configuration i wordpress.

    • WPBeginner Support

      Glad our article could help you learn :)

      Yönetici

  15. Farkas Tibor

    Thanks, it saved me from a lot of work.

    • WPBeginner Support

      Glad our guide was helpful! :)

      Yönetici

  16. MKallas

    Thank you. This might come handy in other cases too… I made a Local AMPPS Wordpress Install and for some reason first registrant got Subscriber rights instead of Admin. Really interesting. Anyways, PhpMyAdmin and fix of wp_usermeta -> wp_usercapabilities -> “a:1:{s:13:”administrator”;s:1:”1″;}” sorted it out.

  17. Andy

    Hi, thanks for the info. I’ve only been able to login as a general ‘User’ using this method – I can’t see/access the Admin Dashboard. The site is a directory site that i migrated from a backup to a new domain. Any suggestions to get full admin privileges?

  18. B A

    I come here 2-3 times a year to get that nice set of SQL boilerplate. Should probably just save it to my notes at this point. Thanks so much!

    • WPBeginner Support

      Glad our guide is able to continue to be helpful :)

      Yönetici

  19. Jana

    Thank you so much for this post! I had so many problems after migrating and changing the base url of my site and this post solved them all.

    • WPBeginner Support

      Glad our guide was able to help :)

      Yönetici

  20. Kristen

    I followed these steps and see my new account, but my site still will not allow me to log in. It says invalid user, then if I try resetting the password it says no account exists. What’s my next step to fix this?

    • WPBeginner Support

      You may want to ensure you added the user to the correct database, you should also be able to reach out to your hosting provider for them to take a look.

      Yönetici

  21. Kyle Eggleston

    Excellent, useful tutorial. Thanks for publishing.

    • WPBeginner Support

      You’re welcome :)

      Yönetici

  22. Stefan Pl

    1. Please change the post to include information about table prefixes – a problem that appeared quite a few times in the comments and will keep you from succeeding if you just follow the post and have an alternative prefix.
    2. Thanks for the information presented here :-)

    • WPBeginner Support

      Thank you for your feedback about our post :)

      Yönetici

  23. Mandy

    For everyone who can login but not see the wp-admin, these instructions aren’t wholly correct.
    The wp_cabailities meta_value actually needs to be set as a:1:{s:13:”administrator”;b:1;}
    Otherwise your user doesn’t end up with a role set and you can’t see wp-admin.

    • WPBeginner Support

      Thank you for sharing the code that worked for you :)

      Yönetici

    • Jan

      Yes this also worked me, Many Thanks!

  24. Cristina

    Hi. My Wordpress website is being managed by a remote developer. He is an admin and so am I. We have a monthly agreement and I have every intention of paying him his dues. What measures can I do to make sure that I keep the access as well as my website should things go sideways? Can you please help me? Thanks in advance.

    • WPBeginner Support

      Create backups of your site and as long as you are the one paying for hosting you can restore the site

      Yönetici

  25. Janne

    Hi,
    Thanks for writing this! I see I am not the only one who was looking for instructions. My user was created, and I can click on the “Reset password” link and also get an e-mail from the system, but I am not able to log in. I saw that my “usermeta” table looks different from the other users’ – mine starts with “closedpostboxes_attachment”, not “first_name” etc. What might be the reason for that?
    j

    • WPBeginner Support

      That table is for meta boxes that you have closed, the order you’re seeing the table shouldn’t cause an issue

      Yönetici

  26. Sofia

    Hi!
    I did all the process but when I log in to the dashboard I only see the “Welcome to WordPress” section, I don’t see anything else in the admin area.

    Please, can you help me?

    • WPBeginner Support

      Your hosting provider may have customized their login area, there is normally an advanced section you can go to or reach out to your host and they should be able to assist :)

      Yönetici

  27. Alexander Mtembenuzeni

    This was really helpful. Thank you!

    • WPBeginner Support

      Glad our post was helpful :)

      Yönetici

  28. Anisha

    Working on this for days. Thank you…

    • WPBeginner Support

      Glad our article could help you :)

      Yönetici

  29. Glenn Gordon

    I have a WP blog site which I have been locked out of. I created a new admin and can log in, but not to my dashboard. Instead, I go to my main blog page with my name and admin # at the top right and a logout button. How do I gain access to my admin/dashboard area?

    • WPBeginner Support

      You’re welcome :)

      Yönetici

  30. João

    Hello,
    Well, this is embarrassing but… would anyone be able and kind enough to help me solve the father of problems? – wp_users table gone/missing… :(
    Thank you in advance.

    • WPBeginner Support

      You would want to reach out to your hosting provider if that table is not with your database to see if they have a backup of your database to restore.

      Yönetici

  31. lhoucine

    hi! thank you for your tutorials,
    i did all these steps and my issue still the same, when I want to login to my wp-admin, show me this message “Sorry, you are not allowed to access this page.” please if know how to fix this I will so thankful
    thank you

  32. Holly Fitzgerald

    After backing up my database with updraftPlus, then restoring it, we lost all admin access. I followed these instructions but am still getting an error saying I do not have access. Help!

  33. john juncal

    you are an absolute legend! after3 hours of trying useless suggestion from forums, you came up trumps, thank you!

    • WPBeginner Support

      Glad our article could help :)

      Yönetici

  34. stephane

    You Save my Life. Thank you so much!

    • WPBeginner Support

      Glad our article could be helpful :)

      Yönetici

  35. Gina

    EXCELLENT tutorial. Thank you so much!

  36. mahmud

    many many thanks bro. you are genius.

  37. Punam

    Many Many thank.. it is very helpful to me and my site work perfectly…

  38. Taieuro

    Thanks your information!
    But after inserting a admin accout, i can not login my site.
    Appear “Protection” button stop me to login WP dashboard.
    Please help me!

  39. Matthew

    Didn’t work, I’m getting the “Sorry, you are not allowed to access this page.” message. I checked my wp-config.php and the prefix is “wp_” but it still doesn’t work. Any ideas?

  40. Cavid Muradov

    You helped my life, thank you very much.

  41. Julia

    Thank you so much. Worked perfectly. You helped me so much!
    Julia

    • Rivhie

      How did you do it? It didn’t work for me.

  42. Chakerz

    Hi,

    change “wp_” to your installation prefix !!

    :-)

  43. UgoChukwu Agbams

    Thank you very much. This article really helped me a lot, after my admin account was set to customer by a plugin I set to change user role from whatever to customer when they made a purchase.
    I never knew it will affect the admin role as well.

  44. JOEL

    Very good, great info. The SQL worked super fast so thumbs up!

  45. kerry

    is there a common reason why user can login but Dashboard is not made available? I see a lot of meta key values in the db

  46. Jules

    Thank you, this has been very helpful.

  47. PM

    Thank you sooooo much for this. Just this morning my wordpress site was hacked and I could not login into wp-admin. It was giving “user not found” error. I used this to fix things in my hostgator account.
    Very very grateful. Written instructions are excellent but the video could be slower with more details.

  48. joel

    Hi all,

    it didn’t work for me…

    an error message tell me that I can’t access to the dashboard

    !!HELP !!

    • Anup Poudel

      It is simple mate.See what is written in you database name.
      Like in my case it was wprn_capabilities,wprn_user_level..

  49. James Denning

    I have the same problem. No matter what I do the user does not have any privliges

  50. Shaheen

    I messed around with this more; watched the video several times and it’s still not working.

    In my case, I lost admin access after I migrated my WP site from one hosting account to another.

    my old admin login is able to login but once in, isn’t able to do anything.

    Using mysql, i tried creating a new user and adding the meta data. When I try to login with the new user, it says the password is incorrect. I tried saying “forgot password” and I did not receive any email to the email address i included when making the user with msql.

    In mysql i can see my old admin user is still there. I tried adding meta data to give admin privledges to that user, by putting in the corresponding userID. This didn’t change anything. I am still able to login with that user but don’t have access to anything. If anyone has any advice it would be much appreciated!

Bir Cevap Bırakın

Yorum bırakmayı seçtiğiniz için teşekkür ederiz. Lütfen tüm yorumların yorum poli̇ti̇kasi uyarınca denetlendiğini ve e-posta adresinizin yayımlanmayacağını unutmayın. Ad alanında anahtar kelime KULLANMAYIN. Kişisel ve anlamlı bir sohbet edelim.