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:phpgroupware localhost
= 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.phpGroup
Ware.org
_______________________________________________
phpGroupWare-users mailing list
phpGroupWare-users gnu.org
http://lists.gnu.org/mailman/listinfo/phpgroupware-users
|