資料庫限制/允許某些IP訪問
TCP.EXCLUDED_NODES
Purpose
To specify which clients are denied access to the database.
Syntax
TCP.EXCLUDED_NODES=(hostname | ip_address, hostname | ip_address, ...)
Usage Notes
This parameter is only valid when the TCP.VALIDNODE_CHECKING parameter is set to yes.
This parameter can use wildcards for IPv4 addresses and CIDR (Classless Inter-Domain Routing) notation for IPv4 and IPv6 addresses.
Example
TCP.EXCLUDED_NODES=(finance.us.example.com, mktg.us.example.com, 192.168.2.25, 172.30.*, 2001:DB8:200C:417A/32)
TCP.INVITED_NODES
Purpose
To specify which clients are allowed access to the database. This list takes precedence over the TCP.EXCLUDED_NODES parameter if both lists are present.
Syntax
TCP.INVITED_NODES=(hostname | ip_address, hostname | ip_address, ...)
Usage Notes
This parameter is only valid when the TCP.VALIDNODE_CHECKING parameter is set to yes.
This parameter can use wildcards for IPv4 addresses and CIDR notation for IPv4 and IPv6 addresses.
Example
TCP.INVITED_NODES=(sales.us.example.com, hr.us.example.com, 192.168.*, 2001:DB8:200C:433B/32)
Purpose
To specify which clients are denied access to the database.
Syntax
TCP.EXCLUDED_NODES=(hostname | ip_address, hostname | ip_address, ...)
Usage Notes
This parameter is only valid when the TCP.VALIDNODE_CHECKING parameter is set to yes.
This parameter can use wildcards for IPv4 addresses and CIDR (Classless Inter-Domain Routing) notation for IPv4 and IPv6 addresses.
Example
TCP.EXCLUDED_NODES=(finance.us.example.com, mktg.us.example.com, 192.168.2.25, 172.30.*, 2001:DB8:200C:417A/32)
TCP.INVITED_NODES
Purpose
To specify which clients are allowed access to the database. This list takes precedence over the TCP.EXCLUDED_NODES parameter if both lists are present.
Syntax
TCP.INVITED_NODES=(hostname | ip_address, hostname | ip_address, ...)
Usage Notes
This parameter is only valid when the TCP.VALIDNODE_CHECKING parameter is set to yes.
This parameter can use wildcards for IPv4 addresses and CIDR notation for IPv4 and IPv6 addresses.
Example
TCP.INVITED_NODES=(sales.us.example.com, hr.us.example.com, 192.168.*, 2001:DB8:200C:433B/32)
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29477587/viewspace-1300989/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Oracle資料庫限制訪問IPOracle資料庫
- 如何限制ip訪問Oracle資料庫Oracle資料庫
- MYSQL設定允許所有IP訪問MySql
- Linux 防火牆只允許指定IP 埠訪問Linux防火牆
- 允許區域網內其他主機訪問本地MySql資料庫MySql資料庫
- Sqlserver限制賬戶在哪些ip下才可以訪問資料庫SQLServer資料庫
- .htaccess IP訪問限制
- Windows限制訪問指定IPWindows
- Laravel API 允許跨域訪問LaravelAPI跨域
- mysql如何允許遠端訪問MySql
- 3.2.4 開啟資料庫到限制訪問模式資料庫模式
- springboot配置CORS允許跨域訪問Spring BootCORS跨域
- mariadb配置允許遠端訪問方式
- PHP 設定多域名允許跨域訪問PHP跨域
- 如何解決網站限制IP訪問的問題網站
- wamp基本用法,允許他人訪問,修改根目錄
- 怎樣設定才能允許外網訪問MySQLMySql
- windows server 2012更改遠端埠,限制IP訪問WindowsServer
- JDBC資料庫訪問JDBC資料庫
- laravel 單使用者 單IP 頻次訪問限制Laravel
- 設定Mysql5.6允許外網訪問詳細流程MySql
- Ubuntu共享資料夾訪問許可權問題Ubuntu訪問許可權
- DBA 日常:規模使用者資料庫訪問許可權管理資料庫訪問許可權
- kubernetes實戰篇之Dashboard的訪問許可權限制訪問許可權
- 支援 enum 型別的欄位允許為空插入資料庫型別資料庫
- 外網訪問MySQL資料庫MySql資料庫
- 修復iOS 10不彈出是否允許xxx訪問資料導致app無法聯網的bugiOSAPP
- wampserver搭建站點 允許訪問通過防火牆的設定方法Server防火牆
- Mysql資料庫許可權問題MySql資料庫
- 使用 @NoRepositoryBean 簡化資料庫訪問Bean資料庫
- jmeter 使用 ssh 方式訪問資料庫JMeter資料庫
- 每日安全資訊:全部 Docker 版本都存在漏洞,允許攻擊者獲得主機 root 訪問許可權Docker訪問許可權
- iOS12訪問限制沒有了 ?iOS12訪問限制在哪iOS
- ASP實現限制一個ip只能訪問一次的方法
- 【磐維資料庫】透過python訪問磐維資料庫資料庫Python
- 允許遠端連線到MySQL資料庫伺服器的步驟MySql資料庫伺服器
- Python 訪問限制 private publicPython
- Google 將限制 Android 應用在後臺訪問地理位置資料GoAndroid
- Xamarin SQLite教程資料庫訪問與生成SQLite資料庫