Jump to content


Photo

Install Feedback


  • Please log in to reply
3 replies to this topic

#1 benedmunds

benedmunds

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 09 July 2012 - 05:10 AM

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!

#2 Ivica

Ivica

    Advanced Member

  • Moderators
  • 478 posts

Posted 09 July 2012 - 06:03 AM

Thanks for your review.

I think you user underscore instead dashes when set parameter value, so if you change line to:
optimizer-search-depth = 0

I think you should be able to start MySql server.

#3 ctala

ctala

    Newbie

  • Members
  • Pip
  • 4 posts

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.

#4 Ivica

Ivica

    Advanced Member

  • Moderators
  • 478 posts

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