Open tyler71 opened 5 years ago
Mysql used to ask you to set the root password upon installation. On testing with DO droplets for Ubuntu 19.04, this wasn't the case.
Possible solution: Put something like this into the script to set the mysql root password mysqladmin -u root password NEWPASSWORD
mysqladmin -u root password NEWPASSWORD
Mysql used to ask you to set the root password upon installation. On testing with DO droplets for Ubuntu 19.04, this wasn't the case.
Possible solution: Put something like this into the script to set the mysql root password
mysqladmin -u root password NEWPASSWORD