Method: SDM::MTLSMysql#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)
6194 6195 6196 |
# File 'lib/models/porcelain.rb', line 6194 def require_native_auth @require_native_auth end |