This is a bit gnarly. If you have a better method of updating the password without triggering a warning about PASSWORD being deprecated, I'm all ears. # Stop MySQL sudo service mysql stop ############################################# To kill all mysqld process : ---- # killall mysqld mysqld_safe ---- Wait for 10 seconds atleast so…