Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Patrick Schepers 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
-
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