Additions:
>>http://dev.mysql.com/doc/refman/5.0/en/server-parameters.html
http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html
http://www.ibm.com/developerworks/library/l-tune-lamp-3.html
>>===MySql Variables===
==howto run mysql in 128M of RAM==
If you have only 128MB of memory and only a few tables, but you still do a lot of sorting, you can use something like this:
# mysqld_safe --key_buffer_size=16M --sort_buffer_size=1M
If there are very many simultaneous connections, swapping problems may occur unless mysqld has been configured to use very little memory for each connection. mysqld performs better if you have enough memory for all connections.
http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html
http://www.ibm.com/developerworks/library/l-tune-lamp-3.html
>>===MySql Variables===
==howto run mysql in 128M of RAM==
If you have only 128MB of memory and only a few tables, but you still do a lot of sorting, you can use something like this:
# mysqld_safe --key_buffer_size=16M --sort_buffer_size=1M
If there are very many simultaneous connections, swapping problems may occur unless mysqld has been configured to use very little memory for each connection. mysqld performs better if you have enough memory for all connections.
Deletions:
Additions:
==show variables==
----
REFERRERS
{{backlinks}}
----
REFERRERS
{{backlinks}}