I want to have it running on Red Hat Enterprise 3.0 ..... The error comes during the first stage of setup (the database)

Your Database is not working!
Make sure that your database is created and the account permissions are set.

.....snip.......
Instructions for creating the database in MySql:
Login to mysql -
/[EMAIL PROTECTED] user]# mysql -u root -p/
Create the empty database and grant user permissions -
/mysql> create database egroupware;/
/mysql> grant all on egroupware.* to [EMAIL PROTECTED] identified by 'password';/
.....snip......


Even if I create the database manually, it still has the same message.... Am I missing something?

Thanks,
Mark


Brandon Newport wrote:

I have it running on FreeBSD and Debian.  What os/distro are you using?  Also
what is the specific error message?

-b

Mark Fowle ([EMAIL PROTECTED]) wrote:


Has anyone been able to get egroupware to work?  I get as far as the
database setup and it continues to tell me that there isn't a database?
I have 6 other databases running under mysql so I know that the database
is working... Any thoughts?

Thanks,
Mark

--
TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ  : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
TriLUG PGP Keyring         : http://trilug.org/~chrish/trilug.asc






--
TriLUG mailing list        : http://www.trilug.org/mailman/listinfo/trilug
TriLUG Organizational FAQ  : http://trilug.org/faq/
TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
TriLUG PGP Keyring         : http://trilug.org/~chrish/trilug.asc

Reply via email to