Download MYSQL on mac

0

what happens esque I have tried in a thousand ways to download mysql on mac, I read all the steps they give me on their page, and never ask for a password, or give it to me by default (as it says on the page) link Could someone who has installed Mysql help me? since when I try to connect mysql to either xamp, wammp, phpmyadmin or even to worbench, it does not allow me because the password is always wrong.

I add that I tried with the empty password, 123, 1234, root, and the user's password on mac.

    
asked by Laura Alvarez 03.11.2016 в 18:45
source

2 answers

2

Try Mamp , I really do not know how it is xamp on mac but mamp is a version especially for mac and personally never I have been plagued by any kind of probalema.

    
answered by 04.11.2016 в 13:54
0

I recommend you do it directly from a manager, I'll give you all the steps

Instalate brew (honestly it's great)

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

this is the command.

then use

brew install mysql

when you already have it, it's just running it.

brew services run mysql

and use a good mysql manager, I recommend SequelPro is free and very very good.

Tell me if you need more help.

    
answered by 08.06.2018 в 15:37