Koozali.org: home of the SME Server

PhpGroupware on SMES 5.0

Patrick Schepers

PhpGroupware on SMES 5.0
« on: December 08, 2001, 01:21:24 AM »
I've tried to install phpgroupware.
here is how I did it:

* I've created an I-bay called phpgroupware
* untarred phpgroupware into the HTML section

Until now everything is just fine.

But when I want to create a SQL db with:

MYSQLADMIN -uroot create phpgroupware -ppassword

I receive an error 1045

Can anyone help  me

Greg allt

Re: PhpGroupware on SMES 5.0
« Reply #1 on: April 11, 2002, 12:12:37 AM »
if you want to reply to me, drop the nospam in the email address

I have been working away at setting up phpgroupware

using mysql

I went to a command line prompt, create the database phpgroupware

then entered
use phpgroupware


grant all on phpgroupware.* to phpgroupware@localhost identified by 'secret';

Hope this helps.  Everything has been going fine - one step at a time so far

Greg