PDA

View Full Version : [ubuntu] Open-xchange in Ubuntu



bun442000
September 4th, 2009, 05:29 AM
Currently i'm running Ubuntu, when i try to initialize the open -xchange configdb

database by using this command

$ /opt/open-xchange/sbin/initconfigdb --configdb-pass=db_password -a

but it will give me this error

initializing configdb from scratch...ERROR 1045 (28000) : Access denied for user'root'@'localhost' (using password: NO)



Even i try to open mysql (currently mysql without password)but it also prompt me to enter password

root@xmail:~# mysql -u openxchange -p
Enter password:
ERROR 1045 (28000): Access denied for user 'openxchange'@'localhost' (using password: NO)

:confused:

bun442000
September 7th, 2009, 04:06 AM
Anyone can help ?

Oerb
October 30th, 2009, 10:02 PM
This brings me on the right Way because of the same Problem ;-):
http://www.open-xchange.com/forum/showthread.php?t=3561

you must set the mysql root password to nothing:

$:mysql --user=root --password=yourPassword

mysql> SET PASSWORD FOR 'root'@'localhost' = PASSWORD('')

:popcorn: