문제

I am installing MySQL and when it reaches the configuration step it is asking me to select from on of the following server configuration types:

  • Development Machine
  • Server Machine
  • Dedicated Machine

I am new to mysql, the reason I am installing this is because I am making an application which will store data on a database using MySQL. Now, can someone explain what does these server configurable type mean and which one should I be selecting?

도움이 되었습니까?

해결책

This is only about setting up the initial my.cnf file. You can always change this later.

Generally server configurations allocate a lot more memory to MySQL than you would on your development machine.

다른 팁

This is basically trying to pick the default memory use setting and configuration (over simplification, but good enough for now). If its on a shared system or you have no idea of the physical machine, start with development.

You can always edit the my.cnf to better optimize your setup

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top