Skip to content

Unable to set mysql_ssl and mysql_ssl_two_way to 'true #434

Answered by sm-shaw
noopur100 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi, It's in the connection sub-dict so use connection rather than tpcc.

HammerDB CLI v4.5
Copyright (C) 2003-2022 Steve Shaw
Type "help" for a list of commands
hammerdb>dbset db mysql
Database set to MySQL

hammerdb>diset connection mysql_ssl true
Changed connection:mysql_ssl from false to true for MySQL

hammerdb>diset connection mysql_ssl_two_way true
Changed connection:mysql_ssl_two_way from false to true for MySQL

hammerdb>print dict
Dictionary Settings for MySQL
connection {
 mysql_host               = localhost
 mysql_port               = 3306
 mysql_socket             = null
 mysql_ssl                = true
 mysql_ssl_two_way        = true
 mysql_ssl_linux_capath   = /etc/mysql/ce…

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@noopur100
Comment options

@sm-shaw
Comment options

@sm-shaw
Comment options

@noopur100
Comment options

Answer selected by noopur100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants