Install MySQL via Homebrew

Поделиться
HTML-код
  • Опубликовано: 6 сен 2024
  • In this tutorial we will learn how to install MySQL (www.mysql.com/) via Homebrew (www.brew.sh/). This is much faster and more easier then install and configure it via their website.
    We will set up MySQL completely with a new root password.
    ---
    Make sure to check out their websites:
    Homebrew - www.brew.sh/
    Braumeister - www.braumeiste...
    MySQL - www.mysql.com/
    ---
    Follow me on github - www.github.com...
    Follow me on Twitter - / rudolfsonjunior

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

  • @aluvalavenkatesh8948
    @aluvalavenkatesh8948 2 года назад +1

    Thank you sir in my Mac msql is not installing i have seen lot of videos and websites your video helped me thanks a lot

  • @lilena765
    @lilena765 6 лет назад

    This dude saved me 3 days of research, error messages, and running around. THANK YOU!

  • @25rinka
    @25rinka 5 лет назад +1

    Best video! for installing Homebrew and MySQL, Thank you so much!
    Also if you have error on mysql.server start then type this "sudo mysql .server start"

  • @krishnapadaliya3300
    @krishnapadaliya3300 2 года назад +1

    Thanks bro, it was pretty much helpful for mac users

  • @tejeshwarsaini6778
    @tejeshwarsaini6778 4 года назад

    Thanks alot Sir!
    After 2 days of debugging , installing , uninstalling and all that stuff from stack overflow , a 6 minutes video was enough!!!!!!!
    Go for it guys!!
    And yes don't install any other version of SQL along with it, which WILL create problem (for MAC :P)
    brew installs by default the latest version
    >>> brew install mysql@5.7

  • @sajjad413
    @sajjad413 4 года назад +1

    excellent video and it help if we follow step by step

  • @vinudhupad
    @vinudhupad 7 лет назад

    Thank you so much! Literally screwed up with the installation before this.

  • @polinaberenstein2778
    @polinaberenstein2778 7 лет назад +2

    Thank you! Finally no errors.

  • @JeanSebas9
    @JeanSebas9 8 лет назад +1

    Thank you. from Colombia!

  • @WELI007jp
    @WELI007jp 7 лет назад +1

    Thks, nice turtorial perfect !!!!!!!

  • @jiteshgamit
    @jiteshgamit 3 года назад

    Thank you for the help Sir, Your video helped me a lot today :)

  • @shoppersdream
    @shoppersdream 7 лет назад +1

    When i type sudo nano .bash_profile i don't see these export PATH commands. What am i doing wrong? It does not take me to /usr/local... folder Please advise. Thanks

  • @laoudghita5540
    @laoudghita5540 7 лет назад +1

    Thanks a bunch ! very helpful

  • @shoppersdream
    @shoppersdream 7 лет назад +1

    Hey can you tell me why i am not seeing
    Expected result is
    Export PATH =”usr/local/sbin: $PATH”
    Export PATH =”usr/local/sbin: $PATH”
    Export PATH =”usr/local/Cellar/mysql/version/bin:$PATH”
    #export PATH= usr/local/Cellar/nodw/6.2.1/libexec/npm/bin:$PATH
    and so on.
    my sudo command is not working.

  • @ahmadwaseem5402
    @ahmadwaseem5402 8 лет назад +1

    Thank you.

  • @3breze757
    @3breze757 6 лет назад

    how can i run mysql from preferences panel?

  • @ecShrey
    @ecShrey 7 лет назад +1

    Thank you man..

  • @deepudeepu-wo3yf
    @deepudeepu-wo3yf 5 лет назад

    i had the same issue i couldn't able to crack the password for the root .. is there any chance to change my password ..?

  • @emmanuelnavarro4362
    @emmanuelnavarro4362 7 лет назад +2

    EmmanuelMB:~ emmanuelnavarro$ mysql.server start
    Starting MySQL
    .rm: /tmp/mysql.sock: Permission denied
    .. ERROR! The server quit without updating PID file (/usr/local/var/mysql/EmmanuelMB.local.pid).
    EmmanuelMB:~ emmanuelnavarro$
    What can I do?

    • @rudolfson.junior1436
      @rudolfson.junior1436  7 лет назад +3

      1.) try starting mysql as 'sudo'
      or
      2.) try making the '/var/mysql'directory owned by your user

    • @CarolJeanLouis
      @CarolJeanLouis 4 года назад

      @@rudolfson.junior1436 how do you start mysql as 'sudo'?
      and if need be how do I make '/var/mysql' directory owned by my user?
      please help! thanks

  • @rodrigoolivag
    @rodrigoolivag 8 лет назад +1

    Thanks !!!

  • @nullReferenceException001
    @nullReferenceException001 7 лет назад +1

    When installing how do get the root password. IT did not provide one when i installed it

    • @rudolfson.junior1436
      @rudolfson.junior1436  7 лет назад

      `We've installed your MySQL database WITHOUT a root password. To secure it run: mysql_secure_installation.`

  • @shwethantoe
    @shwethantoe 4 года назад

    Thank you so much!

  • @Gwdufsm
    @Gwdufsm 4 года назад +1

    how ,ong does it take for this installation to be done... been waiting for hours my God

  • @brigette7581
    @brigette7581 7 лет назад +1

    thank you :')