bad database spec: CREATE DATABASE `bill` /*!40100 DEFAULT CHARACTER SET cp1251 */ at fixmyenc line 16.
default-character-set=cp1251
[client]#password = your_passwordport = 3306socket = /tmp/mysql.sock# Here follows entries for some specific programs# The MySQL server[mysqld]port = 3306socket = /tmp/mysql.sockskip-lockingdefault-character-set=cp1251set-variable = key_buffer=256Mset-variable = max_allowed_packet=1Mset-variable = table_cache=256set-variable = sort_buffer=2Mset-variable = record_buffer=2Mset-variable = net_buffer_length=16Kset-variable = myisam_sort_buffer_size=64Mserver-id = 1max_connections = 1000slave-compressed = 1log-bin=abills-bin.log#log-bin#log-slow-queries#log=mysql_query.log#------------------##------------------# Point the following paths to different dedicated disks#tmpdir = /tmp/#log-update = /path-to-dedicated-directory/hostname# Uncomment the following if you are using BDB tables#set-variable = bdb_cache_size=4M#set-variable = bdb_max_lock=10000# Uncomment the following if you are using InnoDB tables#innodb_data_home_dir = /usr/local/mysql/var/#innodb_data_file_path = ibdata1:10M:autoextend#innodb_log_group_home_dir = /usr/local/mysql/var/#innodb_log_arch_dir = /usr/local/mysql/var/# You can set .._buffer_pool_size up to 50 - 80 %# of RAM but beware of setting memory usage too high