Skip to content

Commit 77968f2

Browse files
committed
small ruby change
1 parent 94cb8f2 commit 77968f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/mariadb/howto-configure-ssl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ client = Mysql2::Client.new(
9595
:username => 'myadmin@mydemoserver',
9696
:password => 'yourpassword',
9797
:database => 'quickstartdb',
98-
:ssl_ca => '/var/www/html/BaltimoreCyberTrustRoot.crt.pem'
98+
:sslca => '/var/www/html/BaltimoreCyberTrustRoot.crt.pem'
9999
)
100100
```
101101
### Golang

0 commit comments

Comments
 (0)