2016-04-02 31 views
0

MySQL 5.7.11'i RHEL sunucumda 7.0 kurdum. Komut istemini kullanarak veritabanına erişebiliyorum ancak uzaktan MySQL çalışma tezgahında oturum açamıyorum. my.cnf dosya bu sorunu ya sen bağlanmaya çalıştığınız yerden makineyi karşı koyabilirler 2 vaka sunucunun güvenlik duvarı veya MySQL sunucusunda Beyaz listede olmayan var buMySQL sunucusuna bağlanılamıyor *. *. *. * (10060)

# For advice on how to change settings please see 
# http://dev.mysql.com/doc/refman/5.7/en/server-configuration-defaults.html 
#max_connections = 250 
[mysqld] 
max_connections = 250 
# 
# Remove leading # and set to the amount of RAM for the most important data 
# cache in MySQL. Start at 70% of total RAM for dedicated server, else 10%. 
# innodb_buffer_pool_size = 128M 
# 
# Remove leading # to turn on a very important data integrity option: logging 
# changes to the binary log between backups. 
# log_bin 
# 
# Remove leading # to set options mainly useful for reporting servers. 
# The server defaults are faster for transactions and fast SELECTs. 
# Adjust sizes as needed, experiment to find the optimal values. 
join_buffer_size = 128M 
sort_buffer_size = 2M 
read_rnd_buffer_size = 2M 
datadir=/var/lib/mysql 
socket=/var/lib/mysql/mysql.sock 

# Disabling symbolic-links is recommended to prevent assorted security risks 
symbolic-links=0 

log-error=/var/log/mysqld.log 
pid-file=/var/run/mysqld/mysqld.pid 

bind-address = 10.106.100.230 
lower_case_table_names = 1 

I have even given grant access to root user but still of no use. 
+0

Firewall kurallarınızı kontrol edin, harici bağlantı için '3306' portunu açın. Sorunuz şu soruyla kopyalanabilir: http://dba.stackexchange.com/questions/94102/remote-mysql-connection-fails-10060-cant-connect-to-mysql-server-on-domain –

cevap

0

benziyor /etc klasöre yerleştirilir aşağı

senin durumunda olan bu işte muhtemelen ağ konu denetlemek istediğiniz bazı noktalar şunlardır: bağlantı noktası (exemple için kullanılması Telnet açıksa her makine diğer ping ve doğrulanabilirse

1- doğrulama

2- böylece my.cnf dosyadan bind-address = 10.106.100.230iptables

3- güvenlik duvarı engellemeyi kaldırma/istisna listesine eklemek çıkarmak eğer güvenlik duvarı MySQL dinleme port bağlantı engelleme olmadığından emin olun

4- Sorunuzu Unix/Linux forumunda sorun; Daha fazla yardım alırsınız

İlgili konular