The very first time I ran OX Installer several days ago it seemed to work. But I couldn't create a user. Kept getting a error message about not being able to connect to the Config DB.
Looking at MySQL through a MySQLAdmin GUI package that I managed to find showed that the openexchange user had both a "localhost" and a "%" host, but the oxadmin user only has a "%" host. So I attemped to add "localhost" with the same privilages as openexchange, and while that appeared to work from the MySQL perspective I was still getting the same error when I tried the /opt/open-xchange/sbin/createuser.
So I dropped the openexchange & oxadmin users and the configdb database and tried the Oxinstaller again. This time I'm getting the following error;
ERROR 1045 (28000): Access denied for user 'openexchange'@'localhost' (using password: YES)
What do I have to do to start this cleanly again? What other files do I have to delete?
Looking at MySQL through a MySQLAdmin GUI package that I managed to find showed that the openexchange user had both a "localhost" and a "%" host, but the oxadmin user only has a "%" host. So I attemped to add "localhost" with the same privilages as openexchange, and while that appeared to work from the MySQL perspective I was still getting the same error when I tried the /opt/open-xchange/sbin/createuser.
So I dropped the openexchange & oxadmin users and the configdb database and tried the Oxinstaller again. This time I'm getting the following error;
ERROR 1045 (28000): Access denied for user 'openexchange'@'localhost' (using password: YES)
What do I have to do to start this cleanly again? What other files do I have to delete?
Comment