I'm always watching your videos to refresh my memory
@albinite2 жыл бұрын
5 years later and still on spot! Thank you!
@ugochukwu82702 жыл бұрын
Mike you have made programming look easy.
@Amazhit5 жыл бұрын
For you, to make life a bit easier :) echo ‘export PATH=/usr/local/mysql/bin:$PATH’ >> ~/.bash_profile
@taweikadil5114 жыл бұрын
Thank you! You’re literally the best
@Siddharth-uo6zw3 жыл бұрын
Thank u so much! can you make more advanced paid courses in SQL, Back end Developer with economical for students. you teach so well.
@Kijiima3 жыл бұрын
Hi Mike - helpful tutorial! But I have a OS 11.2 Big Sur and I can't seem to access MySQL through Terminal when following your instructions. Any chance you can help?
@nathaliamendesdealbuquerqu34062 жыл бұрын
Im having the same problem, did you figure it out?
@dariamaecka2302 жыл бұрын
Hi, I had the same problem. Here is the instruction how to do it kzbin.info/www/bejne/oWOopYCnirOeo5o&ab_channel=SysAdminCorner
@juandaRodriguezO Жыл бұрын
I had the same issue when installing it in Big Sur. I was able to fix it by downloading the 8.0.28 version (the MySQL website has it as the one for Big Sur) after that, follow Mike's steps and I should work.
@biesann93294 жыл бұрын
THANH YOU MIKE T_T following several tutorials but none of them works, idk why, until this one
@lorraineliu84226 жыл бұрын
Extremely helpful. Thank you!
@labbdogg29293 жыл бұрын
Why did you recommend using POPSQL when we could have easily downloaded and installed MySQL workbench during the installation process
@miyemba_144 жыл бұрын
you saved my day bro
@mscoco14315 жыл бұрын
thank you so much for all sql videos but i want to change font size in popsql ,i did'nt fegier it out
@armmass50365 жыл бұрын
good man you solved one problem for me thank you
@gaberondon87575 жыл бұрын
You are the man, thank you
@flopac27765 жыл бұрын
Hi Mike, unfortunately the download of POPSQL is not for free anymore. Is there a way how I can download it without the monthly costs?
@sureshmhoprekar27446 жыл бұрын
Thank you great videos!!!
@emmavelazquezxyz5 жыл бұрын
Thanks Mike!
@Roboticdock5 жыл бұрын
Mike, thanks a lot for nice explanation, I have trouble connecting POPSQL! Actually, when I sign in, it doesn’t open the “connecting to database” window, instead it takes me back to the application. I’d be grateful if you could help me.
@kengthe59494 жыл бұрын
Hi there! I just encountered a problem when trying to connect to the database that is `Handshake inactivity time out. Can someone help me?
@khooskzad56126 жыл бұрын
Can you connect remotely to another DB with PopSQL?
@javiercruz37894 жыл бұрын
MIKE DANE I need your help! I am watching all your videos and learning about SQL. I am stuck at this MySQL Mac Installation Tutorial 5. I dowloaded MySQL to my MacBook Pro but it's not coming up on my screen and neither is going to "terminal" and writing out the command.I hit enter after writing the command and it does nothing. Please help me or anyone. I been at this for days, I want to learn this and practice. I am not giving up, hope you read this and help!!!!!
@xinyue33173 жыл бұрын
pop sql is no longer free??you only have a free trail ? do you suggest others ?
@christroy52166 жыл бұрын
How do I fix " Client does not support authentication protocol requested by server; consider upgrading MySQL client" ?
@juliaguzheng6 жыл бұрын
login to mysql, and use ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'; worked for me.
@christroy52166 жыл бұрын
perfect that worked, thank you so much
@rajroy62155 жыл бұрын
it doesnt open for me after the download
@renymarinez69004 жыл бұрын
What if it doest not let you type in a password?
@abukarabukar51934 жыл бұрын
bash_profile doesn't work so what now?
@LakeCountyWindowCleaners Жыл бұрын
If you're having issues getting to the terminal where you can enter a password, use this video: kzbin.info/www/bejne/pHTVhHudaph_osU
@traveltoegypt5 жыл бұрын
Hi Mike, Thank you for the great stuff you offer every time. I get the following error while trying to access mysql {-bash: .: /Users/islam/: is a directory } any clue? Thanks a lot
@insideyourcloset27256 жыл бұрын
is there a way to change your username?
@mitchellhayes44106 жыл бұрын
trouble getting mysql to set up in my terminal on a mac, $ mysql -u root -p Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) is the response i am getting, any solution would be greatly appreciated
@halineferreira6 жыл бұрын
Me too! Have you fixed that?
@krchirla5 жыл бұрын
Check if you have started 'Mysql Server' on System Preferences
@abdulwadood69275 жыл бұрын
@@krchirla actually same error as above and checking on pref pane the instance keeps starting and stopping by itself - as in toggles b/w start and stop (for both Active and Installed instance). Also in configuration section the configuration file path is empty. Reinstalled multiple times. Checked, other and data directory path and file exists.
@MrKevien125 жыл бұрын
check in here medium.com/@jangid.hitesh2112/install-apache-mysql-php-macos-mojave-10-14-b6b5c00b7de it works for me
@greatboredompineappl4 жыл бұрын
it says my password doesn't work??
@justthatpm6 жыл бұрын
hi wondering if you'd be able to help me out. download mysql server but having issues with the root password. i set it during the installation but when trying to setup the command line it's saying incorrect password. im on mac ox sierra.
@mitchellhayes44106 жыл бұрын
similar issue, also on a mac, $ mysql -u root -p Enter password: ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) is the response i am getting i hope you had better luck that i did Irma, any solution would be greatly appreciated
@zamiramiri47845 жыл бұрын
it says the localhost is not found what should I do? please! help me..
@emmavelazquezxyz5 жыл бұрын
This may help discussions.apple.com/docs/DOC-3083
@utkarshsachaan5 жыл бұрын
Can anyone suggest how to navigate this error after mysql -u root -p ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
@andychang27395 жыл бұрын
Anyone else not get a password?
@motorheadbanger905 жыл бұрын
I didn't. I made my own.
@BeatSeedz4 жыл бұрын
@@motorheadbanger90 how did you do that?
@motorheadbanger904 жыл бұрын
@@BeatSeedz I was prompted to...
@shahbazsandhu4 жыл бұрын
hi i am getting this error when entering info at popsql Uh oh :( getaddrinfo ENOTFOUND localhost
@utkarshsachaan5 жыл бұрын
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: YES)
@hectorquaicoe82154 жыл бұрын
i have the same issue. were u able to resolve yours?
@mahinike165 жыл бұрын
it says : -bash: .~/.bash_profile: No such file or directory Can anyone help?
@sosetavsciorap5 жыл бұрын
If you already set a password while doing the installation, type this instead and it should log you in mysql: sudo /usr/local/mysql/bin/mysql -u root -p
@hieunguyentrung28443 жыл бұрын
@@sosetavsciorap thank you
@javiercruz37894 жыл бұрын
MIKE DANE I need your help! I am watching all your videos and learning about SQL. I am stuck at this MySQL Mac Installation Tutorial 5. I dowloaded MySQL to my MacBook Pro but it's not coming up on my screen and neither is going to "terminal" and writing out the command.I hit enter after writing the command and it does nothing. Please help me or anyone. I been at this for days, I want to learn this and practice. I am not giving up, hope you read this and help!!!!!