Install MySQL (MySQL Server) on your Ubuntu 22.04 LTS

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ธ.ค. 2024
  • In this video i have shown how you can download and install MySQL(mysql-server) on your ubuntu operating system specific on Ubuntu 22.04 LTS or 20.04 LTS or any newer version of ubuntu operating system. I have also shown how to fix the issue To fix Access denied for user ‘root’@‘localhost’ while opening mysql using mysql -u root -p.
    Commands Used :
    ==============
    sudo apt update
    sudo apt-get install mysql-server
    To check the version :
    mysql - -version
    To fix Access denied for user ‘root’@‘localhost’
    sudo mysql -u root -p
    show databases;
    use mysql
    update user set plugin=‘mysql_native_password’ where user=‘root’;
    flush privileges;
    Then finally Type :
    mysql -u root -p
    To create database :
    create database demo;
    Check all the available databases :
    show databases;
    ==================================
    PayPal : paypal.me/code...
    Patreon : / codewitharjun
    ➡️ Subscribe : / codewitharjun
    Stay Connected :
    ➡️ LinkedIn : / arjungautam1
    ➡️ Github : github.com/arj...
    Join Community :
    ➡️Discord : / discord
    Follow me on :
    ➡️ Medium: / codewitharjun
    ➡️ Dev.to : dev.to/codewit...
    #CodeWithArjun #Programming

