Hello,
I just started to install Open Xchange Server on an Ubuntu 8.04 system with the package manager. By installing the following package:
open-xchange-admin
the package manager won't install it because it depends on the mysql-server-5.0. So if I don't install the mysql server 5.0 instead of the 5.1 this admin package will not be installed.
I just went on and after /opt/open-xchange/sbin/initconfigdb --configdb-pass=db_password -a
this message appears:
/opt/open-xchange/sbin/initconfigdb currently knows the following parameters:
Parameter | Default value
------------------------------------------------------------
--admin-user |
-- |
--NG | NG
--configdb-user | openexchange
--configdb-pass | db_password
-- |
--FIGDB_HOST_LONG | FIGDB_HOST
--configdb-port | 3306
-- |
--NAME_LONG | NAME
NOTE: use "-a" to create SQL admin user using GRANT command
use -i to automatically delete the configdb if exists
Example:
/opt/open-xchange/sbin/initconfigdb --configdb-pass=secret
missing required option --admin-user
I just made it that the root user has no password in the MySQL Database. So I do not think that this is the problem.
I just think the problem is with the package.
Can I do the installation of this package without going back to MySQL 5.0? Or is there any other workaround!
Thank you for helping!
I just started to install Open Xchange Server on an Ubuntu 8.04 system with the package manager. By installing the following package:
open-xchange-admin
the package manager won't install it because it depends on the mysql-server-5.0. So if I don't install the mysql server 5.0 instead of the 5.1 this admin package will not be installed.
I just went on and after /opt/open-xchange/sbin/initconfigdb --configdb-pass=db_password -a
this message appears:
/opt/open-xchange/sbin/initconfigdb currently knows the following parameters:
Parameter | Default value
------------------------------------------------------------
--admin-user |
-- |
--NG | NG
--configdb-user | openexchange
--configdb-pass | db_password
-- |
--FIGDB_HOST_LONG | FIGDB_HOST
--configdb-port | 3306
-- |
--NAME_LONG | NAME
NOTE: use "-a" to create SQL admin user using GRANT command
use -i to automatically delete the configdb if exists
Example:
/opt/open-xchange/sbin/initconfigdb --configdb-pass=secret
missing required option --admin-user
I just made it that the root user has no password in the MySQL Database. So I do not think that this is the problem.
I just think the problem is with the package.
Can I do the installation of this package without going back to MySQL 5.0? Or is there any other workaround!
Thank you for helping!
Comment