[Debian Wiki] Update of "BOINC/ServerGuide/Initialisation" by SteffenMoeller

Debian Wiki debian-www at lists.debian.org
Sun Sep 1 10:23:25 UTC 2013


Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Debian Wiki" for change notification.

The "BOINC/ServerGuide/Initialisation" page has been changed by SteffenMoeller:
https://wiki.debian.org/BOINC/ServerGuide/Initialisation?action=diff&rev1=6&rev2=7

Comment:
Split MySQL password entries in two blocks to avoid confusion.

  if ! echo "DROP USER '$dbuser'@'localhost'" | mysql -u root -p; then
     echo "If the removal of the previous user fails because the user is not existing, then this does not matter. Other errors would be required a manual removal."
  fi
+ }}}
+ You are asked in the block above for a password and you will be again in the block below.
+ {{{
  if   [ -z "$dbname" ]; then echo "Variable 'dbname' not set";
  elif [ -z "$dbpasswd" ]; then echo "Variable 'dbpasswd' not set";
  else
@@ -86, +89 @@

  }}}
  
  
- If MySQL is new to you, then this may not be dramatic for a first start. Over time though, and if it is alone for backups, a basic familiarity is required.
+ Over time, and if it is alone for backups, a basic familiarity with MySQL is (re|a)quired for the maintenance of BOINC projects.
  
  === Create project ===
  



More information about the pkg-boinc-commits mailing list