Benchmark MySQL installation requiring default-auth=mysql_native_password #249
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
low priority
Hi, we have a MySQL installation (I think that is old) that requires the mysql native password argument - example from mysql command line below:
shell> mysql --default-auth=mysql_native_password ...
Reference link: https://dev.mysql.com/doc/refman/8.0/en/native-pluggable-authentication.html
How can we pass this connection parameter thru the Hammerdb config XML files or thru the GUI?
For more context, in the MySQL Connector/C++ version, the argument is "defaultAuth=mysql_native_password"
The text was updated successfully, but these errors were encountered: