Question: Install mysql on your computer Windows User Download mysql from https://dev.mysql.com/downloads/mysql/(chose correct version) You can follow the instruction: https://corlewsolutions.com/articles/article-21-how-to-install-mvsql-server-5-6-on-windows-7-development-machine Mac User Follow the instruction to

 Install mysql on your computer Windows User Download mysql from https://dev.mysql.com/downloads/mysql/(chose

Install mysql on your computer Windows User Download mysql from https://dev.mysql.com/downloads/mysql/(chose correct version) You can follow the instruction: https://corlewsolutions.com/articles/article-21-how-to-install-mvsql-server-5-6-on-windows-7-development-machine Mac User Follow the instruction to install mysql: https://dev.mysql.eom/doc/refman/5.7/en/os x-installation-pkg.html Download Link: https://dev.mysql.com/downloads/mysql/Then start mysql on terminal (set corral path) https://dev. mysql.com/doc/refman5.7/en/osx-installation-prefpane.html Reset password: Remember the default password for the user 'root' provided by mysql app. Login to mysql use the default password by typing mysql -u root -p (the second line paste the default password) After login you can reset password using: SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MyNewPass'); MyNewPass is your new password and remember it! type quit: to exist mysql. Next time login remember to use the Install mysql on your computer Windows User Download mysql from https://dev.mysql.com/downloads/mysql/(chose correct version) You can follow the instruction: https://corlewsolutions.com/articles/article-21-how-to-install-mvsql-server-5-6-on-windows-7-development-machine Mac User Follow the instruction to install mysql: https://dev.mysql.eom/doc/refman/5.7/en/os x-installation-pkg.html Download Link: https://dev.mysql.com/downloads/mysql/Then start mysql on terminal (set corral path) https://dev. mysql.com/doc/refman5.7/en/osx-installation-prefpane.html Reset password: Remember the default password for the user 'root' provided by mysql app. Login to mysql use the default password by typing mysql -u root -p (the second line paste the default password) After login you can reset password using: SET PASSWORD FOR 'root'@'localhost' = PASSWORD('MyNewPass'); MyNewPass is your new password and remember it! type quit: to exist mysql. Next time login remember to use the

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!