http://www.cyberciti.biz/faq/mysql-change-root-password/
http://bueltge.de/wk-installation-taskfreak/121/
http://www.taskfreak.com
Here is how you can install the TaskFreak! System:
# Get the Taskfreak bundle from http://www.taskfreak.com/original
tar xzf /tmp/taskfreak-multi-mysql-0.6.tgz -C /var/www
mv /var/www/taskfreak-0.6.4/ /var/www/taskmanagement
Then create the database:
echo "CREATE DATABASE taskfreak;" | mysql -u root -p
echo "GRANT all ON taskfreak.* TO 'taskfreak'@'localhost' IDENTIFIED BY 'passwordXYZ';" | mysql -u root -p
## kann auch dann über das Web gemacht werden:
# mysql -u taskfreak -pPASSWORD taskfreak < /var/www/taskmanagement/install/mysql.init.sql
Save the new setup for the database and the user to the config.php and delete the install directory: