Welcome to dbFreaks.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Tuning Mysql 4.1.10

 
   Database Help (Home) -> mySQL RSS
Related Topics:
Mysql InnoDB PHP - i have a strange problem : MySQL 4.0.21 innodb and php 4.3.9-1 all tables are in innodb type. For a simple select sometimes i get result and sometimes nothing (i.e or It's a random If my..

Installation and config of MYSQL - Hi, Need help. Installed Mysql in Redhat 9.0 I have installed is fine and is also working fine. I have installed and MYSQL Problem : I cannot log into MYSQL database either..

MySQL, MyODBC and ACCESS 2003 - Ok I have an problem. I have written a database in Access to connect to our web shop and update prices etc from a supplier feed. It works almost The prices are doubles, I am using ADO in access to connect via myodbc (with options..

com.mysql.jdbc.MysqlDataTruncation: - I just upgraded to MySQL to 4.1.9 and JDBC and now getting the following Data Data truncated for column 'usaCard' at row 1 What causes this I've..

Mysql InnoDB PHP result problem - i have a strange problem : MySQL 4.0.21 innodb and php 4.3.9-1 all tables are in innodb type. For a simple select statement sometimes i get result and sometimes nothing (i.e or It's a random If my table..
Next:  CBO: statistics collection  
Author Message
doug

External


Since: Feb 21, 2005
Posts: 1



(Msg. 1) Posted: Mon Feb 21, 2005 5:12 pm
Post subject: Tuning Mysql 4.1.10
Archived from groups: mailing>database>mysql (more info?)

I have a freebsd box with 1 gig of memory for mysql/php, I was
wondering what my my.cnf should look like, I am doing alot of searches
and writes on ISAM tables, I currently have the following:

[client]
port=3306
socket=/tmp/mysql.sock

[mysqld]
port=3306
socket=/tmp/mysql.sock
max_connections=300
interactive_timeout=10
wait_timeout=10
connect_timeout=10
thread_cache_size=256
key_buffer=256M
max_allowed_packet=15M
table_cache=1024
sort_buffer=2M
record_buffer=1M
join_buffer=1M
thread_cache=1028
thread_concurrency=4
query_cache_limit=1M
query_cache_size=32M
query_cache_type=1
ft_min_word_len =3
delay_key_write=ALL

 >> Stay informed about: Tuning Mysql 4.1.10 
Back to top
Login to vote
bturczyn

External


Since: Jan 10, 2005
Posts: 7



(Msg. 2) Posted: Mon Feb 21, 2005 6:20 pm
Post subject: Re: Tuning Mysql 4.1.10 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

You can reference the comments in the sample files installed on you
system.
The sample files are: my-huge.cnf, my-large.cnf, my-medium.cnf, and
my-small.cnf
By reading the comments in each of those files, you can get a good idea
of which one most closely matches your needs.

 >> Stay informed about: Tuning Mysql 4.1.10 
Back to top
Login to vote
Display posts from previous:   
   Database Help (Home) -> mySQL All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]