Method: SDM::ClickHouseMySQL#require_native_auth
- Defined in:
- lib/models/porcelain.rb
#require_native_auth ⇒ Object
Whether native auth (mysql_native_password) is used for all connections (for backwards compatibility)
| 4439 4440 4441 | # File 'lib/models/porcelain.rb', line 4439 def require_native_auth @require_native_auth end |