|
RogerZhuo 发表于 2012-7-23 12:48 ![]()
你看你配置文件里是不是做了bind-adreess=192.168.10.78的?
我感觉是做了绑定IP的才会出现你这种情况, ...
没有设置bind-ip 呀,我的一台production 同样问题,都是重新安装过的mySQL,其它几台没有重新安装的机器没有这个问题,这是我有问题pc的my.ini
[client]
port=3306
[mysql]
default-character-set=latin1
[mysqld]
federated
skip-external-locking
skip-name-resolve
server-id=1
binlog-do-db=demo
log-bin=D:\mySQLSlave\log-bin.log
port=3306
basedir="C:/mySQL/"
#Path to the database root
#datadir="C:/ProgramData/MySQL/MySQL Server 5.5/Data/"
datadir="C:/mysqlsata/Data/"
character-set-server=latin1
# The default storage engine that will be used when create new tables when
default-storage-engine=INNODB
# Set the SQL mode to strict
sql-mode="STRICT_TRANS_TABLES,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"
max_connections=800
query_cache_size=350M
table_cache=1520
tmp_table_size=125M
thread_cache_size=38
myisam_max_sort_file_size=100G
myisam_sort_buffer_size=125M
key_buffer_size=548M
read_buffer_size=64K
read_rnd_buffer_size=256K
sort_buffer_size=256K
#*** INNODB Specific options ***
innodb_data_home_dir="C:/mysqlsata/"
#skip-innodb
innodb_additional_mem_pool_size=22M
innodb_flush_log_at_trx_commit=1
innodb_log_buffer_size=11M
innodb_buffer_pool_size=1G
innodb_log_file_size=213M
innodb_thread_concurrency=8
|
|