How To Change the root Password on MacOS High Sierra

Author: , November 28th, 2017

Launch System Preferences Select Users & Groups Select Login Options Select Join next to Network Account Server Select Open Directory Utility Click the lock and enter your password to make changes In the menu bar of Directory Utility, select Change Root Password Create a strong, unique password

How To Change The Root Password In MySQL

Author: , October 26th, 2011

Using mysqladmin on the command line If you have never set a root password for MySQL server, the server does not require a password at all for connecting as root.

To set the root password for the first time, use mysqladmin:

However, if you want to change (or update) a root password, then […]