#MySQL #Workbench | How to install mysql and workbench on Mac



#MySQL #Workbench | How to install mysql and workbench on Mac

#MySQL #Workbench | How to install mysql and workbench on Mac

How can to install mysql and workbench on Mac! Please get download link below

* Installing MySQL
https://dev.mysql.com/doc/refman/5.6/en/osx-installation-pkg.html

*Installing MySQL Workbench
https://dev.mysql.com/doc/workbench/en/wb-installing-mac.html

* Connect to mysql
– start mysql server if it stops in System Preference
– reset password for root user mysql
In terminal: mysql -u root -p
mysqladmin -u root -p’old passw’ password new

Comments are closed.