Hi - I am trying to follow the very limited guides on setting up MYSQL as i have been told that MS SQL isn’t supported anymore.
I have installed MYSQL and made as many of the suggested changes as possible, I can connect successfully to the razuna database
I cannot get past the Razuna Setup Wizard it just keeps sitting on the Finalize Setup screen with the progress bars moving that never stop
when i exit it makes me run the wizard again and i get back to the same place
it doesn’t matter what settings I try, it just wont work… any guidance would be appreciated.
Thanks
Andrew
not sure if this helps
{ts ‘2018-10-09 09:50:02’} — Executing Remove from Cron
{ts ‘2018-10-09 09:50:02’} ---------------------- Starting removal
{ts ‘2018-10-09 09:50:02’} ---------------------- Config Error. Aborting… !!!
±-------------±-
| type | Database
| detail | The datasource razuna_server could not be found or was invalid
| message | General SQL Error
| errorcode | errorCode.sqlError
| extendedinfo | javax.naming.NameNotFoundException: Name [razuna_server] is not bound in this Context. Unable to find [r
| tagcontext | {CFML Type::array}
| tagname | CFQUERY
| template | E:/tomcat/webapps/razuna-searchserver/api/authentication.cfc
| line | 71
| column | 4
±-------------±-
I’ve been fighting this problem since yesterday. I’ve been trying to run:
Razuna 1.9.6
MySQL 5.7.24
I went through the guide to the letter, but continued to get stuck forever at “Finalizing setup”.
In the end, I had to downgrade MySQL to 5.6.45. Once I did that and went through all of the MySQL setup steps again, I was able to complete the wizard with no problems.
My final configuration is:
Razuna 1.9.6
MySQL 5.6.45
I’d initially tried MySQL 5.7 because the guide indicated “5.6 and above…”. It appears that it will not initialize properly on 5.7, so you’ll need to stick with 5.6.
On a slightly related note, I did some testing with MariaDB 10.3 (which has elements of MySQL 8.x). It appeared to work at first, but I ran into some other bizarre issues later on (i.e. folder tree “refreshing” forever). I wouldn’t recommend using that variant of MySQL with Razuna.
Are you referring to the settings in the guide here?
If so, then yes, I configured all of these settings precisely as they are laid out in this guide. When it didn’t work, I blew it all away and tried it again. Unless there is something about CentOS 7 that is different from Ubuntu that could cause this problem, then it does not work with MySQL 5.7 or the guide is incomplete.