Hey guys,
Ray asked me to post some of the feedback I had when going through the install process. Here ya go:
A one line install command to download and extract zurmo would be nice.
When I receive an error and hit "Recheck System" it should just try again, not take me back to the previous step.
When the PHP and MySQL requirements show up give the user a hint to were they should fix this (php.ini, my.cnf, etc). I received the following error:
Database optimizer_search_depth value is 62. It is required to be set to 0.
I tried adding that to my my.cnf and then mysql wouldn't start. I really don't have time to try to figure this out so I'm going to try the VM.
Thanks!
Install Feedback
Started by benedmunds, Jul 09 2012 05:10 AM
3 replies to this topic
#3
Posted 10 July 2012 - 03:11 PM
What I did about that is force the change of the variables inside mysql:
mysql> set global max_sp_recursion_depth =20;
mysql> set global optimizer_search_depth=0;
That way I could install the system.
It worries me though that it will work bad if it does not load on every boot.
mysql> set global max_sp_recursion_depth =20;
mysql> set global optimizer_search_depth=0;
That way I could install the system.
It worries me though that it will work bad if it does not load on every boot.
#4
Posted 11 July 2012 - 07:01 AM
Right, it must be loaded everytime mysql boot. If it is possible, I suggestion is to make changes in my.cnf(or my.ini), so correct settings will load everytime mysql starts.
What I did about that is force the change of the variables inside mysql:
mysql> set global max_sp_recursion_depth =20;
mysql> set global optimizer_search_depth=0;
That way I could install the system.
It worries me though that it will work bad if it does not load on every boot.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users









