Ok you need to log onto the console as root and run the commands:
mysql
mysql> create database groupware;
mysql> grant all on groupware.* to groupware@localhost indentified by 'password';
exit
mysql reload
This has setup a database called groupware and a user called groupware that can control the database and you specified a 'password' - got it?
Next you went to your browser:
http://www.yourdomain.com/setup.phpChose installation and then click on the next button
The next page asks you info about the the database:
Hostname: leave this blank
DBuser: groupware
DBPassword: password - the password you chose above
Exisiting database: groupware
That's it: the next page asks you a whole lot of variable - I left it as default.
You can then go to the index page:
www.mydomain.com/groupware/Log in as root - passwd root.
You can add new users from the admin tab at the top....
BF