How to install MySQL 8.0.23 Server latest version on MAC OS



How to install MySQL 8.0.23 Server latest version on MAC OS

How to install MySQL 8.0.23 Server latest version on MAC OS

Learn how to download & install MySQL 8 on MAC. To download the MySQL installer, refer the below video:
https://dev.mysql.com/downloads/mysql/

!! Commands !!
“Run the bash_profile file”
After adding the path of mysql, run the bash_profile file to configure the path
$source .bash_profile
Then try to run mysql -u root -p

Alternatively, if you just copy /usr/local/mysql/bin/mysql -uroot -p Into the terminal it works.

!! Commands !!
Set path for MySQL
$ open -t .bash_profile

If bash_profile does not exist, create a new one
$ touch .bash_profile

Add below line to .bash_rpfile and save (Command+S)
export PATH=${PATH}:/usr/local/mysql/bin/

Install MySQL on Windows 10
https://youtu.be/OM4aZJW_Ojs

Hindi: Install MySQL on Windows 10
https://youtu.be/0K8dIVrTLJc

#MySQL #Install #MAC

► Subscribe
https://www.youtube.com/c/amittechie

► Donate & Support us
https://www.paypal.com/paypalme/learnnow25

►Our popular videos:
– How to run first program in PHP? https://youtu.be/TjFRTkw6GDQ
– Android: Locate and view SQLite Database in Android Studio https://youtu.be/lrMoccPBZ14
– Android Studio- Change App Name (App Title) of Android App https://youtu.be/mKmHvU7cz_w
– How to run your first Java Program in NetBeans IDE https://youtu.be/hshWDPWsZAU

Subscribe to Amit Thinks for more videos!
Like! Subscribe! Share!
Stay tuned!

Comments are closed.