ความคิดเห็น • 79

  • @lavender3098
    @lavender3098 ปีที่แล้ว +19

    if u face this error [ERROR 1054 (42S22): Unknown column '‘root’' in 'where clause'
    mysql> update user set plugin='mysql_native_password' where user='root';] its because of '‘root’' got different qoutes. so in order for you to fix either type the script by keyboard or use this one. update user set plugin='mysql_native_password' where user='root';

    • @anshulgoel1612
      @anshulgoel1612 11 หลายเดือนก่อน

      same

    • @tusharshaily
      @tusharshaily 4 หลายเดือนก่อน

      While doing the copy paste of the command from the description , manually type the inverted commas . It will work

    • @MohamedShaban-q4o
      @MohamedShaban-q4o 15 วันที่ผ่านมา

      thanks mate, it worked

  • @muzammilmohsin4199
    @muzammilmohsin4199 3 วันที่ผ่านมา +1

    Shortest and most precise guide on install MySQL on Ubuntu 👏👏

  • @ShakeelKhan-pz6zl
    @ShakeelKhan-pz6zl ปีที่แล้ว +8

    Nice, simple, to the point, and concise but complete.
    Appreciate that bro...

  • @lemol4938
    @lemol4938 ปีที่แล้ว +3

    3:00 i have ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO) help me plz

    • @MSEEchen
      @MSEEchen ปีที่แล้ว

      I got the same error

    • @MSEEchen
      @MSEEchen ปีที่แล้ว

      I remove and reinstall the mysql, then did 1. sudo service mysql start 2. mysql : which shows 1045 error 3. mysql -uroot -p : which shows 1698 error 4. sudo mysql -uroot -p : it works.

    • @lemol4938
      @lemol4938 ปีที่แล้ว

      @@MSEEchen reinstal all vps helped me

    • @METU_Class
      @METU_Class 9 หลายเดือนก่อน

      @@lemol4938what is vps and how can i remove and reinstall all of em?

  • @dilshodakhmedov7188
    @dilshodakhmedov7188 หลายเดือนก่อน +2

    Thank you very much for the fix. I have searching for hours on how to fix the password issue.

  • @Sam_06sept
    @Sam_06sept ปีที่แล้ว +2

    my problem "ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)"
    still exist what to doo?

    • @Anakapalli_bullodu
      @Anakapalli_bullodu 10 หลายเดือนก่อน

      Same issue but password: No can your issue resolved

  • @ParagBadhan-tb8jy
    @ParagBadhan-tb8jy ปีที่แล้ว +7

    I have followed all of your processes shown on the video,but after writing the final command (mysql -u root -p) it still says "Access denied for user 'root'@'localhost' (using password:Yes).Please help me in finding the solution.

    • @gabrielzapatasalazar1674
      @gabrielzapatasalazar1674 ปีที่แล้ว +6

      when you enter the password just press enter, don't put anything

    • @Sriiiiii
      @Sriiiiii ปีที่แล้ว +1

      I have the same issue...can someone resolve?

    • @jobberzworld429
      @jobberzworld429 ปีที่แล้ว

      @@Sriiiiii start with sudo

  • @EdySmi
    @EdySmi 3 หลายเดือนก่อน +1

    When I try mysql -u root -p, I keep getting "'ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)". Everything worked fine up until that point. Anyone know how I could fix this?

  • @lilybuisset2648
    @lilybuisset2648 ปีที่แล้ว +5

    Perfect video, solved all my problems and saved me so much time

  • @suryansh70
    @suryansh70 ปีที่แล้ว +1

    because of people like u who thinks these things may help others people like me survive thanks bro from heart❤

  • @emmanouildrosopoulos7894
    @emmanouildrosopoulos7894 9 หลายเดือนก่อน

    when i use mysql -u root -p at 3:04 i got this ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES) i dont know what am doing wrong any idea ?

    • @METU_Class
      @METU_Class 9 หลายเดือนก่อน

      can you explain how did u solve it?

    • @StenIsaksson
      @StenIsaksson 8 หลายเดือนก่อน

      Same here

    • @djvoo-by8dj
      @djvoo-by8dj 7 หลายเดือนก่อน

      sudo mysql

  • @MuhammadMansha-bc5pj
    @MuhammadMansha-bc5pj ปีที่แล้ว +2

    E: Unable to locate package mysql-server?

  • @mssphanichandra2889
    @mssphanichandra2889 2 ปีที่แล้ว +4

    here what is the password should we use in last step when it is asking for password

  • @lets_help1
    @lets_help1 2 หลายเดือนก่อน +1

    Thank you very much 🙏🙏🙏
    You saved me at the last

  • @shivambandal664
    @shivambandal664 5 ชั่วโมงที่ผ่านมา

    The Error occured is
    Package mysql-server-8.0 is not configured yet.
    dpkg: error processing package mysql-server (--configure):
    dependency problems - leaving unconfigured
    No apport report written because the error message indicates its a followup error from a previous failure.
    Errors were encountered while processing:
    mysql-server-8.0
    mysql-server
    Please Help

  • @IamDoQtorNo
    @IamDoQtorNo ปีที่แล้ว

    Howdy. Great instructions, easy to follow thanks a million. Now that i have it installed, how do I go about moving it to my second 1TB hard so that I can store all my databases there? Do you have a video that covers that? My installing nvme ssd is being used for system data only

  • @diogoteixeira740
    @diogoteixeira740 ปีที่แล้ว +3

    Right to the point and it worked! Thank you.

  • @easylearning760
    @easylearning760 10 หลายเดือนก่อน

    When I run this command in WSL it says unable to locate the package and its not installing it

  • @MrTANAPS
    @MrTANAPS ปีที่แล้ว

    I'm new in Ubuntu and Linux. So the file is already in the system? It's just a matter of install it? You don't need to download it?

  • @ayushkumar-n5w3z
    @ayushkumar-n5w3z 10 หลายเดือนก่อน

    ERROR 1054 (42S22): Unknown column '‘root’' in 'where clause'

  • @uj8882
    @uj8882 ปีที่แล้ว +2

    Thank you so much sir for your help

  • @engineers76
    @engineers76 ปีที่แล้ว +1

    easily solved my problem , perfect video

  • @fabianrr
    @fabianrr ปีที่แล้ว

    Thanks, how to start the database?

  • @jakescott9214
    @jakescott9214 ปีที่แล้ว

    You don't need that part with passwords, do you? I only installed mysql and it works with 'sudo mysql' ...

    • @imveryhungry112
      @imveryhungry112 10 หลายเดือนก่อน

      yeah that part isnt here

  • @adnanhadhi6941
    @adnanhadhi6941 10 หลายเดือนก่อน

    How to make it like an app?

  • @samueldana7934
    @samueldana7934 10 หลายเดือนก่อน

    is this secure for deployment ?

  • @rahuld.r7229
    @rahuld.r7229 ปีที่แล้ว +2

    Simple and helpful 👌🏻

  • @RaviSharma-gf2hu
    @RaviSharma-gf2hu ปีที่แล้ว +2

    thank you so much sir. it worked.

  • @JigarZone
    @JigarZone ปีที่แล้ว

    How to lunch sql workbench

  • @memeherp166
    @memeherp166 ปีที่แล้ว +1

    perfect simple and to the point

  • @gsssvr
    @gsssvr ปีที่แล้ว +1

    Keep up the good work brother

  • @SATISHKUMAR-ee3mg
    @SATISHKUMAR-ee3mg ปีที่แล้ว +5

    sudo mysql -u root -p - i m not getting error again after entering this command . Error - ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)

    • @praiseadigun5723
      @praiseadigun5723 ปีที่แล้ว

      i'm still getting error after using password: YES
      what I'm I doing wrong?

    • @roywilliamvermeulen
      @roywilliamvermeulen ปีที่แล้ว

      i swear these people make wrong tuts just to fuck with people

    • @braineaterzombie3981
      @braineaterzombie3981 ปีที่แล้ว +1

      Do not enter any password, just press enter . Hope that helps

    • @smkop393
      @smkop393 10 หลายเดือนก่อน

      Thanks zombie-​@@braineaterzombie3981

  • @yogiraj-t3k
    @yogiraj-t3k 10 หลายเดือนก่อน

    not found its showing
    not working trick

  • @SohelMulla-j2r
    @SohelMulla-j2r ปีที่แล้ว +1

    Thank u so much brother

  • @beratdogan5024
    @beratdogan5024 4 หลายเดือนก่อน +1

    thank you, it worked!!!

  • @rishabhgupta2364
    @rishabhgupta2364 9 หลายเดือนก่อน +1

    Its working thank you

  • @bibekkc5142
    @bibekkc5142 ปีที่แล้ว +1

    nepali coder bro

  • @GoldIsrael-ts8nh
    @GoldIsrael-ts8nh ปีที่แล้ว +1

    Thank you

  • @zozodj
    @zozodj 8 หลายเดือนก่อน +1

    Great!

  • @_el_polaco_
    @_el_polaco_ ปีที่แล้ว

    Good job!

  • @molezinif
    @molezinif ปีที่แล้ว

    i fucking love you!

  • @Justin-xy2ko
    @Justin-xy2ko 2 ปีที่แล้ว

    hey can I have moderator on your server, there are abusers in chat and I need to fix them.

    • @Justin-xy2ko
      @Justin-xy2ko 2 ปีที่แล้ว

      my username is "a good moderator"

  • @mohammedraheelpatel3852
    @mohammedraheelpatel3852 10 หลายเดือนก่อน +2

    Showing :- Error 2002 (HY000) : Can't connect to local mysql server through socket '/var/run/mysqld/mysqld.sock' (2). How to solve this issue??

  • @NikitaNair
    @NikitaNair 4 หลายเดือนก่อน +1

    Thank you so much!!!!