Method: SDM::AuroraMysql#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)
3158 3159 3160 |
# File 'lib/models/porcelain.rb', line 3158 def require_native_auth @require_native_auth end |