You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This will also require command line options for specifying the mysql root password and webwork database password. On ubuntu I think we can pass mysql root password to debconf so we won't be asked for it during the mysql installation. The following lines set the mysql root password using debconf prior to installing mysql:
On RH, fedora, we'll need to pass that info to mysql_secure_installation or write a script like that which will accept the root password on the command line and do the other actions in that script automatically.
The text was updated successfully, but these errors were encountered:
This will also require command line options for specifying the mysql root password and webwork database password. On ubuntu I think we can pass mysql root password to debconf so we won't be asked for it during the mysql installation. The following lines set the mysql root password using debconf prior to installing mysql:
On RH, fedora, we'll need to pass that info to mysql_secure_installation or write a script like that which will accept the root password on the command line and do the other actions in that script automatically.
The text was updated successfully, but these errors were encountered: