phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[phpGroupWare-users] Re: Re: Database Config Issue


From: K Black
Subject: [phpGroupWare-users] Re: Re: Database Config Issue
Date: Mon, 5 Feb 2007 13:05:55 -0700 (MST)


You were exactly correct! Thank you! Here is the method for those that may be 
in need:

mysql -u root -p mysql
password:**********

mysql> SET PASSWORD FOR mailto:address@hidden = 
OLD_PASSWORD('apasswordIdefined');
Query OK, 0 rows affected (0.00 sec)

mysql> flush privileges;
Query OK, 0 rows affected (0.00 sec)

Now my groupware install works fine!!!

Regards,

FaernSent from the phpGroupWare forums @ http://forums.phpGroupWare.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]