kulga / flarummanagement

Manage flarum installs
GNU General Public License v2.0
17 stars 10 forks source link

Setting mysql password -> 19.04 #3

Open tyler71 opened 5 years ago

tyler71 commented 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