Ok, all installed all. I deleted my.cnf and all is ok. I have one error:
Can't open /usr/local/etc/cluebringer.conf: No such file or directory.
Can't open /usr/local/etc/cluebringer.conf: No such file or directory.
Can't open /usr/local/etc/cluebringer.conf: No such file or directory.
Can't open /usr/local/etc/cluebringer.conf: No such file or directory.
Can't open /usr/local/etc/cluebringer.conf: No such file or directory.
cp: /usr/local/share/policyd2/contrib/httpd/cluebringer-httpd.conf: No such file or directory
And what is wrong with my.cnf?
[client]
port = 3306
socket = /var/db/mysql/mysql.sock
#default-character-set=latin2
#default-character-set-client = latin2
#collation-client = latin2_general_ci
#character_set_connection = utf-9
[mysql]
#default-character-set=latin2
[mysqld]
#default-character-set=latin2
character-set-server=utf8
#collation-server=latin2_general_ci
#init-connect='SET NAMES latin2'
#skip-character-set-client-handshake
#language = polish
port = 3306
#datadir = /var/li/mysql
user = mysql
#socket = /var/lib/mysql/mysql.sock
#log-error = /var/log/mysql.log
local-infile=0
# Disabling symbolic-links is recommended to prevent assorted security risks
symbolic-links=0
sql-mode = NO_ENGINE_SUBSTITUTION
skip-name-resolve
back_log = 100
max_connections = 550
key_buffer_size = 384M
myisam_sort_buffer_size = 512M
myisam_max_sort_file_size = 8G
join_buffer_size = 256K
read_buffer_size = 256K
read_rnd_buffer_size = 1M
sort_buffer_size = 256K
table_definition_cache = 8000
table_open_cache = 8000
thread_cache_size = 512
wait_timeout = 60
interactive_timeout = 60
connect_timeout = 10
tmp_table_size = 800M
max_heap_table_size = 800M
max_allowed_packet = 256M
max_seeks_for_key = 1000
group_concat_max_len = 1024
max_length_for_sort_data = 1024
net_buffer_length = 16384
max_connect_errors = 100000
concurrent_insert = 2
bulk_insert_buffer_size = 8M
query_cache_limit = 1280K
query_cache_size = 64M
query_cache_type = 1
default-storage-engine = InnoDB
ft_stopword_file = ''
# InnoDB
innodb_buffer_pool_instances=24
innodb_flush_method=O_DIRECT
innodb_file_per_table = 1
innodb_open_files = 2000
innodb_data_file_path = ibdata1:256M:autoextend
innodb_buffer_pool_size = 48G
innodb_additional_mem_pool_size = 32M
innodb_log_files_in_group = 2
innodb_log_file_size = 512M
innodb_log_buffer_size = 8M
innodb_flush_log_at_trx_commit = 2
innodb_thread_concurrency = 24
innodb_io_capacity = 6000
innodb_read_io_threads = 8
innodb_write_io_threads = 2
long_query_time = 2
slow_query_log=0
slow_query_log_file=/var/log/slow-queries.log
#log-queries-not-using-indexes
ft_min_word_len = 3
server-id=1
expire_logs_days=2
max_binlog_size = 1000M
[mysqld_safe]
open-files-limit = 8192
#pid-file=/var/run/mysqld/mysqld.pid
[mysqldump]
quick
max_allowed_packet = 256M
[myisamchk]
key_buffer_size = 512M
sort_buffer_size = 1M
read_buffer_size = 1M
write_buffer_size = 1M
[mysqlhotcopy]
interactive-timeout
I need my config, because is better for my webpage performance.