How To Install MySQL on Ubuntu 22.04 LTS (Linux)

Поделиться
HTML-код
  • Опубликовано: 15 окт 2024

Комментарии • 107

  • @nihal5658
    @nihal5658 11 месяцев назад +5

    man this helped me a lot.. i have been having problem with mysql database installtion and i did not get any clear video on this topic. and this video pops up in my feed which is crystal clear, concise. thank you very much

  • @arijitgayen4674
    @arijitgayen4674 11 месяцев назад +3

    concise and to the point...just what is needed and just what most of these tutorials lack!

  • @leezhenjian7451
    @leezhenjian7451 5 месяцев назад +1

    Hi @ProgrammingKnowledge ! I don't know who you are and where you're from, but I really want to thank you for the very concise and to the point instruction !! I spent many hours going through mySQL documentation and still couldnt do it properly. I've hit the like and subscribe button, please keep doing what u do!!!

  • @rahulmalik468
    @rahulmalik468 Месяц назад

    One of the best instructor I have ever seen. Sir whoever you are , You are doing a great Job.. Thanks for such amazing channel

  • @saumyashahi4594
    @saumyashahi4594 7 месяцев назад +2

    ERROR: snap "mysql-workbench-community" is not available on stable for this architecture (arm64) but exists on other architectures (amd64). How to fix this problem....

  • @TECHvideo-2000
    @TECHvideo-2000 11 месяцев назад +1

    Hi can you explain below topic pls
    1)Binary installation steps.
    2)Backup Strategy before upgrade.
    3)Mysql upgrade 5.5,5.6,to 5.7 steps.

  • @soundstosoothe1191
    @soundstosoothe1191 11 месяцев назад +2

    hey i am getting problem with that root command it would deny my access, do you know how to fix that?

  • @usmanvlogs6370
    @usmanvlogs6370 2 месяца назад

    The best tutorial for installation guide of mySql server in Ubuntu. very easy and step by step. Thanks for creating this tutorial.

  • @ayham_alhittini95
    @ayham_alhittini95 7 месяцев назад +8

    ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';

  • @lindatochukwu3081
    @lindatochukwu3081 3 месяца назад

    I kept having this error - ERROR 1819 (HY000): Your password does not satisfy the current policy requirements............. pls what do I do?

  • @Salmannaveed123
    @Salmannaveed123 4 месяца назад

    thanks man when i decided to skip ubuntu forever ,this video popped out

  • @jumaxeno5004
    @jumaxeno5004 8 месяцев назад

    my connection doesn't work, all i receive is a user interaction error? I followed all the steps and I am even using chatgpt to help but nothing is
    My version: ;Server version: 8.0.35-0ubuntu0.22.04.1 (Ubuntu)

  • @yogiraj-t3k
    @yogiraj-t3k 7 месяцев назад

    i have already try this trick but it's not working trick.
    it's showing mysql not found in command

  • @panchalkishan3437
    @panchalkishan3437 Год назад +2

    I got this after installing the mysql-server :----
    ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)

    • @GustavoUFF-wt1dx
      @GustavoUFF-wt1dx 11 месяцев назад

      same

    • @jordanholmes6814
      @jordanholmes6814 11 месяцев назад +1

      ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';

    • @rishabhsharma4875
      @rishabhsharma4875 29 дней назад

      Thanks brother it's really work 😊​@@jordanholmes6814

  • @RAKSHITA-b9y
    @RAKSHITA-b9y 11 месяцев назад

    When i am running sudo systemctl start mysql.service then i get following error
    Error:- system has not been booted with systemd as init system(PID 1). Failed to connect to bus:host is down
    Please send me solution for this error

  • @Kaytoh_
    @Kaytoh_ 7 месяцев назад

    At the password validation stage, i entered yes and selected password medium strength 2. Then the system said "Skipping password set for root as authentication set for auth_socket by default. If you would like to use password authentication, use the alter user command."
    How do I go about this. I have been unable to set a password and I don't have the default password.

    • @Kaytoh_
      @Kaytoh_ 7 месяцев назад

      The ALTER USER 'root' @'localhost' IDENTIFIED WITH mysql_native_password BY 'new password' is not working. It just moves to a new line

  • @ΑντρέαςΣωτηρίου-π8γ
    @ΑντρέαςΣωτηρίου-π8γ 10 месяцев назад +2

    I have a problem is saying :
    Your connection attempt failed for user 'root' to the MySQL server at localhost:3306:

    • @noweare1
      @noweare1 5 месяцев назад

      Same problem .....

  • @sridhar-aem
    @sridhar-aem 4 месяца назад

    Installed successfully and worked fine for the first time. After restart showing the error:
    "ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)"
    Plz help...

  • @jatinsharma3792
    @jatinsharma3792 Год назад

    Thanks everthing in working after setups followed !!

  • @rbg4377
    @rbg4377 Год назад +2

    Muchas gracias. Está tam bien explicado que hasta sin saber mucho el inglés pude hacerlo.

  • @nicoloretis6328
    @nicoloretis6328 Год назад +6

    Thank you so much!! you brought back light in my life!! I was so stuck!

  • @AZ4808
    @AZ4808 Год назад +6

    ERROR 1819 (HY000): Your password does not satisfy the current policy requirements

    • @shreeltrivedi5310
      @shreeltrivedi5310 10 месяцев назад

      I solved my problem using UNINSTALL COMPONENT 'file://component_validate_password';

    • @ΑντρέαςΣωτηρίου-π8γ
      @ΑντρέαςΣωτηρίου-π8γ 10 месяцев назад +1

      Me too

    • @Xdenderman_1113
      @Xdenderman_1113 8 месяцев назад +1

      Using this command in MySql Monitor it will work SET GLOBAL validate_password.policy = LOW;
      Also check how the password should be according to the policies using
      SHOW VARIABLES LIKE 'validate_password%'

    • @ΑντρέαςΣωτηρίου-π8γ
      @ΑντρέαςΣωτηρίου-π8γ 8 месяцев назад

      @@Xdenderman_1113 are you sure ?

  • @rameshnagella2029
    @rameshnagella2029 Год назад +1

    snap work bench is gettting error for some systems check once bro

  • @divyanshubhatt5969
    @divyanshubhatt5969 22 дня назад

    Broo its showing --- unabyto locate pakage mysql-server

  • @priteshpatil9705
    @priteshpatil9705 11 месяцев назад

    great video sir .But how to initialize data directory for mysql 8.0....? or How to change default directory mysql 8.0....?

    • @noweare1
      @noweare1 5 месяцев назад

      that setting is in /etc/mysql/mysql.conf.d/mysqld.cnf file

  • @sadam_khan
    @sadam_khan 2 месяца назад

    can you stop writing commands below the screen area? :/

  • @daxtorim123
    @daxtorim123 Год назад +1

    Great detailed tutorial, that was awsome

  • @titocorg3898
    @titocorg3898 11 месяцев назад

    straight forward, thank you!

  • @suki9444
    @suki9444 Год назад

    When i used Alter user with root password...it was showing error that your password doesn't satisfy the current policy requirements

    • @ravi.k.t
      @ravi.k.t Год назад

      Try using dificult password

  • @yogiraj-t3k
    @yogiraj-t3k 7 месяцев назад

    E: Package 'mysql-server' has no installation candidate

  • @EddieMao
    @EddieMao 9 месяцев назад

    Great tutorial, and workbench is also great, I am new to it. thank you so much.

  • @mateusztenteges3244
    @mateusztenteges3244 Год назад +1

    one thing i would skip was that part where it return error, because then i had to guess what password to type in, and the many questions popped when it did not on your video
    besides that thank you
    ps. i typed in root when it wanted password

  • @shudhanshukumarpandey5761
    @shudhanshukumarpandey5761 Год назад

    Thanks for the detailed video.

  • @yfygs
    @yfygs 9 месяцев назад

    Done. Very helpful. Thank you!

  • @RonDavisceo
    @RonDavisceo Год назад

    how do get my project to accept "gem mysql 0.5. 5"

  • @MerveSoftware
    @MerveSoftware Год назад

    Hey thank you. I was going to comment under the previous video.Please, for Ubuntu to do MySQL...🎉

  • @tackocky-catan8169
    @tackocky-catan8169 2 месяца назад

    Very helpful, thank you!

  • @Lovely_Pihu
    @Lovely_Pihu Год назад +1

    when i am running "sudo snap install mysql-workbench-community" command @10:13 then i am getting following error
    error: cannot perform the following tasks:
    - Run configure hook of "mysql-workbench-community" snap if present (run hook "configure": cannot locate base snap core22: No such file or directory)

  • @cornielvorster6903
    @cornielvorster6903 Год назад

    thank you very helpful!

  • @moisesantonio4335
    @moisesantonio4335 10 месяцев назад

    Thank you guys , you by helped verynow

  • @codeme8016
    @codeme8016 4 месяца назад

    Thanks for the video. It worked great.

  • @noweare1
    @noweare1 5 месяцев назад

    thank you very much. I was pulling my hair out. Now I have to figure out why Workbench did not find running sqlserver. Maybe the port # is incorrect.

  • @-es2bf
    @-es2bf Год назад

    No SQL server on ubuntu 22.04.

  • @gcs3495
    @gcs3495 5 месяцев назад

    great video man, thank you!

  • @ayushkoli8233
    @ayushkoli8233 Месяц назад

    Thanks man! Its working

  • @luccascamilo647
    @luccascamilo647 3 месяца назад

    Really usefull video, saved me a lot of time!

  • @franciscosalazar8116
    @franciscosalazar8116 Год назад

    Great!!!!!Thanks so much!

  • @duytuan2720
    @duytuan2720 4 месяца назад

    Wow, this video is very helpful 💥

  • @SiweCele
    @SiweCele 5 месяцев назад

    thank you so much you just earned a new sub!

  • @victortoulouse
    @victortoulouse 9 месяцев назад

    Thanks mate u helped me so much

  • @bhaskarkumar1829
    @bhaskarkumar1829 Год назад

    really helpful

  • @mikhailshkaralevich574
    @mikhailshkaralevich574 9 месяцев назад

    Awesome, thank you

  • @zmurilo19
    @zmurilo19 Год назад

    work fine, ty

  • @sandeepaviduranga
    @sandeepaviduranga 8 месяцев назад

    Thank you !

  • @elafismael1641
    @elafismael1641 4 месяца назад

    THANK YOU VERY MUCH!!!!!

  • @atharvsabale8044
    @atharvsabale8044 Год назад

    thank you sir

  • @whosmiletus
    @whosmiletus Месяц назад

    thanks a lot, man

  • @jellyfish1772
    @jellyfish1772 Год назад

    thank you so much

  • @BinaryInsights-m9i
    @BinaryInsights-m9i Год назад

    Perfect Thanku

  • @Codeing-di3yf
    @Codeing-di3yf 5 месяцев назад

    Thank you very much ♥♥

  • @MaiconCardoso-1
    @MaiconCardoso-1 9 месяцев назад

    Thank you so much

  • @suryasahoo705
    @suryasahoo705 Год назад

    thank you broo

  • @adityaraj-zm7zk
    @adityaraj-zm7zk 7 месяцев назад

    network connect nhi ho raha hai

  • @sharanxxxx
    @sharanxxxx 7 месяцев назад

    thank you bhai

  • @adrienguylagrange4453
    @adrienguylagrange4453 5 месяцев назад

    Thanks a lot for this tutorial. It's very helpful 🥲

  • @thomas3636
    @thomas3636 3 месяца назад

    much love tyvm

  • @uctrinhminh7923
    @uctrinhminh7923 Год назад

    thank you

  • @dhanusree-123
    @dhanusree-123 Год назад

    After installation i am getting error in the place of giving password it was showing like cannot connect to database server
    How can I resolve this problem

    • @devyanshgarg6156
      @devyanshgarg6156 10 месяцев назад

      I am getting the same error, did you get a solution for that?

    • @upsidedownChad
      @upsidedownChad 8 месяцев назад

      did any of you find a solution? i'm having the same problem @dhanusree-123 @devyanshgarg6156

  • @jamesoofou6723
    @jamesoofou6723 3 месяца назад

    Thanks

  • @ericksegura478
    @ericksegura478 10 месяцев назад

    Gracias bro

  • @thedarkx3gaming242
    @thedarkx3gaming242 7 месяцев назад

    great 😀

  • @AsrorKenjayev-cu4js
    @AsrorKenjayev-cu4js 8 месяцев назад

    👍

  • @reyankhan4702
    @reyankhan4702 10 месяцев назад

    Security Config

  • @atlantic_love
    @atlantic_love Год назад

    I just wished Linux looked better and felt less sluggish.

    • @_Rie_
      @_Rie_ Год назад

      Negawat

  • @akashshrestha01
    @akashshrestha01 11 месяцев назад +1

    ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';

    • @jordanholmes6814
      @jordanholmes6814 11 месяцев назад

      thanks

    • @devyanshgarg6156
      @devyanshgarg6156 10 месяцев назад

      @@jordanholmes6814 After installing the workbench when i click on the local instance 3306 it gives me the error Access denied for user 'root'@'localhost' can you pleasee help me solve this error

  • @mr.nicktuts653
    @mr.nicktuts653 Год назад

    Awesome work

  • @MikhailLatypov-n6r
    @MikhailLatypov-n6r Год назад

    Thank you very helpful!

  • @NickMath-q8q
    @NickMath-q8q 10 месяцев назад +1

    ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password';

  • @ramaafayez6470
    @ramaafayez6470 8 месяцев назад

    Thank you !

  • @Karim_Safan
    @Karim_Safan 4 месяца назад

    thanks a lot 😍