Using MySQL on MacOS with Terminal

preview_player
Показать описание
This is a guide for using MySQL through the Terminal program on MacOS.

1:14 is where I start talking about creating the log/tee file.

Commands for launching into MySQL (seen in video):

cd /usr/local/mysql/bin/

./mysql -u root -p
Рекомендации по теме
Комментарии
Автор

You are a lifesaver. Every other youtube channel or stack overflow has me cracking out brew to fix apt-get to reinstall because of an error- and all this because I started mysql and hit "initialise" and then tried to open it in terminal.

deathbyzergling
Автор

Thank you so much !!! It is working now

yuehanchen
Автор

Mine doesn’t show the Password step neither

yekraniko
Автор

what password i sld input after the command "./mysql -u root -p" ? I tried to input "root" or my mac pw, still got the error log "ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)"

MrFatlius
Автор

It is showing permission denied any reason why

shashanksaraswat
visit shbcf.ru